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 7180F803E for ; Thu, 4 Dec 2014 11:30:45 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 04 Dec 2014 02:30:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="424979579" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by FMSMGA003.fm.intel.com with ESMTP; 04 Dec 2014 02:20:24 -0800 Received: from pgsmsx101.gar.corp.intel.com (10.221.44.78) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 4 Dec 2014 18:30:42 +0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 4 Dec 2014 18:30:42 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.216]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.5]) with mapi id 14.03.0195.001; Thu, 4 Dec 2014 18:30:41 +0800 From: "Chen, Jing D" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] i40e: Fix a vlan bug Thread-Index: AQHQD6e5LtHHrZY+mk2pPcece2l9IZx+s+sAgACGyJA= Date: Thu, 4 Dec 2014 10:30:40 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D0162B2C6@shsmsx102.ccr.corp.intel.com> References: <1417686605-6778-1-git-send-email-jing.d.chen@intel.com> <533710CFB86FA344BFBF2D6802E60286C9CAEC@SHSMSX101.ccr.corp.intel.com> <4822681.F5vea3YAsE@xps13> In-Reply-To: <4822681.F5vea3YAsE@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] i40e: Fix a vlan bug 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: Thu, 04 Dec 2014 10:30:45 -0000 As I don't know what commit he is based on, I'd like to generate a new patc= h with latest dpdk repo. > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, December 04, 2014 6:26 PM > To: Chen, Jing D > Cc: dev@dpdk.org; Qiu, Michael > Subject: Re: [dpdk-dev] [PATCH] i40e: Fix a vlan bug >=20 > 2014-12-04 10:18, Qiu, Michael: > > Hi Mark, > > > > I think Huawei (huawei.xie@intel.com) has one patch set to fix this iss= ue. > > > > If your patch is totally different with him: > > > > [dpdk-dev] [PATCH v4 0/2] lib/librte_pmd_i40e: set vlan filter fix > > > > please ignore my comments :) > > > > But you both calculation are different. >=20 > Yes, please Jing (Mark), if you reworked the v4 patch, it would clearer > to have a changelog, to name it v5 and to insert it in the previous > thread with --in-reply-to. > At the moment, both patches block each other. >=20 > -- > Thomas