On Wed, Feb 26, 2025 at 01:47:51PM +0200, Tariq Toukan wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > Prepare the code to addition of prefix handling logic which is needed > to support matching logic based on source and/or destination network > prefixes. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > Signed-off-by: Tariq Toukan <tariqt@xxxxxxxxxx> > --- > .../mellanox/mlx5/core/en_accel/ipsec.c | 32 ++++---- > .../mellanox/mlx5/core/en_accel/ipsec.h | 26 +++---- > .../mellanox/mlx5/core/en_accel/ipsec_fs.c | 75 +++++++++++-------- > 3 files changed, 68 insertions(+), 65 deletions(-) > Reviewed-by: Michal Swiatkowski <michal.swiatkowski@xxxxxxxxxxxxxxx>