[PATCH] net/vmxnet3: added checks for TCP for RSS Configuration

2022-12-21 Thread Raghav Roy
Added checks for TCP in vmxnet3_rss_configure() This check ensures the the hashType for RSS, when enabled just for UDP, is not NONE. Signed-off-by: Raghav Roy --- drivers/net/vmxnet3/vmxnet3_ethdev.h | 3 +++ drivers/net/vmxnet3/vmxnet3_rxtx.c | 9 - 2 files changed, 11 insertions(+),

[PATCH] net/vmxnet3: added checks for TCP for RSS Configuration

2022-12-24 Thread Raghav Roy
Added checks for TCP in vmxnet3_rss_configure() This check ensures the hashType for RSS, when enabled just for UDP, is not NONE. Signed-off-by: Raghav Roy --- drivers/net/vmxnet3/vmxnet3_rxtx.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/net/vmxnet3/vmxnet

Re: [PATCH] net/vmxnet3: added checks for TCP for RSS Configuration

2023-01-13 Thread Ferruh Yigit
On 12/22/2022 8:24 AM, Raghav Roy wrote: > Added checks for TCP in vmxnet3_rss_configure() > This check ensures the hashType for RSS, when enabled > just for UDP, is not NONE. > Mandatory hash functions for v4 already added in the past: Commit 52ec00fd1474 ("net/vmxnet3: fix RSS setting on v4")

Re: [PATCH] net/vmxnet3: added checks for TCP for RSS Configuration

2023-01-13 Thread Jochen Behrens
: Jochen Behrens Subject: Re: [PATCH] net/vmxnet3: added checks for TCP for RSS Configuration !! External Email On 12/22/2022 8:24 AM, Raghav Roy wrote: > Added checks for TCP in vmxnet3_rss_configure() > This check ensures the hashType for RSS, when enabled > just for UDP, is not NONE. >