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. >

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")