netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: skb: Remove skb_data_area_size()
@ 2022-05-13 17:33 Ricardo Martinez
  2022-05-13 17:33 ` [PATCH net-next 1/2] net: wwan: t7xx: Avoid calls to skb_data_area_size() Ricardo Martinez
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ricardo Martinez @ 2022-05-13 17:33 UTC (permalink / raw)
  To: netdev, linux-wireless
  Cc: kuba, davem, johannes, ryazanov.s.a, loic.poulain, m.chetan.kumar,
	chandrashekar.devegowda, linuxwwan, chiranjeevi.rapolu,
	haijun.liu, andriy.shevchenko, dinesh.sharma, ilpo.jarvinen,
	moises.veleta, sreehari.kancharla, Ricardo Martinez

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-16 22:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-13 17:33 [PATCH net-next 0/2] net: skb: Remove skb_data_area_size() Ricardo Martinez
2022-05-13 17:33 ` [PATCH net-next 1/2] net: wwan: t7xx: Avoid calls to skb_data_area_size() Ricardo Martinez
2022-05-13 17:34 ` [PATCH net-next 2/2] net: skb: Remove skb_data_area_size() Ricardo Martinez
2022-05-16 20:16 ` [PATCH net-next 0/2] " Jakub Kicinski
2022-05-16 20:39 ` Sergey Ryazanov
2022-05-16 22:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).