X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Faf_xdp%2Funformat.c;h=b229246411218c603eb3e73bfce8e08609e26b39;hp=154d459900e48041fb97b6402310a3b2e6288912;hb=d4e109138;hpb=18f0e312f73b5b27748ef229be11da9c4ee1bc1b diff --git a/src/plugins/af_xdp/unformat.c b/src/plugins/af_xdp/unformat.c index 154d459900e..b2292464112 100644 --- a/src/plugins/af_xdp/unformat.c +++ b/src/plugins/af_xdp/unformat.c @@ -40,6 +40,8 @@ unformat_af_xdp_create_if_args (unformat_input_t * input, va_list * vargs) ; else if (unformat (line_input, "tx-queue-size %u", &args->txq_size)) ; + else if (unformat (line_input, "num-rx-queues all")) + args->rxq_num = AF_XDP_NUM_RX_QUEUES_ALL; else if (unformat (line_input, "num-rx-queues %u", &args->rxq_num)) ; else if (unformat (line_input, "prog %s", &args->prog))