commit | 5fc88f93edf2f797f1aa63334cc6c86f9c15d585 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Wed Jul 28 18:23:59 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 29 12:18:11 2021 +0100 |
tree | e442c15150a6b14ec85293f1a89cb16ceeefc545 | |
parent | 883d71a55e968371d1ff151249732466b5581f58 [diff] |
sk_buff: introduce 'slow_gro' flags The new flag tracks if any state field is set, so that GRO requires 'unusual'/slow prepare steps. Set such flag when a ct entry is attached to the skb, and never clear it. The new bit uses an existing hole into the sk_buff struct RFC -> v1: - use a single state bit, never clear it - avoid moving the _nfct field Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>