diff --git a/home/nipa/nipa_out/996709/ynl/old-code/netdev-user.c b/home/nipa/nipa_out/996709/ynl/new-code/netdev-user.c index ea026459bf7c..d491ff265cb1 100644 --- a/home/nipa/nipa_out/996709/ynl/old-code/netdev-user.c +++ b/home/nipa/nipa_out/996709/ynl/new-code/netdev-user.c @@ -110,6 +110,7 @@ const char *netdev_qstats_scope_str(enum netdev_qstats_scope value) static const char * const netdev_napi_threaded_strmap[] = { [0] = "disabled", [1] = "enabled", + [2] = "busy-poll-enabled", }; const char *netdev_napi_threaded_str(enum netdev_napi_threaded value)