Re: [dpdk-dev] [PATCH v2] examples/packet_ordering: use local port config

2021-03-24 Thread Thomas Monjalon
19/03/2021 08:11, dapengx...@intel.com: > From: Dapeng Yu > > A global ethernet port configuration is assigned to local variable > because in this way the local variable may be updated as required. But > this local variable is not used as input of rte_eth_dev_configure() in > original implementat

[dpdk-dev] [PATCH v2] examples/packet_ordering: use local port config

2021-03-19 Thread dapengx . yu
From: Dapeng Yu A global ethernet port configuration is assigned to local variable because in this way the local variable may be updated as required. But this local variable is not used as input of rte_eth_dev_configure() in original implementation, and cause that fast mbuf free feature cannot be