> > > These patches modified the dev info structure to include optimal values > > > for the RX/TX configuration structures (rte_eth_rxconf and > > rte_eth_txconf), > > > so users can get these configurations and modify or use them directly, > > > to set up RX/TX queues. Besides, most of the apps that were modifying > > little > > > or none of the default values of the structures, have been modified to > > get > > > these values to simplify the code and avoid duplication. > > Acked-by: David Marchand <david.marchand at 6wind.com>
Applied As previously said, more apps could benefit of these default values, starting with testpmd. Thanks -- Thomas