DPDK patches and discussions
 help / color / mirror / Atom feed
From: Boris Pismenny <borisp@mellanox.com>
To: dev@dpdk.org
Cc: akhil.goyal@nxp.com, declan.doherty@intel.com,
	pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com,
	radu.nicolau@intel.com, borisp@mellanox.com,
	aviadye@mellanox.com, thomas@monjalon.net, sandeep.malik@nxp.com,
	jerin.jacob@caviumnetworks.com
Subject: [dpdk-dev]  [PATCH] examples/ipsec-secgw: fix rte flow egress
Date: Sun, 17 Sep 2017 15:16:33 +0300	[thread overview]
Message-ID: <1505650593-3924-1-git-send-email-borisp@mellanox.com> (raw)

This patch ensures that the egress flag is set for outbound inline
flows.

Signed-off-by: Boris Pismenny <borisp@mellanox.com>
---
 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/ipsec-secgw/ipsec.c
+++ b/examples/ipsec-secgw/ipsec.c
@@ -171,6 +171,9 @@
 
 			sa->action[1].type = RTE_FLOW_ACTION_TYPE_END;
 
+			sa->attr.egress =
+				(sa->direction ==
+				 RTE_SECURITY_IPSEC_SA_DIR_EGRESS);
 			sa->flow = rte_flow_create(sa->portid,
 				&sa->attr, sa->pattern, sa->action, &err);
 			if (sa->flow == NULL) {
-- 
1.8.3.1

             reply	other threads:[~2017-09-17 12:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-17 12:16 Boris Pismenny [this message]
2017-10-10 11:18 ` De Lara Guarch, Pablo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1505650593-3924-1-git-send-email-borisp@mellanox.com \
    --to=borisp@mellanox.com \
    --cc=akhil.goyal@nxp.com \
    --cc=aviadye@mellanox.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=hemant.agrawal@nxp.com \
    --cc=jerin.jacob@caviumnetworks.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=radu.nicolau@intel.com \
    --cc=sandeep.malik@nxp.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).