mbox series

[v2,0/3] add option to configure UDP ports verification

Message ID 20210929032514.9416-1-ktejasree@marvell.com (mailing list archive)
Headers
Series add option to configure UDP ports verification |

Message

Tejasree Kondoj Sept. 29, 2021, 3:25 a.m. UTC
  Add option to indicate whether UDP encapsulation ports verification
need to be done as part of inbound IPsec processing.
CNXK PMD support and unit tests are also added for the same.

Depends on
https://patches.dpdk.org/project/dpdk/list/?series=18755

v2:
* Fixed release notes
* Moved newly added struct field to the end

Tejasree Kondoj (3):
  security: add option to configure UDP ports verification
  common/cnxk: add support for UDP ports verification
  test/crypto: add UDP encapsulation ports verification tests

 app/test/test_cryptodev.c                       | 17 +++++++++++++++++
 app/test/test_cryptodev_security_ipsec.c        | 11 +++++++++++
 app/test/test_cryptodev_security_ipsec.h        |  1 +
 doc/guides/rel_notes/release_21_11.rst          |  4 ++++
 drivers/common/cnxk/cnxk_security.c             |  3 +++
 drivers/common/cnxk/roc_ie_ot.h                 |  4 ++--
 .../crypto/cnxk/cnxk_cryptodev_capabilities.c   |  1 +
 lib/security/rte_security.h                     |  7 +++++++
 8 files changed, 46 insertions(+), 2 deletions(-)
  

Comments

Akhil Goyal Sept. 29, 2021, 2:53 p.m. UTC | #1
> Add option to indicate whether UDP encapsulation ports verification
> need to be done as part of inbound IPsec processing.
> CNXK PMD support and unit tests are also added for the same.
> 
> Depends on
> https://patches.dpdk.org/project/dpdk/list/?series=18755
> 
Series
Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto