From: John Fastabend <[email protected]> Date: Mon, 05 Mar 2018 11:51:17 -0800
> The current implementation of sk_alloc_sg expects scatterlist to always > start at entry 0 and complete at entry MAX_SKB_FRAGS. > > Future patches will want to support starting at arbitrary offset into > scatterlist so add an additional sg_start parameters and then default > to the current values in TLS code paths. > > Signed-off-by: John Fastabend <[email protected]> Acked-by: David S. Miller <[email protected]>
