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

Thomas Monjalon thomas at monjalon.net
Wed Mar 24 11:17:17 CET 2021


19/03/2021 08:11, dapengx.yu at intel.com:
> From: Dapeng Yu <dapengx.yu at intel.com>
> 
> 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 enabled on port.
> 
> This patch use this local variable as input of rte_eth_dev_configure().
> 
> Fixes: 6833f919f56b ("examples/packet_ordering: convert to new ethdev offloads API")
> Cc: shahafs at mellanox.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Dapeng Yu <dapengx.yu at intel.com>
> Acked-by: Reshma Pattan <reshma.pattan at intel.com>

Applied, thanks





More information about the dev mailing list