RE: [PATCH] net/mlx5: support ESP SPI match and RSS hash

2022-04-17 Thread Raslan Darawsheh
Hi Raja, > -Original Message- > From: Raja Zidane > Sent: Monday, April 4, 2022 4:04 PM > To: dev@dpdk.org > Cc: Matan Azrad > Subject: [PATCH] net/mlx5: support ESP SPI match and RSS hash > > In packets with ESP header, The Inner IP will be encrypted, and >

[PATCH] net/mlx5: support ESP SPI match and RSS hash

2022-04-04 Thread Raja Zidane
In packets with ESP header, The Inner IP will be encrypted, and its fields cannot be used for RSS hashing. So, ESP packets can be hashed only by the outer IP layer. So, when using RSS on ESP packets, hashing may not be efficient, because the fields used by the hash functions are only the Outer IPs,