Re: [PATCH net 0/7] virtio_net: Fix problems around XDP tx and napi_tx

2019-01-17 Thread Toshiaki Makita
On 2019/01/17 23:55, Michael S. Tsirkin wrote: > On Thu, Jan 17, 2019 at 08:20:38PM +0900, Toshiaki Makita wrote: >> While I'm looking into how to account standard tx counters on XDP tx >> processing, I found several bugs around XDP tx and napi_tx. >> >> Patch1: Fix oops on error path. Patch2 depen

Re: [PATCH net 0/7] virtio_net: Fix problems around XDP tx and napi_tx

2019-01-17 Thread Michael S. Tsirkin
On Thu, Jan 17, 2019 at 08:20:38PM +0900, Toshiaki Makita wrote: > While I'm looking into how to account standard tx counters on XDP tx > processing, I found several bugs around XDP tx and napi_tx. > > Patch1: Fix oops on error path. Patch2 depends on this. > Patch2: Fix memory corruption on freei

[PATCH net 0/7] virtio_net: Fix problems around XDP tx and napi_tx

2019-01-17 Thread Toshiaki Makita
While I'm looking into how to account standard tx counters on XDP tx processing, I found several bugs around XDP tx and napi_tx. Patch1: Fix oops on error path. Patch2 depends on this. Patch2: Fix memory corruption on freeing xdp_frames with napi_tx enabled. Patch3: Minor fix patch5 depends on. Pa