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

Cédric Le Goater posted 2 patches 6 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231023154507.253641-1-clg@kaod.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Akihiko Odaki <akihiko.odaki@daynix.com>, Sriram Yagnaraman <sriram.yagnaraman@est.tech>, Jason Wang <jasowang@redhat.com>
hw/net/igb_common.h |  1 +
hw/net/igb_core.h   |  3 +++
hw/core/machine.c   |  3 ++-
hw/net/igb.c        | 15 +++++++++++++++
hw/net/igb_core.c   |  6 ++++--
hw/net/igbvf.c      | 19 +++++++++++++++++++
hw/net/trace-events |  1 +
7 files changed, 45 insertions(+), 3 deletions(-)
[PATCH v2 0/2] igb: Add FLR support
Posted by Cédric Le Goater 6 months, 1 week ago
From: Cédric Le Goater <clg@redhat.com>

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

 hw/net/igb_common.h |  1 +
 hw/net/igb_core.h   |  3 +++
 hw/core/machine.c   |  3 ++-
 hw/net/igb.c        | 15 +++++++++++++++
 hw/net/igb_core.c   |  6 ++++--
 hw/net/igbvf.c      | 19 +++++++++++++++++++
 hw/net/trace-events |  1 +
 7 files changed, 45 insertions(+), 3 deletions(-)

-- 
2.41.0


Re: [PATCH v2 0/2] igb: Add FLR support
Posted by Akihiko Odaki 6 months, 1 week ago
On 2023/10/24 0:45, Cédric Le Goater wrote:
> From: Cédric Le Goater <clg@redhat.com>
> 
> 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
> 
>   hw/net/igb_common.h |  1 +
>   hw/net/igb_core.h   |  3 +++
>   hw/core/machine.c   |  3 ++-
>   hw/net/igb.c        | 15 +++++++++++++++
>   hw/net/igb_core.c   |  6 ++++--
>   hw/net/igbvf.c      | 19 +++++++++++++++++++
>   hw/net/trace-events |  1 +
>   7 files changed, 45 insertions(+), 3 deletions(-)
> 

For the whole series:
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>

Re: [PATCH v2 0/2] igb: Add FLR support
Posted by Jason Wang 6 months ago
On Tue, Oct 24, 2023 at 11:30 AM Akihiko Odaki <akihiko.odaki@daynix.com> wrote:
>
> On 2023/10/24 0:45, Cédric Le Goater wrote:
> > From: Cédric Le Goater <clg@redhat.com>
> >
> > 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
> >
> >   hw/net/igb_common.h |  1 +
> >   hw/net/igb_core.h   |  3 +++
> >   hw/core/machine.c   |  3 ++-
> >   hw/net/igb.c        | 15 +++++++++++++++
> >   hw/net/igb_core.c   |  6 ++++--
> >   hw/net/igbvf.c      | 19 +++++++++++++++++++
> >   hw/net/trace-events |  1 +
> >   7 files changed, 45 insertions(+), 3 deletions(-)
> >
>
> For the whole series:
> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
>

Queued.

Thanks