Re: [PATCH net-next] tun: fix ubuf refcount incorrectly on error path
From: Jason Wang <jasowang@redhat.com>
Date: 2020-12-08 02:34:30
Also in:
virtualization
From: Jason Wang <jasowang@redhat.com>
Date: 2020-12-08 02:34:30
Also in:
virtualization
On 2020/12/7 下午9:38, wangyunjian wrote:
I think the newly added code is easy to miss this problem, so I want to copy ubuf_info until we're sure there's no errors. Thanks, Yunjian
But isn't this actually a disabling of zerocopy? Thanks