Re: [PATCH net-next v4 4/9] tun: Decouple vnet from tun_struct

2025-01-20 Thread Willem de Bruijn
Akihiko Odaki wrote: > Decouple vnet-related functions from tun_struct so that we can reuse > them for tap in the future. > > Signed-off-by: Akihiko Odaki Reviewed-by: Willem de Bruijn

[PATCH net-next v4 4/9] tun: Decouple vnet from tun_struct

2025-01-20 Thread Akihiko Odaki
Decouple vnet-related functions from tun_struct so that we can reuse them for tap in the future. Signed-off-by: Akihiko Odaki --- drivers/net/tun.c | 53 +++-- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/drivers/net/tun.c b/driv