Re: [PATCH net-next v5 7/7] tap: Use tun's vnet-related code

2025-02-05 Thread Willem de Bruijn
Akihiko Odaki wrote: > tun and tap implements the same vnet-related features so reuse the code. > > Signed-off-by: Akihiko Odaki Reviewed-by: Willem de Bruijn

[PATCH net-next v5 7/7] tap: Use tun's vnet-related code

2025-02-04 Thread Akihiko Odaki
tun and tap implements the same vnet-related features so reuse the code. Signed-off-by: Akihiko Odaki --- drivers/net/tap.c | 152 ++ 1 file changed, 16 insertions(+), 136 deletions(-) diff --git a/drivers/net/tap.c b/drivers/net/tap.c index