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 AE5C31077; Thu, 27 Apr 2017 03:04:00 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2017 18:03:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,256,1488873600"; d="scan'208";a="1140644022" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 26 Apr 2017 18:03:59 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Apr 2017 18:03:58 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Apr 2017 18:03:58 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.217]) with mapi id 14.03.0319.002; Thu, 27 Apr 2017 09:03:56 +0800 From: "Lu, Wenzhuo" To: Adrien Mazarguil , "dev@dpdk.org" CC: "stable@dpdk.org" , "Zhao1, Wei" Thread-Topic: [PATCH v3 13/14] ethdev: fix incomplete items in flow API Thread-Index: AQHSvoXB/X2AyM+hAEiwRJY8Fg3fTqHYZwdg Date: Thu, 27 Apr 2017 01:03:55 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B59D014@shsmsx102.ccr.corp.intel.com> References: In-Reply-To: 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 v3 13/14] ethdev: fix incomplete items in flow API 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: Thu, 27 Apr 2017 01:04:01 -0000 Hi, > -----Original Message----- > From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com] > Sent: Wednesday, April 26, 2017 8:07 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhao1, Wei; Lu, Wenzhuo > Subject: [PATCH v3 13/14] ethdev: fix incomplete items in flow API >=20 > E-Tag and NVGRE pattern items have been added hastily without updating > documentation nor testpmd. >=20 > This commit also adds default masks for these items based on the ixgbe > implementation. >=20 > Fixes: 99e7003831c3 ("net/ixgbe: parse L2 tunnel filter") >=20 > Cc: stable@dpdk.org > Cc: Wei Zhao > Cc: Wenzhuo Lu > Signed-off-by: Adrien Mazarguil Acked-by: Wenzhuo Lu Thanks for this patch :)