[dpdk-dev] [PATCH v2] net/ixgbe: fix x550 Reta set fail error

2019-07-22 Thread Wei Zhao
There is a bug in function ixgbevf_dev_info_get(), it do not contain the reta table size get function for vf port, and this will cause error when update reta for x550 vf port. And also when function is ixgbe_reta_size_get() called, it should return other ixgbe NIC vf reta support or not, not only x

[dpdk-dev] [PATCH v2] net/ixgbe: fix x550 Reta set fail error

2019-07-22 Thread Wei Zhao
There is a bug in function ixgbevf_dev_info_get(), it do not contain the reta table size get function for vf port, and this will cause error when update reta for x550 vf port. And also when function ixgbe_reta_size_get() is called, it should return other ixgbe NIC vf reta support or not, not only x

Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix x550 Reta set fail error

2019-07-23 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Tuesday, July 23, 2019 12:13 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Zhao1, Wei > > Subject: [PATCH v2] net/ixgbe: fix x550 Reta set fail error > > There is a bug in function ixgbevf_dev_info_get(), it do not contain th

Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix x550 Reta set fail error

2019-07-23 Thread Ye Xiaolong
On 07/23, Wei Zhao wrote: >There is a bug in function ixgbevf_dev_info_get(), it do not >contain the reta table size get function for vf port, and this >will cause error when update reta for x550 vf port. And also >when function ixgbe_reta_size_get() is called, it should return >other ixgbe NIC vf