From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 0D80B2A58 for ; Wed, 5 Jul 2017 20:30:53 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 05 Jul 2017 11:30:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,313,1496127600"; d="scan'208";a="104761903" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 05 Jul 2017 11:30:50 -0700 To: Qi Zhang , wenzhuo.lu@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org References: <1495828350-10259-1-git-send-email-qi.z.zhang@intel.com> <1499221296-7251-1-git-send-email-qi.z.zhang@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 5 Jul 2017 19:30:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1499221296-7251-1-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4 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: Wed, 05 Jul 2017 18:30:54 -0000 On 7/5/2017 3:21 AM, Qi Zhang wrote: > The patchset is based on > http://dpdk.org/dev/patchwork/patch/25292/ > > v4: > - fix missing rename from roughly to fuzzy > > v3: > - will check fuzzy match's last and mask value. > > v2: > - add comment to explain macro replacement > - fix wrong flow type assignment > > 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 Series applied to dpdk-next-net/master, thanks. (Keept ack from Wenzhuo given for v2.)