Re: [Intel-wired-lan] [PATCH iwl-next] ice: alter feature support check for SRIOV and LAG

2023-12-08 Thread Jay Vosburgh
.c >> > index 280994ee5933..b47cd43ae871 100644 >> > --- a/drivers/net/ethernet/intel/ice/ice_lag.c >> > +++ b/drivers/net/ethernet/intel/ice/ice_lag.c >> > @@ -1981,6 +1981,8 @@ int ice_init_lag(struct ice_pf *pf) >> >int n, err; >> > >&g

Re: [Intel-wired-lan] [PATCH iwl-net v2] ice: reset first in crash dump kernels

2023-10-02 Thread Jay Vosburgh
if (err) >+ return err; >+ pci_restore_state(pdev); >+ } >+ > /* this driver uses devres, see >* Documentation/driver-api/driver-model/devres.rst >*/ > >base-commit: 6a70e5cbedaf8ad10528ac9ac114f3ec20f422df >-- >2.39.3 > --- -Jay Vosburgh, jay.vosbu...@canonical.com ___ Intel-wired-lan mailing list Intel-wired-lan@osuosl.org https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

Re: [Intel-wired-lan] [PATCH iwl-net v2] ice: reset first in crash dump kernels

2023-10-03 Thread Jay Vosburgh
Jesse Brandeburg wrote: >On 10/2/2023 4:49 PM, Jay Vosburgh wrote: >> Jesse Brandeburg wrote: >> >>> When the system boots into the crash dump kernel after a panic, the ice >>> networking device may still have pending transactions that can cause errors >>

Re: [Intel-wired-lan] sr-iov related bonding regression (two regressions in one report)

2023-11-14 Thread Jay Vosburgh
bugzilla reporter is also seeing TX timeouts that correlate with their ping failures. -J >Thanks. > >[1]: https://bugzilla.kernel.org/show_bug.cgi?id=218139 > >-- >An old man doll... just what I always wanted! - Clara --- -Jay Vosburgh, jay.vosbu...@cano