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 CC853A052A; Mon, 25 Jan 2021 13:49:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1E26140F34; Mon, 25 Jan 2021 13:49:31 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id C0C0C140F2F for ; Mon, 25 Jan 2021 13:49:29 +0100 (CET) IronPort-SDR: i5n6B19lej+FNOxW1YObdve2we5TpW5ha02zo4tyo23m5XXnCW1o5jWHRrdVIqUG7EbCbpMj0w 43DexRzCxziw== X-IronPort-AV: E=McAfee;i="6000,8403,9874"; a="178941355" X-IronPort-AV: E=Sophos;i="5.79,373,1602572400"; d="scan'208";a="178941355" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2021 04:49:28 -0800 IronPort-SDR: XX1Mv/gri/h2pbgz7UbqMxkwxIjE/erjYAOJXqymp5XsKWySBYK8OyMZGzQXEUfu7f3Z76Jc/i 4tLNxaHwHvWQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,373,1602572400"; d="scan'208";a="429272893" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga001.jf.intel.com with ESMTP; 25 Jan 2021 04:49:28 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 25 Jan 2021 04:49:27 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 25 Jan 2021 20:49:26 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Mon, 25 Jan 2021 20:49:26 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "Guo, Junfeng" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "Zhang, Yuying" Thread-Topic: [PATCH] net/iavf: fix port VLAN cfg err for AVF with SVM Thread-Index: AQHW8IE6wAIir1pcGEODufJD3Qc/8qoyo+MAgAWsCUA= Date: Mon, 25 Jan 2021 12:49:25 +0000 Message-ID: References: <20210122133541.1799915-1-junfeng.guo@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/iavf: fix port VLAN cfg err for AVF with SVM 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" > -----Original Message----- > From: Wang, Haiyue > Sent: Friday, January 22, 2021 2:12 PM > To: Guo, Junfeng ; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beile= i > > Cc: dev@dpdk.org; Zhang, Yuying > Subject: RE: [PATCH] net/iavf: fix port VLAN cfg err for AVF with SVM >=20 > > -----Original Message----- > > From: Guo, Junfeng > > Sent: Friday, January 22, 2021 21:36 > > To: Zhang, Qi Z ; Wu, Jingjing > > ; Xing, Beilei > > Cc: dev@dpdk.org; Wang, Haiyue ; Zhang, Yuying > > ; Guo, Junfeng > > Subject: [PATCH] net/iavf: fix port VLAN cfg err for AVF with SVM > > > > For AVF with single vlan mode (SVM), port vlan stripping config has > > already been disabled by PF. In this scenario, the error of -ENOTSUP > > can be ignored. > > > > Fixes: 1c301e8c3cff ("net/iavf: support new VLAN capabilities") > > Signed-off-by: Junfeng Guo > > --- > > drivers/net/iavf/iavf_ethdev.c | 3 +++ > > 1 file changed, 3 insertions(+) >=20 > Good catch, I missed this scenario handling. ;-) >=20 > Acked-by: Haiyue Wang Applied to dpdk-next-net-intel. Thanks Qi