This small series enables XDP metadata support in DQ RDA mode. While
space is reserved in the headroom for metadata and the DQ queue format
supports the xmo_rx_timestamp metadata operation, support for adjusting
the metadata and passing metadata along to SKBs was not actually
implemented.
v3:
- Make use of xdp_build_skb methods to implicitly pass on metadata
when constructing SKBs from XDP buffs.
- v2: https://lore.kernel.org/netdev/20260318192450.3400774-1-joshwash@google.com/ (local)
v2:
- Fix referenced commit hash
- v1: https://lore.kernel.org/netdev/20260316230434.1398828-1-joshwash@google.com/ (local)
Joshua Washington (2):
gve: use xdp_build_skb methods for XDP_PASS case
gve: add XDP metadata support for DQ RDA
drivers/net/ethernet/google/gve/gve_rx_dqo.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
--
2.55.0.229.g6434b31f56-goog