From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A02DA2BA3 for ; Sat, 27 May 2017 04:59:06 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 May 2017 19:59:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,400,1491289200"; d="scan'208";a="107611217" Received: from zhangqi.sh.intel.com ([10.239.129.189]) by fmsmga006.fm.intel.com with ESMTP; 26 May 2017 19:59:04 -0700 From: Qi Zhang To: helin.zhang@intel.com, wenzhuo.lu@intel.com Cc: dev@dpdk.org, Qi Zhang Date: Fri, 26 May 2017 15:52:27 -0400 Message-Id: <1495828350-10259-1-git-send-email-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 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: Sat, 27 May 2017 02:59:07 -0000 the patchset is base on http://dpdk.org/dev/patchwork/patch/24482/ http://dpdk.org/dev/patchwork/patch/24476/ 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 | 371 +++++++++++++++++++++++++---------------- 1 file changed, 226 insertions(+), 145 deletions(-) -- 2.7.4