tap: Add check for USO features

Tap indicates support for USO features according to
capabilities of current kernel module.

Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Signed-off-by: Andrew Melnychecnko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
Yuri Benditovich 2023-08-01 01:31:46 +03:00 committed by Jason Wang
parent 2ab0ec3121
commit f03e0cf63b
8 changed files with 52 additions and 0 deletions

View file

@ -47,6 +47,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;