Re: [PATCH v2 030/148] net/ice/base: limit PF RSS LUT to one VSI at time

2024-06-19 Thread Przemek Kitszel
On 6/19/24 17:41, Bruce Richardson wrote: On Wed, Jun 12, 2024 at 04:00:24PM +0100, Anatoly Burakov wrote: From: Ian Stokes Allow only one VSI to alloc the PF RSS LUT. Shared part consists of just a new field, actual implementation will use `rss_locks` to serialize the access. Take advantage

Re: [PATCH v2 030/148] net/ice/base: limit PF RSS LUT to one VSI at time

2024-06-19 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:00:24PM +0100, Anatoly Burakov wrote: > From: Ian Stokes > > Allow only one VSI to alloc the PF RSS LUT. > > Shared part consists of just a new field, actual implementation will use > `rss_locks` to serialize the access. Take advantage of the fact that VSI #0 is > main

[PATCH v2 030/148] net/ice/base: limit PF RSS LUT to one VSI at time

2024-06-12 Thread Anatoly Burakov
From: Ian Stokes Allow only one VSI to alloc the PF RSS LUT. Shared part consists of just a new field, actual implementation will use `rss_locks` to serialize the access. Take advantage of the fact that VSI #0 is main VSI for PF, what is the default PF LUT holder, so zero-init of struct ice_hw s