Re: [Intel-wired-lan] [PATCH net-next v5 01/14] page_pool: make sure frag API fields don't span between cachelines

2023-11-26 Thread Jakub Kicinski
On Fri, 24 Nov 2023 16:47:19 +0100 Alexander Lobakin wrote: > - long frag_users; > + long frag_users __aligned(4 * sizeof(long)); A comment for the somewhat unusual alignment size would be good. ___ Intel-wired-lan mailing list Intel-wired-lan@os

[Intel-wired-lan] [PATCH iwl-net v4] ice: Block PF reinit if attached to bond

2023-11-26 Thread Sachin Bahadur
PF interface part of Bond should not allow driver reinit via devlink. Bond config will be lost due to PF reinit. PF needs to be re-added to Bond after PF reinit. ice_devlink_reload_down is called before PF driver reinit. If PF is attached to bond, ice_devlink_reload_down returns error. Fixes: trai

Re: [Intel-wired-lan] [PATCH iwl-net v3] ice: Fix VF Reset paths when interface in a failed over aggregate

2023-11-26 Thread Buvaneswaran, Sujai
> -Original Message- > From: Intel-wired-lan On Behalf Of > Dave Ertman > Sent: Saturday, November 18, 2023 3:43 AM > To: intel-wired-...@lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH iwl-net v3] ice: Fix VF Reset paths when > interface in a failed over aggregate > > There is an er