From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/cxgbevf: don't allocate control queues for VFs Date: Thu, 02 Aug 2018 11:25:48 +0200 Message-ID: <1680100.M8Qq911RLH@xps> References: <1532590086-10242-1-git-send-email-rahul.lakkireddy@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nirranjan@chelsio.com, indranil@chelsio.com To: Rahul Lakkireddy , shaguna@chelsio.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 330A51B468 for ; Thu, 2 Aug 2018 11:25:54 +0200 (CEST) In-Reply-To: <1532590086-10242-1-git-send-email-rahul.lakkireddy@chelsio.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/07/2018 09:28, Rahul Lakkireddy: > From: Shagun Agrawal > > Control queues can not be allocated for VFs. So, add check to > only allocate control queues for PFs. This fixes adapter crash > when an attempt is made to allocate control queues for VFs. > > Fixes: 3a3aaabc ("net/cxgbe: add control queue to communicate filter requests") > > Signed-off-by: Shagun Agrawal > Signed-off-by: Rahul Lakkireddy Applied, thanks