FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
tapv2.api File Reference

This file defines vpe control-plane API messages for the Linux kernel TAP device driver. More...

Go to the source code of this file.

Data Structures

struct  vl_api_tap_create_v2_t
 Initialize a new tap interface with the given parameters. More...
 
struct  vl_api_tap_create_v2_reply_t
 Reply for tap create reply. More...
 
struct  vl_api_tap_delete_v2_t
 Delete tap interface. More...
 
struct  vl_api_sw_interface_tap_v2_dump_t
 Dump tap interfaces request. More...
 
struct  vl_api_sw_interface_tap_v2_details_t
 Reply for tap dump request. More...
 

Enumerations

enum  tap_flags { TAP_FLAG_GSO = 1, TAP_FLAG_CSUM_OFFLOAD = 2 }
 

Variables

option version = "3.0.0"
 
import vnet interface_types api
 

Detailed Description

This file defines vpe control-plane API messages for the Linux kernel TAP device driver.

Definition in file tapv2.api.

Enumeration Type Documentation

◆ tap_flags

enum tap_flags
Enumerator
TAP_FLAG_GSO 
TAP_FLAG_CSUM_OFFLOAD 

Definition at line 28 of file tapv2.api.

Variable Documentation

◆ api

import vnet ip ip_types api

Definition at line 24 of file tapv2.api.

◆ version

option version = "3.0.0"

Definition at line 22 of file tapv2.api.