Re: [PATCH 1/4] virtio-net: add definitions for host USO feature

2021-05-11 Thread Jason Wang
在 2021/5/11 下午5:21, Yuri Benditovich 写道: On Tue, May 11, 2021 at 11:24 AM Jason Wang wrote: On Tue, May 11, 2021 at 4:12 PM Yuri Benditovich wrote: On Tue, May 11, 2021 at 9:47 AM Jason Wang wrote: 在 2021/5/11 下午12:42, Yuri Benditovich 写道: Define feature bit and GSO type according to

Re: [PATCH 1/4] virtio-net: add definitions for host USO feature

2021-05-11 Thread Yuri Benditovich
On Tue, May 11, 2021 at 11:24 AM Jason Wang wrote: > > On Tue, May 11, 2021 at 4:12 PM Yuri Benditovich > wrote: > > > > On Tue, May 11, 2021 at 9:47 AM Jason Wang wrote: > > > > > > > > > 在 2021/5/11 下午12:42, Yuri Benditovich 写道: > > > > Define feature bit and GSO type according to the VIRTIO

Re: [PATCH 1/4] virtio-net: add definitions for host USO feature

2021-05-11 Thread Jason Wang
On Tue, May 11, 2021 at 4:12 PM Yuri Benditovich wrote: > > On Tue, May 11, 2021 at 9:47 AM Jason Wang wrote: > > > > > > 在 2021/5/11 下午12:42, Yuri Benditovich 写道: > > > Define feature bit and GSO type according to the VIRTIO > > > specification. > > > > > > Signed-off-by: Yuri Benditovich > >

Re: [PATCH 1/4] virtio-net: add definitions for host USO feature

2021-05-11 Thread Yuri Benditovich
On Tue, May 11, 2021 at 9:47 AM Jason Wang wrote: > > > 在 2021/5/11 下午12:42, Yuri Benditovich 写道: > > Define feature bit and GSO type according to the VIRTIO > > specification. > > > > Signed-off-by: Yuri Benditovich > > --- > > include/uapi/linux/virtio_net.h | 2 ++ > > 1 file changed, 2

Re: [PATCH 1/4] virtio-net: add definitions for host USO feature

2021-05-11 Thread Jason Wang
在 2021/5/11 下午12:42, Yuri Benditovich 写道: Define feature bit and GSO type according to the VIRTIO specification. Signed-off-by: Yuri Benditovich --- include/uapi/linux/virtio_net.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/linux/virtio_net.h

[PATCH 1/4] virtio-net: add definitions for host USO feature

2021-05-10 Thread Yuri Benditovich
Define feature bit and GSO type according to the VIRTIO specification. Signed-off-by: Yuri Benditovich --- include/uapi/linux/virtio_net.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h index 3f55a4215f11..a556ac735d7f