commit | 1344e751e91092ac0cb63b194621e59d2f364197 | [log] [tgz] |
---|---|---|
author | David Awogbemila <awogbemila@google.com> | Sun Oct 24 11:42:36 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 25 14:13:12 2021 +0100 |
tree | 64ebb47706b97a0f8a28082f020d1de7f605dda2 | |
parent | 233cdfbac8bc9bc5d0cddd7d68a3ddb13c619821 [diff] |
gve: Add RX context. This refactor moves the skb_head and skb_tail fields into a new gve_rx_ctx struct. This new struct will contain information about the current packet being processed. This is in preparation for multi-descriptor RX packets. Signed-off-by: David Awogbemila <awogbemila@google.com> Signed-off-by: Jeroen de Borst <jeroendb@google.com> Reviewed-by: Catherine Sullivan <csully@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>