Re: [PATCH] net/ice: fix sizing of filter hash table

2024-07-12 Thread Bruce Richardson
On Fri, Jul 12, 2024 at 10:40:02AM +0200, David Marchand wrote: > On Thu, Jul 11, 2024 at 6:57 PM Bruce Richardson > wrote: > > > > The hash table used for managing the filter rules in the ice driver was > > dimensioned to a hard-coded 16k, which is insufficient for holding all > > the filters sup

Re: [PATCH] net/ice: fix sizing of filter hash table

2024-07-12 Thread David Marchand
On Thu, Jul 11, 2024 at 6:57 PM Bruce Richardson wrote: > > The hash table used for managing the filter rules in the ice driver was > dimensioned to a hard-coded 16k, which is insufficient for holding all > the filters supported by E830 HW. > > Rather than using a hard-coded value which may need u

[PATCH] net/ice: fix sizing of filter hash table

2024-07-11 Thread Bruce Richardson
The hash table used for managing the filter rules in the ice driver was dimensioned to a hard-coded 16k, which is insufficient for holding all the filters supported by E830 HW. Rather than using a hard-coded value which may need updates for new hardware support, we can query the NIC max filter sup