Re: [dpdk-dev] [PATCH v4 07/12] ethdev: add rte flow action for crypto

2017-10-15 Thread Aviad Yehezkel
On 10/15/2017 1:17 AM, Akhil Goyal wrote: From: Boris Pismenny The crypto action is specified by an application to request crypto offload for a flow. Signed-off-by: Boris Pismenny Signed-off-by: Aviad Yehezkel --- lib/librte_ether/rte_flow.h | 38 ++

[dpdk-dev] [PATCH v4 07/12] ethdev: add rte flow action for crypto

2017-10-14 Thread Akhil Goyal
From: Boris Pismenny The crypto action is specified by an application to request crypto offload for a flow. Signed-off-by: Boris Pismenny Signed-off-by: Aviad Yehezkel --- lib/librte_ether/rte_flow.h | 38 ++ 1 file changed, 38 insertions(+) diff --git a/l