From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [dts 4/5] test_plans/inline_ipsec_test_plan:add print info for ipsec app
Date: Tue, 1 Sep 2020 10:55:16 +0800 [thread overview]
Message-ID: <20200901025517.9501-5-weix.xie@intel.com> (raw)
In-Reply-To: <20200901025517.9501-1-weix.xie@intel.com>
Signed-off-by: Xie wei <weix.xie@intel.com>
---
test_plans/inline_ipsec_test_plan.rst | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/test_plans/inline_ipsec_test_plan.rst b/test_plans/inline_ipsec_test_plan.rst
index c37b229..3a26e18 100644
--- a/test_plans/inline_ipsec_test_plan.rst
+++ b/test_plans/inline_ipsec_test_plan.rst
@@ -100,7 +100,15 @@ modprobe vfio-pci
This suite depend PyCryptodome,it provide authenticated encryption modes(GCM)
module dependences:cryptography (1.7.2), pycryptodome (3.4.7), pycryptodomex (3.4.7),
pycryptopp (0.6.0), scapy (2.3.3 or later)
-
+
+Add print code in IPSEC app::
+
+ sed -i -e 's/if (nb_rx > 0)/if (nb_rx > 0) {/g' -e '/\/\* dequeue and process completed crypto-ops \*\//i\\t\t\t}' -e '/process_pkts(qconf, pkts, nb_rx, portid);/i\\t\t\t\tprintf("[debug]receive %llu packet in rxqueueid=%llu\\n",(unsigned long long)nb_rx, (unsigned long long)queueid);' examples/ipsec-secgw/ipsec-secgw.c
+
+Re-compile examples/ipsec-secgw::
+
+ make -C examples/ipsec-secgw
+
Test Case: Inline cfg parsing
=============================
Create inline ipsec configuration file like below::
--
2.17.1
next prev parent reply other threads:[~2020-09-01 2:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-01 2:55 [dts] [PATCH V1 0/5] modify test plan Xie wei
2020-09-01 2:55 ` [dts] [dts 1/5] test_plans/qinq_filter_test_plan:add the change CONFIG_RTE_LIBRTE_I40E_INC_VECTOR to n in " Xie wei
2020-09-01 6:21 ` Lin, Xueqin
2020-09-02 4:39 ` Tu, Lijuan
2020-09-01 2:55 ` [dts] [dts 2/5] test_plans/generic_filter_test_plan:add the change IXGBE_NONE_MODE_TX_NB_QUEUES to 128 " Xie wei
2020-09-01 6:20 ` Lin, Xueqin
2020-09-01 2:55 ` [dts] [dts 3/5] test_plans/userspace_ethtool_test_plan:modify vlan fiter param Xie wei
2020-09-01 6:21 ` Lin, Xueqin
2020-09-01 2:55 ` Xie wei [this message]
2020-09-01 6:18 ` [dts] [dts 4/5] test_plans/inline_ipsec_test_plan:add print info for ipsec app Lin, Xueqin
2020-09-01 2:55 ` [dts] [dts 5/5] test_plans/ptype_mapping_test_plan:add print info to testpmd Xie wei
2020-09-01 6:22 ` Lin, Xueqin
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=20200901025517.9501-5-weix.xie@intel.com \
--to=weix.xie@intel.com \
--cc=dts@dpdk.org \
/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).