diff --git a/home/nipa/nipa_out/900246/ynl/old-code/netdev-user.c b/home/nipa/nipa_out/900246/ynl/new-code/netdev-user.c
index 81af84a84e3f..98220f17ef4c 100644
--- a/home/nipa/nipa_out/900246/ynl/old-code/netdev-user.c
+++ b/home/nipa/nipa_out/900246/ynl/new-code/netdev-user.c
@@ -58,6 +58,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)
@@ -71,6 +73,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)