Re: [PATCH] e1000e: set RX desc status with DD flag in a separate operation

2022-09-13 Thread Jason Wang
On Fri, Sep 9, 2022 at 7:20 PM dinghui wrote: > > On 2022/9/9 10:40, Jason Wang wrote: > > On Sat, Aug 27, 2022 at 12:06 AM Ding Hui wrote: > >> > >> Like commit 034d00d48581 ("e1000: set RX descriptor status in > >> a separate operation"), there is also same issue in e1000e, which > >> would

Re: [PATCH] e1000e: set RX desc status with DD flag in a separate operation

2022-09-09 Thread dinghui
On 2022/9/9 10:40, Jason Wang wrote: On Sat, Aug 27, 2022 at 12:06 AM Ding Hui wrote: Like commit 034d00d48581 ("e1000: set RX descriptor status in a separate operation"), there is also same issue in e1000e, which would cause lost packets or stop sending packets to VM with DPDK. Do similar

Re: [PATCH] e1000e: set RX desc status with DD flag in a separate operation

2022-09-08 Thread Jason Wang
On Sat, Aug 27, 2022 at 12:06 AM Ding Hui wrote: > > Like commit 034d00d48581 ("e1000: set RX descriptor status in > a separate operation"), there is also same issue in e1000e, which > would cause lost packets or stop sending packets to VM with DPDK. > > Do similar fix in e1000e. > > Resolves:

[PATCH] e1000e: set RX desc status with DD flag in a separate operation

2022-08-26 Thread Ding Hui
Like commit 034d00d48581 ("e1000: set RX descriptor status in a separate operation"), there is also same issue in e1000e, which would cause lost packets or stop sending packets to VM with DPDK. Do similar fix in e1000e. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/402 Signed-off-by: