Re: [PATCH v2 0/2] igb: Add FLR support

2023-10-26 Thread Jason Wang
On Tue, Oct 24, 2023 at 11:30 AM Akihiko Odaki wrote: > > On 2023/10/24 0:45, Cédric Le Goater wrote: > > From: Cédric Le Goater > > > > Hello, > > > > Here is a little series adding FLR to the new IGB models. > > > > Thanks, > > > > C. > > > > Changes in v2: > > > > - add a "x-pcie-flr-init"

Re: [PATCH v2 0/2] igb: Add FLR support

2023-10-23 Thread Akihiko Odaki
On 2023/10/24 0:45, Cédric Le Goater wrote: From: Cédric Le Goater Hello, Here is a little series adding FLR to the new IGB models. Thanks, C. Changes in v2: - add a "x-pcie-flr-init" compat property for pre 8.2 machines Cédric Le Goater (2): igb: Add a VF reset handler igb: Add

[PATCH v2 0/2] igb: Add FLR support

2023-10-23 Thread Cédric Le Goater
From: Cédric Le Goater Hello, Here is a little series adding FLR to the new IGB models. Thanks, C. Changes in v2: - add a "x-pcie-flr-init" compat property for pre 8.2 machines Cédric Le Goater (2): igb: Add a VF reset handler igb: Add Function Level Reset to PF and VF