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

2016-03-23 Thread Thomas Monjalon
2016-03-23 00:42, Wu, Jingjing: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2016-03-21 14:18, 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_ip

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

2016-03-23 Thread Wu, Jingjing
Hi, Thomas > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 23, 2016 6:06 AM > To: Wu, Jingjing > Cc: dev at dpdk.org; Zhang, Helin > Subject: Re: [dpdk-dev] [PATCH v5 1/9] ethdev: extend flow director for

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

2016-03-22 Thread Thomas Monjalon
2016-03-21 14:18, 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. [...] > --- a/doc/guides/rel_notes/deprecation.rst >

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

2016-03-21 Thread 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 Acked-by: Helin Zhang --- doc/guides/rel_notes/deprecation.rs