[v2] app/crypto-perf: Only run AEAD decrypt with valid test vector file.

2025-07-29 Thread Emma Finn
The test dummy vector data is incorrect for AEAD decryption, so we should only run when passed a valid test vector file. Signed-off-by: Emma Finn --- app/test-crypto-perf/cperf_options_parsing.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/app/test

[PATCH] app/crypto-perf: Only run AEAD decrypt with valid test vector file.

2025-07-28 Thread Emma Finn
The test dummy vector data is incorrect for AEAD decryption, so we should only run when passed a valid test vector file. This patch also moves the check for correct test vector data to after the vector has been populated by test vector file or dummy data. Signed-off-by: Emma Finn --- app/test

[dpdk-dev] [PATCH v5] app/testpmd: add new command for show port info

2018-08-30 Thread Emma Finn
011:22:33:44:55:66 :07:00.0 net_i40e up4Mbps 166:55:44:33:22:11 :07:00.1 net_i40e up4Mbps Signed-off-by: Emma Finn Reviewed-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- v2: droped off redundant information added a single header l

[dpdk-dev] [PATCH v4] app/testpmd: add new command for show port info

2018-08-30 Thread Emma Finn
011:22:33:44:55:66 :07:00.0, net_i40e, up, 4 Mbps 166:55:44:33:22:11 :07:00.1, net_i40e, up, 4 Mbps Signed-off-by: Emma Finn Reviewed-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- v2: droped off redundant information added a single header l

[dpdk-dev] [PATCH v3] app/testpmd: add new command for show port info

2018-08-29 Thread Emma Finn
011:22:33:44:55:66 :07:00.0, net_i40e, up, 4 Mbps 166:55:44:33:22:11 :07:00.1, net_i40e, up, 4 Mbps Signed-off-by: Emma Finn --- v2: droped off redundant information added a single header line. (Stephen Hemminger) v3: removed deprecated function and re

[dpdk-dev] [PATCH v2] app/testpmd: add new command for show port info

2018-08-29 Thread Emma Finn
011:22:33:44:55:66 :07:00.0, net_i40e, up, 4 Mbps 166:55:44:33:22:11 :07:00.1, net_i40e, up, 4 Mbps Signed-off-by: Emma Finn --- v2: droped off redundant information added a single header line. (Stephen Hemminger) --- app/test-pmd/cmdline.c

[dpdk-dev] [PATCH v1] testpmd: add new command for show port info

2018-08-28 Thread Emma Finn
existing testpmd command "show port info" is too verbose. Added a new summary command to print brief information on ports. Signed-off-by: Emma Finn --- app/test-pmd/cmdline.c | 15 ++- app/test-pmd/config.c | 41 + app/test-pmd/test