Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix rte flow egress

2017-10-10 Thread De Lara Guarch, Pablo
or...@mellanox.com; avia...@mellanox.com; tho...@monjalon.net; > sandeep.ma...@nxp.com; jerin.ja...@caviumnetworks.com > Subject: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix rte flow egress > > This patch ensures that the egress flag is set for outbound inline flows. > > Signed-off-by

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix rte flow egress

2017-09-17 Thread Boris Pismenny
This patch ensures that the egress flag is set for outbound inline flows. Signed-off-by: Boris Pismenny --- examples/ipsec-secgw/ipsec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/ipsec-secgw/ipsec.c b/examples/ipsec-secgw/ipsec.c index 3d241a2..b3694a5 100644 --- a/examples