From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1309C326C for ; Tue, 8 May 2018 03:47:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2018 18:47:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,376,1520924400"; d="scan'208";a="222429207" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 07 May 2018 18:47:03 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 7 May 2018 18:47:03 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Tue, 8 May 2018 09:47:01 +0800 From: "Zhang, Helin" To: Shweta Choudaha , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Yigit, Ferruh" , "shweta.choudaha@att.com" Thread-Topic: [PATCH v2] net/ixgbe: Add API to update SBP bit Thread-Index: AQHT0OKh7YnzffmfJEyPzT1blrayU6QlOOWA Date: Tue, 8 May 2018 01:47:01 +0000 Message-ID: References: <20180223115913.19266-2-shweta.choudaha@gmail.com> <20180410154246.102440-1-shweta.choudaha@gmail.com> In-Reply-To: <20180410154246.102440-1-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 v2] 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: Tue, 08 May 2018 01:47:05 -0000 > -----Original Message----- > From: Shweta Choudaha [mailto:shweta.choudaha@gmail.com] > Sent: Tuesday, April 10, 2018 11:43 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Ananyev, Konstantin; Zhang, Helin; Yigit, Ferruh; > shweta.choudaha@att.com > Subject: [PATCH v2] 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 Applied to dpdk-next-net-intel, thanks! /Helin