From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 15EB311C5 for ; Thu, 8 Jun 2017 08:57:11 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jun 2017 23:57:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,313,1493708400"; d="scan'208";a="271653503" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 07 Jun 2017 23:57:10 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Jun 2017 23:57:10 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Jun 2017 23:57:09 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Thu, 8 Jun 2017 14:57:08 +0800 From: "Lu, Wenzhuo" To: "Zhang, Qi Z" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] net/ixgbe: enable signature match and ipv6 for consistent API. Thread-Index: AQHS4B61p7i1bRwsjUGr/eDdQmcKJ6IaiGwA Date: Thu, 8 Jun 2017 06:57:08 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5CD2B8@shsmsx102.ccr.corp.intel.com> References: <1495828350-10259-1-git-send-email-qi.z.zhang@intel.com> <1496876924-35787-1-git-send-email-qi.z.zhang@intel.com> In-Reply-To: <1496876924-35787-1-git-send-email-qi.z.zhang@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 v2 0/3] net/ixgbe: enable signature match and ipv6 for consistent 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, 08 Jun 2017 06:57:12 -0000 Hi, > -----Original Message----- > From: Zhang, Qi Z > Sent: Thursday, June 8, 2017 7:09 AM > To: Lu, Wenzhuo; Zhang, Helin > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v2 0/3] net/ixgbe: enable signature match and ipv6 for > consistent API. >=20 > The patchset is based on > http://dpdk.org/dev/patchwork/patch/25015 > http://dpdk.org/dev/patchwork/patch/25185 >=20 > v2: > - add comment to explain macro replacement > - fix wrong flow type assignment >=20 > Qi Zhang (3): > net/ixgbe: replace macro with inline function > net/ixgbe: enable signature match for consistent API > net/ixgbe: enable IPv6 for consistent API >=20 > drivers/net/ixgbe/ixgbe_flow.c | 377 +++++++++++++++++++++++++----------= --- > --- > 1 file changed, 229 insertions(+), 148 deletions(-) >=20 > -- > 2.7.4 Series- Acked-by: Wenzhuo Lu