Re: [PATCH RFC v5 04/10] tun: Unify vnet implementation

2024-10-12 Thread Willem de Bruijn
Akihiko Odaki wrote: > On 2024/10/09 22:55, Willem de Bruijn wrote: > > Akihiko Odaki wrote: > >> Both tun and tap exposes the same set of virtio-net-related features. > >> Unify their implementations to ease future changes. > >> > >> Signed-off-by: Akihiko Odaki > >> --- > >> MAINTAINERS

Re: [PATCH RFC v5 04/10] tun: Unify vnet implementation

2024-10-12 Thread Akihiko Odaki
On 2024/10/09 22:55, Willem de Bruijn wrote: Akihiko Odaki wrote: Both tun and tap exposes the same set of virtio-net-related features. Unify their implementations to ease future changes. Signed-off-by: Akihiko Odaki --- MAINTAINERS| 1 + drivers/net/tap.c | 172 ++---

Re: [PATCH RFC v5 04/10] tun: Unify vnet implementation

2024-10-09 Thread Willem de Bruijn
Akihiko Odaki wrote: > Both tun and tap exposes the same set of virtio-net-related features. > Unify their implementations to ease future changes. > > Signed-off-by: Akihiko Odaki > --- > MAINTAINERS| 1 + > drivers/net/tap.c | 172 ++-- > d

[PATCH RFC v5 04/10] tun: Unify vnet implementation

2024-10-08 Thread Akihiko Odaki
Both tun and tap exposes the same set of virtio-net-related features. Unify their implementations to ease future changes. Signed-off-by: Akihiko Odaki --- MAINTAINERS| 1 + drivers/net/tap.c | 172 ++-- drivers/net/tun.c | 208 -