Re: [Intel-wired-lan] [PATCH iwl-net] ice: Fix increasing MSI-X on VF

2024-10-03 Thread Romanowski, Rafal
w > Subject: Re: [Intel-wired-lan] [PATCH iwl-net] ice: Fix increasing MSI-X on VF > > On Fri, Sep 27, 2024 at 05:15:40PM +0200, Marcin Szycik wrote: > > Increasing MSI-X value on a VF leads to invalid memory operations. > > This is caused by not reallocating some arrays. >

Re: [Intel-wired-lan] [PATCH iwl-net] ice: Fix increasing MSI-X on VF

2024-09-30 Thread Simon Horman
On Fri, Sep 27, 2024 at 05:15:40PM +0200, Marcin Szycik wrote: > Increasing MSI-X value on a VF leads to invalid memory operations. This > is caused by not reallocating some arrays. > > Reproducer: > modprobe ice > echo 0 > /sys/bus/pci/devices/$PF_PCI/sriov_drivers_autoprobe > echo 1 > /sys

[Intel-wired-lan] [PATCH iwl-net] ice: Fix increasing MSI-X on VF

2024-09-27 Thread Marcin Szycik
Increasing MSI-X value on a VF leads to invalid memory operations. This is caused by not reallocating some arrays. Reproducer: modprobe ice echo 0 > /sys/bus/pci/devices/$PF_PCI/sriov_drivers_autoprobe echo 1 > /sys/bus/pci/devices/$PF_PCI/sriov_numvfs echo 17 > /sys/bus/pci/devices/$VF0_P