[INTERNAL]RE: [PATCH] net/mlx5/hws: fix ESP matching validation

2024-01-18 Thread Slava Ovsiienko
owski > ; Slava Ovsiienko ; Ori > Kam ; Suanming Mou ; Hamdan > Igbaria ; sta...@dpdk.org > Subject: RE: [PATCH] net/mlx5/hws: fix ESP matching validation > > Hi, > > -Original Message- > > From: Michael Baum > > Sent: Monday, January 15, 2024 2:10 PM

RE: [PATCH] net/mlx5/hws: fix ESP matching validation

2024-01-17 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Monday, January 15, 2024 2:10 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Dariusz Sosnowski > ; Raslan Darawsheh ; Slava > Ovsiienko ; Ori Kam ; > Suanming Mou ; Hamdan Igbaria > ; sta...@dpdk.org > Subject:

[PATCH] net/mlx5/hws: fix ESP matching validation

2024-01-15 Thread Michael Baum
The "mlx5dr_definer_conv_item_esp()" function validates first whether "ipsec_offload" PRM flag is on, if the flag is off the function returns error. The "ipsec_offload" PRM flag indicates whether IPsec encrypt/decrypt is supported, IPsec matching may be supported even when this flag is off. This