From f03e0cf63b97a2f98d3b642ee5e7b3bb4379b4b1 Mon Sep 17 00:00:00 2001 From: Yuri Benditovich Date: Tue, 1 Aug 2023 01:31:46 +0300 Subject: tap: Add check for USO features Tap indicates support for USO features according to capabilities of current kernel module. Signed-off-by: Yuri Benditovich Signed-off-by: Andrew Melnychecnko Signed-off-by: Jason Wang --- net/tap-bsd.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net/tap-bsd.c') diff --git a/net/tap-bsd.c b/net/tap-bsd.c index abd16a2ad2..274ea7bd2c 100644 --- a/net/tap-bsd.c +++ b/net/tap-bsd.c @@ -212,6 +212,11 @@ int tap_probe_has_ufo(int fd) return 0; } +int tap_probe_has_uso(int fd) +{ + return 0; +} + int tap_probe_vnet_hdr_len(int fd, int len) { return 0; -- cgit 1.4.1