From: Jingjing Wu Date: Wed, 23 Mar 2016 13:07:04 +0000 (+0800) Subject: ethdev: add fields to flow director input X-Git-Tag: spdx-start~7188 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8e32fc273a5c1ba1d68a08c2d013b8e24aea836a;hp=8e32fc273a5c1ba1d68a08c2d013b8e24aea836a;p=dpdk.git ethdev: add fields to flow director input 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 ---