Changes to fix and enable XDP metadata to a specific Intel driver igc. Tested with hardware i225 that uses driver igc, while testing AF_XDP access to metadata area. --- Jesper Dangaard Brouer (2): igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS igc: enable XDP metadata in driver drivers/net/ethernet/intel/igc/igc_main.c | 33 +++++++++++++++++++---------- 1 file changed, 22 insertions(+), 11 deletions(-) --