mbox series

[net-next,0/2] net: skb: Remove skb_data_area_size()

Message ID 20220513173400.3848271-1-ricardo.martinez@linux.intel.com
Headers show
Series net: skb: Remove skb_data_area_size() | expand

Message

Ricardo Martinez May 13, 2022, 5:33 p.m. UTC
This patch series removes the skb_data_area_size() helper,
replacing it in t7xx driver with the size used during skb allocation.

https://lore.kernel.org/netdev/CAHNKnsTmH-rGgWi3jtyC=ktM1DW2W1VJkYoTMJV2Z_Bt498bsg@mail.gmail.com/

Ricardo Martinez (2):
  net: wwan: t7xx: Avoid calls to skb_data_area_size()
  net: skb: Remove skb_data_area_size()

 drivers/net/wwan/t7xx/t7xx_hif_cldma.c     | 7 +++----
 drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c | 6 ++----
 include/linux/skbuff.h                     | 5 -----
 3 files changed, 5 insertions(+), 13 deletions(-)

Comments

Jakub Kicinski May 16, 2022, 8:16 p.m. UTC | #1
On Fri, 13 May 2022 10:33:58 -0700 Ricardo Martinez wrote:
> This patch series removes the skb_data_area_size() helper,
> replacing it in t7xx driver with the size used during skb allocation.
> 
> https://lore.kernel.org/netdev/CAHNKnsTmH-rGgWi3jtyC=ktM1DW2W1VJkYoTMJV2Z_Bt498bsg@mail.gmail.com/

Thanks for following up!
Sergey Ryazanov May 16, 2022, 8:39 p.m. UTC | #2
Hello Ricardo,

On Fri, May 13, 2022 at 8:35 PM Ricardo Martinez
<ricardo.martinez@linux.intel.com> wrote:
> This patch series removes the skb_data_area_size() helper,
> replacing it in t7xx driver with the size used during skb allocation.
>
> https://lore.kernel.org/netdev/CAHNKnsTmH-rGgWi3jtyC=ktM1DW2W1VJkYoTMJV2Z_Bt498bsg@mail.gmail.com/
>
> Ricardo Martinez (2):
>   net: wwan: t7xx: Avoid calls to skb_data_area_size()
>   net: skb: Remove skb_data_area_size()
>
>  drivers/net/wwan/t7xx/t7xx_hif_cldma.c     | 7 +++----
>  drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c | 6 ++----
>  include/linux/skbuff.h                     | 5 -----
>  3 files changed, 5 insertions(+), 13 deletions(-)

Thank you for taking care of this!

Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
patchwork-bot+netdevbpf@kernel.org May 16, 2022, 10:40 p.m. UTC | #3
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 13 May 2022 10:33:58 -0700 you wrote:
> This patch series removes the skb_data_area_size() helper,
> replacing it in t7xx driver with the size used during skb allocation.
> 
> https://lore.kernel.org/netdev/CAHNKnsTmH-rGgWi3jtyC=ktM1DW2W1VJkYoTMJV2Z_Bt498bsg@mail.gmail.com/
> 
> Ricardo Martinez (2):
>   net: wwan: t7xx: Avoid calls to skb_data_area_size()
>   net: skb: Remove skb_data_area_size()
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: wwan: t7xx: Avoid calls to skb_data_area_size()
    https://git.kernel.org/netdev/net-next/c/262d98b1193f
  - [net-next,2/2] net: skb: Remove skb_data_area_size()
    https://git.kernel.org/netdev/net-next/c/89af2ce2d95c

You are awesome, thank you!