|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1, v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4 |
|
| #
db27370b |
| 10-Nov-2020 |
Stephen Hemminger <[email protected]> |
eal: replace blacklist/whitelist options
Replace -w / --pci-whitelist with -a / --allow options and --pci-blacklist with --block. The -b short option remains unchanged.
Allow the old options for no
eal: replace blacklist/whitelist options
Replace -w / --pci-whitelist with -a / --allow options and --pci-blacklist with --block. The -b short option remains unchanged.
Allow the old options for now, but print a nag warning since old options are deprecated.
Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Luca Boccassi <[email protected]> Signed-off-by: Thomas Monjalon <[email protected]>
show more ...
|
|
Revision tags: v20.11-rc3, v20.11-rc2, v20.11-rc1, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2 |
|
| #
9dbc4e21 |
| 04-May-2020 |
Mariusz Drost <[email protected]> |
examples/ipsec-secgw: clean up test scripts
As more test cases are defined for execution, test scripts structure needs to be reorganized, so fewer files are needed to describe the test. To achieve t
examples/ipsec-secgw: clean up test scripts
As more test cases are defined for execution, test scripts structure needs to be reorganized, so fewer files are needed to describe the test. To achieve that, new environment variables are incorporated into the scripts. Additionally, tests for mixed tunnel protocols are added.
Signed-off-by: Mariusz Drost <[email protected]> Tested-by: Konstantin Ananyev <[email protected]> Acked-by: Konstantin Ananyev <[email protected]>
show more ...
|
|
Revision tags: v20.05-rc1, v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1, v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2 |
|
| #
1dc48bce |
| 08-Nov-2019 |
Stephen Hemminger <[email protected]> |
examples/ipsec-segw: add SPDX license tag
Add missing BSD license tag to IPsec examples.
Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Konstantin Ananyev <konstantin.anany
examples/ipsec-segw: add SPDX license tag
Add missing BSD license tag to IPsec examples.
Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Konstantin Ananyev <[email protected]>
show more ...
|
|
Revision tags: v19.11-rc1, v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1 |
|
| #
1cfd1559 |
| 04-Jul-2019 |
Fan Zhang <[email protected]> |
examples/ipsec-secgw: support header reconstruction
This patch updates the ipsec-secgw application to support header reconstruction. In addition a series of tests have been added to prove the implem
examples/ipsec-secgw: support header reconstruction
This patch updates the ipsec-secgw application to support header reconstruction. In addition a series of tests have been added to prove the implementation's correctness.
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Konstantin Ananyev <[email protected]> Tested-by: Konstantin Ananyev <[email protected]>
show more ...
|
| #
d06fe6ea |
| 25-Jun-2019 |
Konstantin Ananyev <[email protected]> |
examples/ipsec-secgw: add multi-segment test cases
Enhance test scripts to support fragmentation/reassemble functionality.
Signed-off-by: Konstantin Ananyev <[email protected]>
|
| #
9a18283a |
| 24-Jun-2019 |
Marcin Smoczynski <[email protected]> |
examples/ipsec-secgw: add scapy based tests
Add new unittest-like mechanism which uses scapy to craft custom packets and a set of assertions to check how ipsec-secgw example application is processin
examples/ipsec-secgw: add scapy based tests
Add new unittest-like mechanism which uses scapy to craft custom packets and a set of assertions to check how ipsec-secgw example application is processing them. Python3 with scapy module is required by pkttest.sh to run test scripts.
A new mechanism is used to test IPv6 transport mode traffic with header extensions (trs_ipv6opts.py).
Fix incomplete test log problem by disabling buffering of ipsec-secgw standard output with stdbuf application.
Signed-off-by: Marcin Smoczynski <[email protected]> Acked-by: Konstantin Ananyev <[email protected]> Acked-by: Akhil Goyal <[email protected]> Tested-by: Konstantin Ananyev <[email protected]>
show more ...
|
|
Revision tags: v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1 |
|
| #
f60ea1d7 |
| 27-Mar-2019 |
Konstantin Ananyev <[email protected]> |
examples/ipsec-secgw: fix test script
Fixes: 929784452094 ("examples/ipsec-secgw: add scripts for functional test") Cc: [email protected]
Signed-off-by: Konstantin Ananyev <[email protected]
examples/ipsec-secgw: fix test script
Fixes: 929784452094 ("examples/ipsec-secgw: add scripts for functional test") Cc: [email protected]
Signed-off-by: Konstantin Ananyev <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| #
2004a147 |
| 20-Mar-2019 |
Fan Zhang <[email protected]> |
examples/ipsec-secgw: add test scripts for 3DES-CBC
This patch adds the functional test scripts to ipsec-secgw sample application for both transport and tunnel working mode.
Signed-off-by: Fan Zhan
examples/ipsec-secgw: add test scripts for 3DES-CBC
This patch adds the functional test scripts to ipsec-secgw sample application for both transport and tunnel working mode.
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Konstantin Ananyev <[email protected]>
show more ...
|
| #
8f600988 |
| 20-Mar-2019 |
Fan Zhang <[email protected]> |
examples/ipsec-secgw: add test scripts for AES-CTR
This patch adds the functional test scripts to ipsec-secgw sample application for both transport and tunnel working mode.
Updated a bit on common_
examples/ipsec-secgw: add test scripts for AES-CTR
This patch adds the functional test scripts to ipsec-secgw sample application for both transport and tunnel working mode.
Updated a bit on common_defs to use "mktemp" instead of "tempfile" as Fedora does not like the command.
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Konstantin Ananyev <[email protected]>
show more ...
|
|
Revision tags: v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2 |
|
| #
92978445 |
| 10-Jan-2019 |
Konstantin Ananyev <[email protected]> |
examples/ipsec-secgw: add scripts for functional test
The purpose of these scripts is to automate ipsec-secgw functional testing. The scripts require two machines (SUT and DUT) connected through at
examples/ipsec-secgw: add scripts for functional test
The purpose of these scripts is to automate ipsec-secgw functional testing. The scripts require two machines (SUT and DUT) connected through at least 2 NICs and running linux (so far tested only on Ubuntu 18.04). Introduced test-cases for the following scenarios: - Transport/Tunnel modes - AES-CBC SHA1 - AES-GCM - ESN on/off - legacy/librte_ipsec code path
Signed-off-by: Konstantin Ananyev <[email protected]> Acked-by: Radu Nicolau <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|