From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/cxgbe: fix control queue mbuf pool naming convention Date: Wed, 12 Dec 2018 10:42:06 +0000 Message-ID: References: <1544091200-16039-1-git-send-email-rahul.lakkireddy@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: indranil@chelsio.com, nirranjan@chelsio.com, stable@dpdk.org To: Rahul Lakkireddy , dev@dpdk.org Return-path: In-Reply-To: <1544091200-16039-1-git-send-email-rahul.lakkireddy@chelsio.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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@dpdk.org > > Signed-off-by: Rahul Lakkireddy Applied to dpdk-next-net/master, thanks.