diff --git a/home/nipa/nipa_out/900607/ynl/old-code/netdev-user.c b/home/nipa/nipa_out/900607/ynl/new-code/netdev-user.c index eb5aa32d0bc6..98b5060ca40e 100644 --- a/home/nipa/nipa_out/900607/ynl/old-code/netdev-user.c +++ b/home/nipa/nipa_out/900607/ynl/new-code/netdev-user.c @@ -57,6 +57,8 @@ static const char * const netdev_xdp_rx_metadata_strmap[] = { [0] = "timestamp", [1] = "hash", [2] = "vlan-tag", + [3] = "csum", + [4] = "gso", }; const char *netdev_xdp_rx_metadata_str(enum netdev_xdp_rx_metadata value) @@ -70,6 +72,7 @@ const char *netdev_xdp_rx_metadata_str(enum netdev_xdp_rx_metadata value) static const char * const netdev_xsk_flags_strmap[] = { [0] = "tx-timestamp", [1] = "tx-checksum", + [2] = "tx-gso", }; const char *netdev_xsk_flags_str(enum netdev_xsk_flags value)