[PATCH 0/2] igb: Add FLR support

Cédric Le Goater posted 2 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230829090529.184438-1-clg@kaod.org
Maintainers: Akihiko Odaki <akihiko.odaki@daynix.com>, Sriram Yagnaraman <sriram.yagnaraman@est.tech>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
hw/net/igb_common.h |  1 +
hw/net/igb_core.h   |  3 +++
hw/net/igb.c        |  9 +++++++++
hw/net/igb_core.c   |  6 ++++--
hw/net/igbvf.c      | 13 +++++++++++++
hw/net/trace-events |  1 +
6 files changed, 31 insertions(+), 2 deletions(-)
[PATCH 0/2] igb: Add FLR support
Posted by Cédric Le Goater 8 months ago
From: Cédric Le Goater <clg@redhat.com>

Hello,

Here is a little series adding FLR to the new IGB models.

Thanks,

C.

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/net/igb.c        |  9 +++++++++
 hw/net/igb_core.c   |  6 ++++--
 hw/net/igbvf.c      | 13 +++++++++++++
 hw/net/trace-events |  1 +
 6 files changed, 31 insertions(+), 2 deletions(-)

-- 
2.41.0


Re: [PATCH 0/2] igb: Add FLR support
Posted by Cédric Le Goater 6 months, 1 week ago
Hello Jason,

On 8/29/23 11:05, 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.

Gentle ping to remind you to grab this small series for the
next network PR. It has been reviewed. Or I can if you are
done for 8.2.

Thanks,

C.

> Thanks,
> 
> C.
> 
> 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/net/igb.c        |  9 +++++++++
>   hw/net/igb_core.c   |  6 ++++--
>   hw/net/igbvf.c      | 13 +++++++++++++
>   hw/net/trace-events |  1 +
>   6 files changed, 31 insertions(+), 2 deletions(-)
>