Re: [dpdk-dev] [PATCH v3] net/ice: initialize and update RSS based on user request

2020-06-23 Thread Zhang, Qi Z
> -Original Message- > From: Jiang, JunyuX > Sent: Tuesday, June 23, 2020 4:33 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Su, Simei ; Jiang, JunyuX > > Subject: [PATCH v3] net/ice: initialize and update RSS based on user request > > Initialize and update RSS configure

[dpdk-dev] [PATCH v3] net/ice: initialize and update RSS based on user request

2020-06-23 Thread Junyu Jiang
Initialize and update RSS configure based on user request (rte_eth_rss_conf) from dev_configure and .rss_hash_update ops. All previous default configure has been removed. Signed-off-by: Junyu Jiang --- v2->v3: change the commit log Separate ipv4 and ipv6 Remove the call of ice_rem_vsi_rss_cfg()