Re: [PATCH v7 10/10] virtio-net: add peer_deleted check in virtio_net_handle_rx

2021-06-06 Thread Cindy Lu
On Thu, Jun 3, 2021 at 2:58 PM Jason Wang wrote: > > 在 2021/6/2 上午11:47, Cindy Lu 写道: > > During the test, We found this function will continue running > > while the peer is deleted, this will cause the crash. so add > > check for this. this only exist in machines type microvm > > > Any idea why

Re: [PATCH v7 10/10] virtio-net: add peer_deleted check in virtio_net_handle_rx

2021-06-02 Thread Jason Wang
在 2021/6/2 上午11:47, Cindy Lu 写道: During the test, We found this function will continue running while the peer is deleted, this will cause the crash. so add check for this. this only exist in machines type microvm Any idea why it only happens on microvm? reproduce step : load the VM with

[PATCH v7 10/10] virtio-net: add peer_deleted check in virtio_net_handle_rx

2021-06-01 Thread Cindy Lu
During the test, We found this function will continue running while the peer is deleted, this will cause the crash. so add check for this. this only exist in machines type microvm reproduce step : load the VM with qemu-system-x86_64 -M microvm ... -netdev tap,id=tap0,vhost=on,script=no,downsc