mbox series

[v2,0/3] test/ipsec: fixes and improvements

Message ID 1559903595-18506-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
Headers
Series test/ipsec: fixes and improvements |

Message

Iremonger, Bernard June 7, 2019, 10:33 a.m. UTC
  The following patches contain one fix and 
improvements to test_ipsec.c

Changes in v2:
-------------
Patch 1 has been dropped as it hides the issue with QAT PMD.
Patch 3 has been dropped as the hang issue with QAT device is not occurring
with the latest DPDK 18.08 code.
The commit message for patch 5 has been changed, now patch 3.

Bernard Iremonger (3):
  test/ipsec: fix log messages in tests
  test/ipsec: add extra test configuration
  test/ipsec: improve debug in group tests

 app/test/test_ipsec.c | 67 +++++++++++++++++++++++++--------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)
  

Comments

Ananyev, Konstantin June 11, 2019, 4:20 p.m. UTC | #1
> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Friday, June 7, 2019 11:33 AM
> To: dev@dpdk.org; Ananyev, Konstantin <konstantin.ananyev@intel.com>; akhil.goyal@nxp.com
> Cc: Iremonger, Bernard <bernard.iremonger@intel.com>
> Subject: [PATCH v2 0/3] test/ipsec: fixes and improvements
> 
> The following patches contain one fix and
> improvements to test_ipsec.c
> 
> Changes in v2:
> -------------
> Patch 1 has been dropped as it hides the issue with QAT PMD.
> Patch 3 has been dropped as the hang issue with QAT device is not occurring
> with the latest DPDK 18.08 code.
> The commit message for patch 5 has been changed, now patch 3.
> 
> Bernard Iremonger (3):
>   test/ipsec: fix log messages in tests
>   test/ipsec: add extra test configuration
>   test/ipsec: improve debug in group tests
> 
>  app/test/test_ipsec.c | 67 +++++++++++++++++++++++++--------------------------
>  1 file changed, 33 insertions(+), 34 deletions(-)
> 
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 2.7.4
  
Akhil Goyal June 25, 2019, 12:48 p.m. UTC | #2
> 
> The following patches contain one fix and
> improvements to test_ipsec.c
> 
> Changes in v2:
> -------------
> Patch 1 has been dropped as it hides the issue with QAT PMD.
> Patch 3 has been dropped as the hang issue with QAT device is not occurring
> with the latest DPDK 18.08 code.
> The commit message for patch 5 has been changed, now patch 3.
> 
> Bernard Iremonger (3):
>   test/ipsec: fix log messages in tests
>   test/ipsec: add extra test configuration
>   test/ipsec: improve debug in group tests
> 
>  app/test/test_ipsec.c | 67 +++++++++++++++++++++++++--------------------------
>  1 file changed, 33 insertions(+), 34 deletions(-)
> 
> --
> 2.7.4
Series Applied to dpdk-next-crypto

Thanks.