commit | 8a886b142bd03d36612747e9aefdf0282c8b02dd | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Wed Jul 28 18:24:00 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 29 12:18:11 2021 +0100 |
tree | ecf17a0c88d7ab93ef2bda79603fc8928c6654d7 | |
parent | 5fc88f93edf2f797f1aa63334cc6c86f9c15d585 [diff] |
sk_buff: track dst status in slow_gro Similar to the previous patch, but covering the dst field: the slow_gro flag is additionally set when a dst is attached to the skb RFC -> v1: - use the existing flag instead of adding a new one Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>