[dpdk-dev] [PATCH v2 2/2] examples/ipsec-secgw: add target queues in flow actions

Nelio Laranjeiro nelio.laranjeiro at 6wind.com
Fri Dec 8 15:40:00 CET 2017


On Fri, Dec 08, 2017 at 07:30:03PM +0530, Anoob wrote:
> Hi Nelio,
> 
> 
[...]
> > +					goto flow_create;
> > +				/* Try Queue. */
> > +				for (i = 0;
> > +				     i < eth_dev->data->nb_rx_queues; ++i)
> > +					if (eth_dev->data->rx_queues[i])
> > +						break;
> Is the following check correct?
[...]

For an application, it seems not necessary.  The application knows which
queues are configured in the drivers has it has made the configuration.

Removing it in the v3.

Thanks,

-- 
Nélio Laranjeiro
6WIND


More information about the dev mailing list