Re: [dpdk-dev] [PATCH] net/iavf: fix incomplete rss initiation

2021-04-25 Thread Zhang, Qi Z
> -Original Message- > From: Ding, Xuan > Sent: Sunday, April 25, 2021 4:06 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Ding, Xuan ; sta...@dpdk.org > Subject: [PATCH] net/iavf: fix incomplete rss initiation > > When the default RSS is disabled during init

[dpdk-dev] [PATCH] net/iavf: fix incomplete rss initiation

2021-04-25 Thread Xuan Ding
When the default RSS is disabled during initialization, the RSS should be turned on when creating RSS rule. This patch adds support to configure rss key and lookup table even when the default RSS is disabled. Fixes: c678299594a8 ("net/iavf: fix default RSS configuration") Cc: sta...@dpdk.org Sig