qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] igb: Add FLR support
@ 2023-10-23 15:45 Cédric Le Goater
  2023-10-23 15:45 ` [PATCH v2 1/2] igb: Add a VF reset handler Cédric Le Goater
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cédric Le Goater @ 2023-10-23 15:45 UTC (permalink / raw)
  To: qemu-devel
  Cc: Akihiko Odaki, Sriram Yagnaraman, Jason Wang,
	Cédric Le Goater

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-27  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23 15:45 [PATCH v2 0/2] igb: Add FLR support Cédric Le Goater
2023-10-23 15:45 ` [PATCH v2 1/2] igb: Add a VF reset handler Cédric Le Goater
2023-10-23 15:45 ` [PATCH v2 2/2] igb: Add Function Level Reset to PF and VF Cédric Le Goater
2023-10-24  3:30 ` [PATCH v2 0/2] igb: Add FLR support Akihiko Odaki
2023-10-27  5:39   ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).