From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C96CD21C8E; Thu, 2 Aug 2018 05:25:53 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 02 Aug 2018 05:25:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=FDSjcj2tpT40/YKIUoWmagMZzB p/AVJp+156/qX/SZM=; b=RgD3A4dVQMRQo4dcI7Fq9u78/+nKo4FzmP5Vj/2GBS s86rBFiPtyus7SmXZ5KBB4/INmamJZWtQipaz8i3dL5P8h3X5QmdUV7qT1XVyl/y vgTeiHCbthmoNTEY4sPtnwGfdM0dKzNw99kiZWcjo0sWR9SLs+/6KoIeKmihXJy+ Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=FDSjcj 2tpT40/YKIUoWmagMZzBp/AVJp+156/qX/SZM=; b=kePBCrojytgXLn+FWrky1U LRaVGstZ2u6kCkLXz18ISfDLLr5HpxfiBManhN9UnfN9aKZkbXFRpt2JxoNUzSaG T9z334M94pYQ6bQr0ipqxZNxsZaX90HZPyDhS+j26f68fmiCjCB0iny7CwUBcrEU JAQqGrGjaAr3nDcNkCdx+qkjYGudt0pjuE6reMm7l5NpRqG7N9AFlW3lh/bverL0 cinm3U+hivdR8/gguDq0OqCENfyFxqNMHPyPVRg7oY4gfArtEZY9zieRWo/aAwra QibKnqM6+Xwj45jyAoS7OAOOtBQG2YtOQ/e2pB4PK3SRCcGm6pW7QEsyNGrwKsrQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D245110277; Thu, 2 Aug 2018 05:25:52 -0400 (EDT) From: Thomas Monjalon To: Rahul Lakkireddy , shaguna@chelsio.com Cc: dev@dpdk.org, nirranjan@chelsio.com, indranil@chelsio.com Date: Thu, 02 Aug 2018 11:25:48 +0200 Message-ID: <1680100.M8Qq911RLH@xps> In-Reply-To: <1532590086-10242-1-git-send-email-rahul.lakkireddy@chelsio.com> References: <1532590086-10242-1-git-send-email-rahul.lakkireddy@chelsio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/cxgbevf: don't allocate control queues for VFs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2018 09:25:54 -0000 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