From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3C8BE2904 for ; Mon, 12 Sep 2016 11:31:26 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 12 Sep 2016 02:31:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,322,1470726000"; d="scan'208";a="167158851" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 12 Sep 2016 02:31:23 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 12 Sep 2016 02:31:23 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 12 Sep 2016 02:31:23 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.102]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.250]) with mapi id 14.03.0248.002; Mon, 12 Sep 2016 17:31:20 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix outer VLAN bitmask for input set Thread-Index: AQHSDNftejF+sS5OPUiLWwx0VlXrcKB1lpAQ Date: Mon, 12 Sep 2016 09:31:20 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E1C6611@SHSMSX103.ccr.corp.intel.com> References: <1473672429-20366-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1473672429-20366-1-git-send-email-beilei.xing@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] net/i40e: fix outer VLAN bitmask for input set 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, 12 Sep 2016 09:31:26 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Monday, September 12, 2016 5:27 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH] net/i40e: fix outer VLAN bitmask for input set >=20 > This patch changes bitmask of outer VLAN tag in L2 header to support RSS > and flow director for QinQ. >=20 > Fixes: 4072d503aaa5 ("i40e: fix VLAN bitmasks for input set") > HI, Beilei I think this fix is based on " net/i40e: fix parsing QinQ packets type issu= e" http://dpdk.org/dev/patchwork/patch/15267/.=20 Could you merge them to a one patch. =20