Re: [PATCH v2 1/3] tun: Unify vnet implementation

2025-01-10 Thread Akihiko Odaki
On 2025/01/09 23:06, 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/Kconfig| 5 ++ driv

Re: [PATCH v2 1/3] tun: Unify vnet implementation

2025-01-09 Thread Jason Wang
On Thu, Jan 9, 2025 at 2:59 PM 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/Kconfig| 5 ++ > driver

Re: [PATCH v2 1/3] tun: Unify vnet implementation

2025-01-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/Kconfig| 5 ++ > drivers/net/Makefile | 1 + > drive

[PATCH v2 1/3] tun: Unify vnet implementation

2025-01-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/Kconfig| 5 ++ drivers/net/Makefile | 1 + drivers/net/tap.c | 172 ++-