mbox series

[0/2] igb: Add FLR support

Message ID 20230829090529.184438-1-clg@kaod.org
Headers show
Series igb: Add FLR support | expand

Message

Cédric Le Goater Aug. 29, 2023, 9:05 a.m. UTC
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(-)

Comments

Cédric Le Goater Oct. 18, 2023, 12:55 p.m. UTC | #1
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(-)
>