Re: [PATCH v2] net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()

From: David Miller
Date: Tue Aug 18 2020 - 18:55:59 EST


From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
Date: Sat, 15 Aug 2020 04:48:53 -0400

> The frags of skb_shared_info of the data is assigned in following loop. It
> is meaningless to do a memcpy of frags here.
>
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Applied, thank you.