From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6502893C6 for ; Mon, 7 Dec 2015 01:55:41 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 06 Dec 2015 16:55:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,392,1444719600"; d="scan'208";a="701458331" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 06 Dec 2015 16:55:40 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 6 Dec 2015 16:55:39 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 6 Dec 2015 16:55:39 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.223]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.138]) with mapi id 14.03.0248.002; Mon, 7 Dec 2015 08:55:38 +0800 From: "Zhang, Helin" To: "Chilikin, Andrey" , "dev@dpdk.org" Thread-Topic: [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask Thread-Index: AQHRLRluPrTx+zSCQkmcZijcGsgFm56+uYcw Date: Mon, 7 Dec 2015 00:55:37 +0000 Message-ID: References: <1449071533-9023-1-git-send-email-andrey.chilikin@intel.com> In-Reply-To: <1449071533-9023-1-git-send-email-andrey.chilikin@intel.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] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 00:55:41 -0000 > -----Original Message----- > From: Chilikin, Andrey > Sent: Wednesday, December 2, 2015 11:52 PM > To: dev@dpdk.org > Cc: Zhang, Helin; Wu, Jingjing; Chilikin, Andrey > Subject: [PATCH] i40e: fix wrong copy-paste which led to one bit missing > from I40E_INSET_FLEX_PAYLOAD mask >=20 > Fix wrong copy-paste which led to one bit missing from > I40E_INSET_FLEX_PAYLOAD mask >=20 > Signed-off-by: Andrey Chilikin Acked-by: Helin Zhang Though applied, I'd like to ack it here, and thanks to Andrey's good catch!