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

2021-03-18 Thread Pattan, Reshma
> -Original Message- > From: dapengx...@intel.com > > Fixes: 6833f919f56b ("examples/packet_ordering: convert to new ethdev > offloads API") > Cc: sta...@dpdk.org Also, need to add CC: i.e CC: Shahaf Shuler Other than that , patch looks ok to me. Please include my ack in next vers

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

2021-03-10 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