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.

Reply via email to