[dpdk-dev] [PATCH v1] net/ice: change RSS RETA size to meet with ETH_RSS_RETA_SIZE_x
Maxime Coquelin
maxime.coquelin at redhat.com
Thu May 16 13:35:40 CEST 2019
On 5/14/19 3:19 PM, Haiyue Wang wrote:
> Since ice can support 128, 512, 2K three RSS RETA size, and if set 2K
> by default, this will make it not compatible with ETH_RSS_RETA_SIZE_x
> value definition, limit it to 512 if the cap.rss_table_size exceeds the
> max value 512.
It looks like a fix, so "Fixes:" tag would we welcome.
> Signed-off-by: Haiyue Wang <haiyue.wang at intel.com>
> ---
> drivers/net/ice/ice_ethdev.c | 22 ++++++++++++++++------
> 1 file changed, 16 insertions(+), 6 deletions(-)
>
More information about the dev
mailing list