From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 01/12] ethdev: extend flow director for input selection Date: Wed, 09 Mar 2016 10:52:12 +0100 Message-ID: <2389921.nkn9EEY8za@xps13> References: <1456918207-31696-1-git-send-email-jingjing.wu@intel.com> <1457502180-14124-1-git-send-email-jingjing.wu@intel.com> <1457502180-14124-2-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 152072BA1 for ; Wed, 9 Mar 2016 10:53:52 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id l68so184843936wml.0 for ; Wed, 09 Mar 2016 01:53:52 -0800 (PST) In-Reply-To: <1457502180-14124-2-git-send-email-jingjing.wu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-09 13:42, Jingjing Wu: > This patch added RTE_ETH_INPUT_SET_L3_IP4_TTL, > RTE_ETH_INPUT_SET_L3_IP6_HOP_LIMITS input field type and extended > struct rte_eth_ipv4_flow and rte_eth_ipv6_flow to support filtering > by tos, protocol and ttl. > > Signed-off-by: Jingjing Wu > --- > lib/librte_ether/rte_eth_ctrl.h | 8 ++++++++ > 1 file changed, 8 insertions(+) You should remove the deprecation notice in this patch.