[dpdk-dev] [PATCH v2] examples/flow_filtering: add Tx queues setup process

Shahaf Shuler shahafs at mellanox.com
Tue Jan 16 14:52:45 CET 2018


Friday, January 12, 2018 2:25 PM, Ferruh Yigit:
> > +	rte_eth_dev_info_get(port_id, &dev_info);
> > +	txq_conf = dev_info.default_txconf;
> > +	txq_conf.offloads = port_conf.txmode.offloads;
> 
> Hi Wei, Shahaf,
> 
> When new offload method used for txmode, shouldn't
> ETH_TXQ_FLAGS_IGNORE set, otherwise txq_flags assumed to have valid
> values, no?

Yes this is correct. see other examples code already converted.


More information about the dev mailing list