From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 1/9] ethdev: extend flow director for input selection Date: Wed, 23 Mar 2016 15:02:25 +0100 Message-ID: <23529363.DFrG6I7RLF@xps13> References: <1458541132-11953-1-git-send-email-jingjing.wu@intel.com> <1458738432-3184-1-git-send-email-jingjing.wu@intel.com> <1458738432-3184-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, bruce.richardson@intel.com, helin.zhang@intel.com To: Jingjing Wu Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id D8A3B2B9E for ; Wed, 23 Mar 2016 15:04:07 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id l68so197644521wml.0 for ; Wed, 23 Mar 2016 07:04:07 -0700 (PDT) In-Reply-To: <1458738432-3184-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-23 21:07, Jingjing Wu: > This patch adds RTE_ETH_INPUT_SET_L3_IP4_TTL, > RTE_ETH_INPUT_SET_L3_IP6_HOP_LIMITS input field types and extends > struct rte_eth_ipv4_flow and rte_eth_ipv6_flow to support filtering > by tos, protocol and ttl. > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Acked-by: Thomas Monjalon