Message ID | 20220513173400.3848271-1-ricardo.martinez@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | net: skb: Remove skb_data_area_size() | expand |
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!
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>
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!