Re: 答复: [PATCH][next-next][v2] netlink: avoid to allocate full skb when sending to many devices

2018-09-21 Thread Eric Dumazet
On 09/20/2018 08:27 PM, Li,Rongqing wrote: > > The below change seems simple, but it increase skb allocation and > free one time, Seem fine to me. An extra skb_clone() for vmalloc-skb-users is absolute noise, compared to vmalloc()vfree() cost. Thanks.

答复: [PATCH][next-next][v2] netlink: avoid to allocate full skb when sending to many devices

2018-09-20 Thread Li,Rongqing
: Re: [PATCH][next-next][v2] netlink: avoid to allocate full skb when > sending to many devices > > > > On 09/20/2018 06:43 AM, Eric Dumazet wrote: > > > Sorry, I should cc to you. > > And lastly this patch looks way too complicated to me. > > You probably can write something much simpler. >