Re: [Intel-wired-lan] [iwl-next v4 2/2] igc: Link queues to NAPI instances

2024-10-27 Thread Lifshits, Vitaly
On 10/23/2024 12:52 AM, Joe Damato wrote: Link queues to NAPI instances via netdev-genl API so that users can query this information with netlink. Handle a few cases in the driver: 1. Link/unlink the NAPIs when XDP is enabled/disabled 2. Handle IGC_FLAG_QUEUE_PAIRS enabled and disabled E

Re: [Intel-wired-lan] [PATCH iwl-net v1 1/1] e1000e: Remove Meteor Lake SMBUS workarounds

2024-10-27 Thread Avigail Dahan
On 01/10/2024 20:08, Vitaly Lifshits wrote: This is a partial revert to commit 76a0a3f9cc2f ("e1000e: fix force smbus during suspend flow"). That commit fixed a sporadic PHY access issue but introduced a regression in runtime suspend flows. The original issue on Meteor Lake systems was rare in

Re: [Intel-wired-lan] [iwl-next v5 2/9] ice: devlink PF MSI-X max and min parameter

2024-10-27 Thread Michal Swiatkowski
On Thu, Oct 24, 2024 at 02:12:23PM +0200, Michal Swiatkowski wrote: > Use generic devlink PF MSI-X parameter to allow user to change MSI-X > range. > > Add notes about this parameters into ice devlink documentation. > > Reviewed-by: Wojciech Drewek > Signed-off-by: Michal Swiatkowski > --- > D