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:56:31 +0100 Message-ID: <3130468.ENsfWuFnsi@xps13> References: <1456918207-31696-1-git-send-email-jingjing.wu@intel.com> <1457502180-14124-2-git-send-email-jingjing.wu@intel.com> <2389921.nkn9EEY8za@xps13> 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-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 40E552BAA for ; Wed, 9 Mar 2016 10:58:11 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id p65so184763478wmp.1 for ; Wed, 09 Mar 2016 01:58:11 -0800 (PST) In-Reply-To: <2389921.nkn9EEY8za@xps13> 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 10:52, Thomas Monjalon: > 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. Forget that, I've seen the patch 7 which makes more important changes.