[dpdk-dev] [dpdk-stable] [PATCH] net/cxgbe: fix control queue mbuf pool naming convention

Ferruh Yigit ferruh.yigit at intel.com
Wed Dec 12 11:42:06 CET 2018


On 12/6/2018 10:13 AM, Rahul Lakkireddy wrote:
> When multiple Chelsio adapters are present, the current naming
> convention of using underlying physical port number of the adapter
> creates conflicts when allocating control queue mbuf pool for
> multiple adapters and hence results in allocation failure. Fix by
> using port_id from rte_eth_dev_data, instead of physical port number.
> 
> Fixes: 3a3aaabc7c77 ("net/cxgbe: add control queue to communicate filter requests")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy at chelsio.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list