From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 40A24A056A; Wed, 10 Mar 2021 14:15:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 09E5B4068C; Wed, 10 Mar 2021 14:15:50 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 7F0DF40687 for ; Wed, 10 Mar 2021 14:15:48 +0100 (CET) IronPort-SDR: WvLdMsXgg12/NDqw8n/TLjAqHyaVnFVKs6A0TeZctYVumOx/lxYC1X44RMzKxOP5phhiTqaEQ7 QL4EcutMr/nw== X-IronPort-AV: E=McAfee;i="6000,8403,9917"; a="167735175" X-IronPort-AV: E=Sophos;i="5.81,237,1610438400"; d="scan'208";a="167735175" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2021 05:15:47 -0800 IronPort-SDR: gA1ek5Uabl3owiY+dhOyI8d/2xW1U34PClO+vvvlcp+9cEcq4Gseb0SO0hFAlVucnKJBIue4yl d/Gxeo6VZn+A== X-IronPort-AV: E=Sophos;i="5.81,237,1610438400"; d="scan'208";a="509658533" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.209.124]) ([10.213.209.124]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2021 05:15:43 -0800 From: Ferruh Yigit To: Kalesh A P , dev@dpdk.org Cc: ajit.khaparde@broadcom.com References: <20210224155553.26893-1-kalesh-anakkur.purayil@broadcom.com> <20210224155553.26893-3-kalesh-anakkur.purayil@broadcom.com> X-User: ferruhy Message-ID: Date: Wed, 10 Mar 2021 13:15:41 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 02/11] net/bnxt: fix vnic configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 3/10/2021 1:13 PM, Ferruh Yigit wrote: > On 2/24/2021 3:55 PM, Kalesh A P wrote: >> From: Kalesh AP >> >> PMD should not set any flags to receive RoCE traffic while >> configuring the vnic. Since the PMD does not support RoCE >> some of the flags and code is unused. Clean it up. >> >> Fixes: b7778e8a1c00 ("net/bnxt: refactor to properly allocate resources for >> PF/VF") >> Cc: stable@dpdk.org >> >> Signed-off-by: Kalesh AP >> Reviewed-by: Ajit Kumar Khaparde > > Hi Ajit, > > Can you please add 'VNIC' to 'devtools/words-case.txt' to be able to catch > errors in patch title for it? > Also 'Thor' please.