From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 259F51BAF2 for ; Wed, 4 Apr 2018 04:25:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2018 19:25:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,404,1517904000"; d="scan'208";a="40506269" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 03 Apr 2018 19:25:52 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 3 Apr 2018 19:25:44 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.61]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.241]) with mapi id 14.03.0319.002; Wed, 4 Apr 2018 10:25:42 +0800 From: "Lu, Wenzhuo" To: Shweta Choudaha , "dev@dpdk.org" CC: "shweta.choudaha@att.com" Thread-Topic: [dpdk-dev] [PATCH 1/1] net/ixgbe: Add API to update SBP bit Thread-Index: AQHTrJ3PzDMBWIrB8Ey1CjeNzywYyKPwHuQw Date: Wed, 4 Apr 2018 02:25:42 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B76070A@shsmsx102.ccr.corp.intel.com> References: <20180223115913.19266-1-shweta.choudaha@gmail.com> <20180223115913.19266-2-shweta.choudaha@gmail.com> In-Reply-To: <20180223115913.19266-2-shweta.choudaha@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/1] net/ixgbe: Add API to update SBP bit 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: Wed, 04 Apr 2018 02:25:54 -0000 Hi Shweta, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shweta Choudaha > Sent: Friday, February 23, 2018 7:59 PM > To: dev@dpdk.org > Cc: shweta.choudaha@att.com > Subject: [dpdk-dev] [PATCH 1/1] net/ixgbe: Add API to update SBP bit >=20 > From: Shweta Choudaha >=20 > Add ixgbe API to enable SBP bit in FCTRL register to allow receiving pack= ets > that may otherwise be considered length errors by ixgbe and dropped >=20 > Signed-off-by: Shweta Choudaha > Reviewed-by: Chas Williams > Reviewed-by: Luca Boccassi > --- > --- a/drivers/net/ixgbe/rte_pmd_ixgbe_version.map > +++ b/drivers/net/ixgbe/rte_pmd_ixgbe_version.map > @@ -52,3 +52,9 @@ DPDK_17.08 { > rte_pmd_ixgbe_bypass_wd_timeout_show; > rte_pmd_ixgbe_bypass_wd_timeout_store; > } DPDK_17.05; > + > +EXPERIMENTAL { > + global: > + > + rte_pmd_ixgbe_upd_fctrl_sbp; > +} DPDK_17.08; The patch is fine except we should use 18.05 here. > -- > 2.11.0