[dpdk-dev] [PATCH v6 1/9] ethdev: extend flow director for input selection

2016-03-23 Thread 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 --- doc/guides/rel_notes/deprecation.rst

[dpdk-dev] [PATCH v6 1/9] ethdev: extend flow director for input selection

2016-03-23 Thread Thomas Monjalon
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 Zha