Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-30 Thread Cédric Le Goater
: Friday, 26 May 2023 19:31 To: qemu-devel@nongnu.org Cc: Akihiko Odaki ; Sriram Yagnaraman ; Jason Wang ; Cédric Le Goater Subject: [PATCH] igb: Add Function Level Reset to PF and VF The Intel 82576EB GbE Controller say that the Physical and Virtual Functions support Function Level Reset. Add the

Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-30 Thread Cédric Le Goater
: Cédric Le Goater Sent: Friday, 26 May 2023 19:31 To: qemu-devel@nongnu.org Cc: Akihiko Odaki ; Sriram Yagnaraman ; Jason Wang ; Cédric Le Goater Subject: [PATCH] igb: Add Function Level Reset to PF and VF The Intel 82576EB GbE Controller say that the Physical and Virtual Functions support Function

Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-30 Thread Akihiko Odaki
On 2023/05/30 17:30, Sriram Yagnaraman wrote: -Original Message- From: Akihiko Odaki Sent: Tuesday, 30 May 2023 04:02 To: Cédric Le Goater ; Sriram Yagnaraman ; qemu-devel@nongnu.org Cc: Jason Wang Subject: Re: [PATCH] igb: Add Function Level Reset to PF and VF On 2023/05/30 0:07

RE: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-30 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Tuesday, 30 May 2023 04:02 > To: Cédric Le Goater ; Sriram Yagnaraman > ; qemu-devel@nongnu.org > Cc: Jason Wang > Subject: Re: [PATCH] igb: Add Function Level Reset to PF and VF > > On 2023/05/30 0:07, Céd

Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-29 Thread Akihiko Odaki
19:31 To: qemu-devel@nongnu.org Cc: Akihiko Odaki ; Sriram Yagnaraman ; Jason Wang ; Cédric Le Goater Subject: [PATCH] igb: Add Function Level Reset to PF and VF The Intel 82576EB GbE Controller say that the Physical and Virtual Functions support Function Level Reset. Add the capability to each

Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-29 Thread Cédric Le Goater
Odaki ; Sriram Yagnaraman ; Jason Wang ; Cédric Le Goater Subject: [PATCH] igb: Add Function Level Reset to PF and VF The Intel 82576EB GbE Controller say that the Physical and Virtual Functions support Function Level Reset. Add the capability to each device model. Cc: Akihiko Odaki Fixes

Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-29 Thread Akihiko Odaki
; Cédric Le Goater Subject: [PATCH] igb: Add Function Level Reset to PF and VF The Intel 82576EB GbE Controller say that the Physical and Virtual Functions support Function Level Reset. Add the capability to each device model. Cc: Akihiko Odaki Fixes: 3a977deebe6b ("Intrdocue igb d

Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-29 Thread Cédric Le Goater
Function Level Reset to PF and VF The Intel 82576EB GbE Controller say that the Physical and Virtual Functions support Function Level Reset. Add the capability to each device model. Cc: Akihiko Odaki Fixes: 3a977deebe6b ("Intrdocue igb device emulation") Signed-off-by: Cédric Le Goater

Re: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-28 Thread Akihiko Odaki
On 2023/05/28 19:50, Sriram Yagnaraman wrote: -Original Message- From: Cédric Le Goater Sent: Friday, 26 May 2023 19:31 To: qemu-devel@nongnu.org Cc: Akihiko Odaki ; Sriram Yagnaraman ; Jason Wang ; Cédric Le Goater Subject: [PATCH] igb: Add Function Level Reset to PF and VF The

RE: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-28 Thread Sriram Yagnaraman
CH] igb: Add Function Level Reset to PF and VF > > > > -Original Message- > > From: Cédric Le Goater > > Sent: Friday, 26 May 2023 19:31 > > To: qemu-devel@nongnu.org > > Cc: Akihiko Odaki ; Sriram Yagnaraman > > ; Jason Wang ; > Cédric > &

RE: [PATCH] igb: Add Function Level Reset to PF and VF

2023-05-28 Thread Sriram Yagnaraman
> -Original Message- > From: Cédric Le Goater > Sent: Friday, 26 May 2023 19:31 > To: qemu-devel@nongnu.org > Cc: Akihiko Odaki ; Sriram Yagnaraman > ; Jason Wang ; Cédric > Le Goater > Subject: [PATCH] igb: Add Function Level Reset to PF and VF > > The In

[PATCH] igb: Add Function Level Reset to PF and VF

2023-05-26 Thread Cédric Le Goater
The Intel 82576EB GbE Controller say that the Physical and Virtual Functions support Function Level Reset. Add the capability to each device model. Cc: Akihiko Odaki Fixes: 3a977deebe6b ("Intrdocue igb device emulation") Signed-off-by: Cédric Le Goater --- hw/net/igb.c | 3 +++ hw/net/igbvf.c