RE: [PATCH] net/mlx5: support ESP item on Windows

2022-06-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Raja Zidane > Sent: Thursday, June 2, 2022 4:03 PM > To: dev@dpdk.org > Cc: Matan Azrad > Subject: [PATCH] net/mlx5: support ESP item on Windows > > ESP item is not supported on windows, yet it is expanded from the > exp

[PATCH] net/mlx5: support ESP item on Windows

2022-06-02 Thread Raja Zidane
ESP item is not supported on windows, yet it is expanded from the expansion graph when trying to create default flow to RSS all packets. Support ESP item match (without ability to match on SPI field on windows). Split ESP validation per OS. Signed-off-by: Raja Zidane Acked-by: Matan Azrad ---