FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Functions
d
f
g
l
m
n
o
p
t
v
Variables
Typedefs
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
e
g
h
k
m
n
o
r
s
Related Functions
c
d
e
h
i
m
o
p
r
s
v
Source
Files
Symbols
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
vmbus.c
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018, Microsoft Corporation.
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at:
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
16
#include <
vlib/vlib.h
>
17
#include <
vlib/vmbus/vmbus.h
>
18
#include <
vlib/unix/unix.h
>
19
20
#include <sys/types.h>
21
#include <sys/stat.h>
22
#include <fcntl.h>
23
#include <dirent.h>
24
#include <sys/ioctl.h>
25
#include <net/if.h>
26
27
/* this is a stub replaced by the Linux specfic version */
28
vlib_vmbus_addr_t
*__clib_weak
29
vlib_vmbus_get_all_dev_addrs
()
30
{
31
return
NULL;
32
}
33
34
u8
*__clib_weak
35
format_vlib_vmbus_addr
(
u8
*s, va_list *va)
36
{
37
return
0;
38
}
39
40
uword
__clib_weak
41
unformat_vlib_vmbus_addr
(
unformat_input_t
*input, va_list *args)
42
{
43
return
0;
44
}
45
46
clib_error_t
*
47
vmbus_bus_init
(
vlib_main_t
*
vm
)
48
{
49
return
0;
50
}
51
52
VLIB_INIT_FUNCTION
(
vmbus_bus_init
);
53
54
/*
55
* fd.io coding-style-patch-verification: ON
56
*
57
* Local Variables:
58
* eval: (c-set-style "gnu")
59
* End:
60
*/
vlib.h
unformat_vlib_vmbus_addr
uword unformat_vlib_vmbus_addr(unformat_input_t *input, va_list *args)
Definition:
vmbus.c:122
vm
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
Definition:
nat44_ei.c:3047
unformat_input_t
struct _unformat_input_t unformat_input_t
vmbus.h
vmbus_bus_init
clib_error_t * vmbus_bus_init(vlib_main_t *vm)
Definition:
vmbus.c:47
uword
u64 uword
Definition:
types.h:112
vlib_vmbus_get_all_dev_addrs
vlib_vmbus_addr_t * vlib_vmbus_get_all_dev_addrs()
Definition:
vmbus.c:390
format_vlib_vmbus_addr
u8 * format_vlib_vmbus_addr(u8 *s, va_list *va)
Definition:
vmbus.c:141
VLIB_INIT_FUNCTION
#define VLIB_INIT_FUNCTION(x)
Definition:
init.h:172
vlib_main_t
Definition:
main.h:102
u8
unsigned char u8
Definition:
types.h:56
clib_error_t
Definition:
clib_error.h:21
unix.h
vlib_init_function_t
clib_error_t *() vlib_init_function_t(struct vlib_main_t *vm)
Definition:
init.h:51
vlib_vmbus_addr_t
Definition:
vmbus.h:24
src
vlib
vmbus
vmbus.c
Generated on Sat Jan 8 2022 10:36:00 for FD.io VPP by
1.8.17