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 506412A58 for ; Wed, 5 Jul 2017 11:28:42 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2017 02:28:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,311,1496127600"; d="scan'208";a="1190690787" Received: from dpdk777.sh.intel.com ([10.67.111.90]) by fmsmga002.fm.intel.com with ESMTP; 05 Jul 2017 02:28:41 -0700 From: Qi Zhang To: wenzhuo.lu@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org, Qi Zhang Date: Tue, 4 Jul 2017 22:21:33 -0400 Message-Id: <1499221296-7251-1-git-send-email-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1495828350-10259-1-git-send-email-qi.z.zhang@intel.com> References: <1495828350-10259-1-git-send-email-qi.z.zhang@intel.com> Subject: [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 09:28:43 -0000 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 drivers/net/ixgbe/ixgbe_flow.c | 397 ++++++++++++++++++++++++++--------------- 1 file changed, 249 insertions(+), 148 deletions(-) -- 2.7.4