Re: [dpdk-dev] [PATCH v2] net/ice: support show RSS hash configuration

2020-10-28 Thread Zhu, TaoX
Thanks, Qi I'll send v3 patch according to your comments. BRs, Zhu Tao -Original Message- From: Zhang, Qi Z Sent: Thursday, October 29, 2020 1:53 PM To: Zhu, TaoX ; Yang, Qiming Cc: dev@dpdk.org; Zhu, TaoX Subject: RE: [PATCH v2] net/ice: support show RSS hash configuration >

Re: [dpdk-dev] [PATCH v2] net/ice: support show RSS hash configuration

2020-10-28 Thread Zhang, Qi Z
> -Original Message- > From: taox@intel.com > Sent: Thursday, October 29, 2020 1:11 PM > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; Zhu, TaoX > Subject: [PATCH v2] net/ice: support show RSS hash configuration > > From: Zhu Tao > > Implement interface 'ice_rss_hash_con

[dpdk-dev] [PATCH v2] net/ice: support show RSS hash configuration

2020-10-28 Thread taox . zhu
From: Zhu Tao Implement interface 'ice_rss_hash_conf_get' to support show RSS hash configuration. Note: Not support the same time setting RSS with RTE and classify API. Signed-off-by: Zhu Tao --- drivers/net/ice/ice_ethdev.c | 15 +-- drivers/net/ice/ice_ethdev.h | 1 + 2 fil