[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1bce4d36-8032-d6c9-541c-858a38ba2596@oracle.com>
Date: Wed, 2 Mar 2022 08:49:39 -0800
From: Dongli Zhang <dongli.zhang@...cle.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, bpf@...r.kernel.org,
linux-kernel@...r.kernel.org, davem@...emloft.net,
rostedt@...dmis.org, mingo@...hat.com, ast@...nel.org,
daniel@...earbox.net, andrii@...nel.org, imagedong@...cent.com,
joao.m.martins@...cle.com, joe.jin@...cle.com, dsahern@...il.com,
edumazet@...gle.com
Subject: Re: [PATCH net-next v4 1/4] skbuff: introduce kfree_skb_list_reason()
Hi Jakub,
On 3/1/22 6:34 PM, Jakub Kicinski wrote:
> On Sat, 26 Feb 2022 00:49:26 -0800 Dongli Zhang wrote:
>> +void kfree_skb_list(struct sk_buff *segs)
>> +{
>> + kfree_skb_list_reason(segs, SKB_DROP_REASON_NOT_SPECIFIED);
>> +}
>> EXPORT_SYMBOL(kfree_skb_list);
>
> Why not make it a static inline now, like we did with kfree_skb()?
>
I will move kfree_skb_list() to include/linux/skbuff.h as static inline.
Thank you very much!
Dongli Zhang
Powered by blists - more mailing lists