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

From: linmiaohe
Date: Tue Aug 11 2020 - 07:54:33 EST


Florian Westphal <fw@xxxxxxxxx> wrote:
>Miaohe Lin <linmiaohe@xxxxxxxxxx> wrote:
>> The skb_shared_info part of the data is assigned in the following loop.
>
>Where?
>

It's at the below for (i = 0; i < nfrags; i++) loop. But I missed something as Eric Dumazet pointed out.
Sorry about it.