> -----Original Message----- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Thursday, May 16, 2019 19:36 > To: Wang, Haiyue <haiyue.w...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] net/ice: change RSS RETA size to meet with > ETH_RSS_RETA_SIZE_x > > > > 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. > Will add it in patch v2.
> > Signed-off-by: Haiyue Wang <haiyue.w...@intel.com> > > --- > > drivers/net/ice/ice_ethdev.c | 22 ++++++++++++++++------ > > 1 file changed, 16 insertions(+), 6 deletions(-) > >