Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-16 Thread Yong Huang
On Wed, Jul 17, 2024 at 9:29 AM Jason Wang wrote: > On Wed, Jul 17, 2024 at 9:24 AM Yong Huang wrote: > > > > > > > > On Fri, Jul 12, 2024 at 10:01 AM Jason Wang wrote: > >> > >> On Wed, Jul 10, 2024 at 5:05 PM Yong Huang > wrote: > >> > > >> > > >> > > >> > On Wed, Jul 10, 2024 at 3:36 PM Jas

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-16 Thread Jason Wang
On Wed, Jul 17, 2024 at 9:24 AM Yong Huang wrote: > > > > On Fri, Jul 12, 2024 at 10:01 AM Jason Wang wrote: >> >> On Wed, Jul 10, 2024 at 5:05 PM Yong Huang wrote: >> > >> > >> > >> > On Wed, Jul 10, 2024 at 3:36 PM Jason Wang wrote: >> >> >> >> On Wed, Jul 10, 2024 at 2:26 PM Yong Huang wrot

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-16 Thread Yong Huang
On Fri, Jul 12, 2024 at 10:01 AM Jason Wang wrote: > On Wed, Jul 10, 2024 at 5:05 PM Yong Huang wrote: > > > > > > > > On Wed, Jul 10, 2024 at 3:36 PM Jason Wang wrote: > >> > >> On Wed, Jul 10, 2024 at 2:26 PM Yong Huang > wrote: > >> > > >> > > >> > > >> > On Wed, Jul 10, 2024 at 11:44 AM Ja

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-11 Thread Jason Wang
On Wed, Jul 10, 2024 at 5:05 PM Yong Huang wrote: > > > > On Wed, Jul 10, 2024 at 3:36 PM Jason Wang wrote: >> >> On Wed, Jul 10, 2024 at 2:26 PM Yong Huang wrote: >> > >> > >> > >> > On Wed, Jul 10, 2024 at 11:44 AM Jason Wang wrote: >> >> >> >> On Tue, Jul 9, 2024 at 10:56 AM Yong Huang wrot

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-10 Thread Yong Huang
On Wed, Jul 10, 2024 at 3:36 PM Jason Wang wrote: > On Wed, Jul 10, 2024 at 2:26 PM Yong Huang wrote: > > > > > > > > On Wed, Jul 10, 2024 at 11:44 AM Jason Wang wrote: > >> > >> On Tue, Jul 9, 2024 at 10:56 AM Yong Huang > wrote: > >> > > >> > > >> > > >> > On Tue, Jul 9, 2024 at 10:41 AM Jas

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-10 Thread Jason Wang
On Wed, Jul 10, 2024 at 2:26 PM Yong Huang wrote: > > > > On Wed, Jul 10, 2024 at 11:44 AM Jason Wang wrote: >> >> On Tue, Jul 9, 2024 at 10:56 AM Yong Huang wrote: >> > >> > >> > >> > On Tue, Jul 9, 2024 at 10:41 AM Jason Wang wrote: >> >> >> >> On Mon, Jul 8, 2024 at 1:17 PM Yong Huang wrote

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-09 Thread Yong Huang
On Wed, Jul 10, 2024 at 11:44 AM Jason Wang wrote: > On Tue, Jul 9, 2024 at 10:56 AM Yong Huang wrote: > > > > > > > > On Tue, Jul 9, 2024 at 10:41 AM Jason Wang wrote: > >> > >> On Mon, Jul 8, 2024 at 1:17 PM Yong Huang > wrote: > >> > > >> > > >> > > >> > On Mon, Jul 8, 2024 at 11:21 AM Jaso

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-09 Thread Jason Wang
On Tue, Jul 9, 2024 at 10:56 AM Yong Huang wrote: > > > > On Tue, Jul 9, 2024 at 10:41 AM Jason Wang wrote: >> >> On Mon, Jul 8, 2024 at 1:17 PM Yong Huang wrote: >> > >> > >> > >> > On Mon, Jul 8, 2024 at 11:21 AM Jason Wang wrote: >> >> >> >> On Sat, Jul 6, 2024 at 4:30 AM Hyman Huang wrote:

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-08 Thread Yong Huang
On Tue, Jul 9, 2024 at 10:41 AM Jason Wang wrote: > On Mon, Jul 8, 2024 at 1:17 PM Yong Huang wrote: > > > > > > > > On Mon, Jul 8, 2024 at 11:21 AM Jason Wang wrote: > >> > >> On Sat, Jul 6, 2024 at 4:30 AM Hyman Huang > wrote: > >> > > >> > Unexpected work by certain Windows guests equipped

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-08 Thread Jason Wang
On Mon, Jul 8, 2024 at 1:17 PM Yong Huang wrote: > > > > On Mon, Jul 8, 2024 at 11:21 AM Jason Wang wrote: >> >> On Sat, Jul 6, 2024 at 4:30 AM Hyman Huang wrote: >> > >> > Unexpected work by certain Windows guests equipped with the e1000 >> > interface can cause the network to go down and never

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-07 Thread Yong Huang
On Sat, Jul 6, 2024 at 4:30 AM Hyman Huang wrote: > Unexpected work by certain Windows guests equipped with the e1000 > interface can cause the network to go down and never come back up > again unless the guest's interface is reset. > > To reproduce the failure: > 1. Set up two guests with a Wind

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-07 Thread Yong Huang
On Mon, Jul 8, 2024 at 11:21 AM Jason Wang wrote: > On Sat, Jul 6, 2024 at 4:30 AM Hyman Huang wrote: > > > > Unexpected work by certain Windows guests equipped with the e1000 > > interface can cause the network to go down and never come back up > > again unless the guest's interface is reset. >

Re: [PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-07 Thread Jason Wang
On Sat, Jul 6, 2024 at 4:30 AM Hyman Huang wrote: > > Unexpected work by certain Windows guests equipped with the e1000 > interface can cause the network to go down and never come back up > again unless the guest's interface is reset. > > To reproduce the failure: > 1. Set up two guests with a Win

[PATCH] e1000: Fix the unexpected assumption that the receive buffer is full

2024-07-05 Thread Hyman Huang
Unexpected work by certain Windows guests equipped with the e1000 interface can cause the network to go down and never come back up again unless the guest's interface is reset. To reproduce the failure: 1. Set up two guests with a Windows 2016 or 2019 server operating system. 2. Set up the e100