FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
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
* __attribute__ ((weak))
vlib_vmbus_get_all_dev_addrs
()
29
{
30
return
NULL
;
31
}
32
33
34
clib_error_t
*
35
vmbus_bus_init
(
vlib_main_t
*
vm
)
36
{
37
return
vlib_call_init_function
(vm,
vmbus_bus_init
);
38
}
39
40
VLIB_INIT_FUNCTION
(
vmbus_bus_init
);
41
42
/*
43
* fd.io coding-style-patch-verification: ON
44
*
45
* Local Variables:
46
* eval: (c-set-style "gnu")
47
* End:
48
*/
vlib_vmbus_addr_t
Definition:
vmbus.h:24
NULL
#define NULL
Definition:
clib.h:58
vmbus_bus_init
clib_error_t * vmbus_bus_init(vlib_main_t *vm)
Definition:
vmbus.c:35
VLIB_INIT_FUNCTION
#define VLIB_INIT_FUNCTION(x)
Definition:
init.h:163
vmbus.h
vlib_call_init_function
#define vlib_call_init_function(vm, x)
Definition:
init.h:260
unix.h
vm
vlib_main_t * vm
Definition:
buffer.c:301
vlib.h
clib_error_t
Definition:
clib_error.h:21
vlib_vmbus_get_all_dev_addrs
vlib_vmbus_addr_t * vlib_vmbus_get_all_dev_addrs()
Definition:
vmbus.c:368
vlib_main_t
Definition:
main.h:61
src
vlib
vmbus
vmbus.c
Generated on Sun Dec 8 2019 18:02:26 for FD.io VPP by
1.8.13