test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V3] tests/inline_ipsec: modify ipsec configuration according to dpdk code change
@ 2022-04-08 18:32 Jiale Song
  2022-04-11  2:51 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Jiale Song @ 2022-04-08 18:32 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

According to dpdk commit a15f7b7d8("examples/ipsec-secgw: add check for unprotected port mask").
ingress rules of configuration are added, so modify dts to adapt DPDK modification.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_inline_ipsec.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_inline_ipsec.py b/tests/TestSuite_inline_ipsec.py
index 8e263e22..cb105d9c 100644
--- a/tests/TestSuite_inline_ipsec.py
+++ b/tests/TestSuite_inline_ipsec.py
@@ -118,6 +118,7 @@ class TestInlineIpsec(TestCase):
             "sp ipv4 out esp protect 1005 pri 1 dst 192.168.105.0/24 sport 0:65535 dport 0:65535\n"
             "#SA rules\n"
             "sa out 1005 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.1.5 dst 172.16.2.5 port_id 1 type inline-crypto-offload\n"
+            "sa in 5 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.2.5 dst 172.16.1.5 port_id 1 type inline-crypto-offload\n"
             "#Routing rules\n"
             "rt ipv4 dst 172.16.2.5/32 port 1\n"
         )
@@ -132,6 +133,7 @@ class TestInlineIpsec(TestCase):
             "#SP IPv4 rules\n"
             "sp ipv4 out esp protect 1002 pri 1 dst 192.168.102.0/24 sport 0:65535 dport 0:65535\n"
             "sa out 1002 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.31.35 dst 172.16.32.35 port_id 1 type inline-crypto-offload \n"
+            "sa in 5 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.32.35 dst 172.16.31.35 port_id 1 type inline-crypto-offload \n"
             "#Routing rules\n"
             "rt ipv4 dst 172.16.32.35/32 port 1\n"
         )
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dts] [PATCH V3] tests/inline_ipsec: modify ipsec configuration according to dpdk code change
  2022-04-08 18:32 [dts] [PATCH V3] tests/inline_ipsec: modify ipsec configuration according to dpdk code change Jiale Song
@ 2022-04-11  2:51 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-04-11  2:51 UTC (permalink / raw)
  To: dts, Jiale Song; +Cc: Jiale Song

On Fri,  8 Apr 2022 18:32:12 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> According to dpdk commit a15f7b7d8("examples/ipsec-secgw: add check for unprotected port mask").
> ingress rules of configuration are added, so modify dts to adapt DPDK modification.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>


Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-11  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 18:32 [dts] [PATCH V3] tests/inline_ipsec: modify ipsec configuration according to dpdk code change Jiale Song
2022-04-11  2:51 ` lijuan.tu

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).