Re: [dpdk-dev] [PATCH 1/2] ethdev: add support for raw flow type for flow director

2017-09-04 Thread Radu Nicolau
On 8/24/2017 4:30 PM, Kirill Rybalchenko wrote: Add new structure rte_eth_raw_flow to the union rte_eth_fdir_flow to support filter for raw flow type Signed-off-by: Kirill Rybalchenko --- lib/librte_ether/rte_eth_ctrl.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/lib

[dpdk-dev] [PATCH 1/2] ethdev: add support for raw flow type for flow director

2017-08-24 Thread Kirill Rybalchenko
Add new structure rte_eth_raw_flow to the union rte_eth_fdir_flow to support filter for raw flow type Signed-off-by: Kirill Rybalchenko --- lib/librte_ether/rte_eth_ctrl.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_c