Re: [PATCH net-next v2 3/4] net: Support GRO/GSO fraglist chaining.
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2020-01-24 21:18:36
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2020-01-24 21:18:36
On Fri, Jan 24, 2020 at 3:23 AM Steffen Klassert [off-list ref] wrote:
This patch adds the core functions to chain/unchain GSO skbs at the frag_list pointer. This also adds a new GSO type SKB_GSO_FRAGLIST and a is_flist flag to napi_gro_cb which indicates that this flow will be GROed by fraglist chaining. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>