DPDK
19.08.0-rc0
Main Page
Related Pages
+
Data Structures
Data Structures
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
+
Functions
_
c
e
p
r
s
t
+
Variables
b
c
l
m
r
+
Typedefs
a
c
d
e
h
l
m
p
r
s
u
+
Enumerations
r
+
Enumerator
c
e
f
i
m
r
s
w
+
Macros
_
b
c
d
e
i
l
m
o
p
r
s
t
u
v
Examples
lib
librte_eal
common
include
rte_hypervisor.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright 2017 Mellanox Technologies, Ltd
3
*/
4
5
#ifndef RTE_HYPERVISOR_H
6
#define RTE_HYPERVISOR_H
7
13
enum
rte_hypervisor {
14
RTE_HYPERVISOR_NONE,
15
RTE_HYPERVISOR_KVM,
16
RTE_HYPERVISOR_HYPERV,
17
RTE_HYPERVISOR_VMWARE,
18
RTE_HYPERVISOR_UNKNOWN
19
};
20
24
enum
rte_hypervisor
25
rte_hypervisor_get
(
void
);
26
30
const
char
*
31
rte_hypervisor_get_name
(
enum
rte_hypervisor
id
);
32
33
#endif
/* RTE_HYPERVISOR_H */
rte_hypervisor_get
enum rte_hypervisor rte_hypervisor_get(void)
rte_hypervisor_get_name
const char * rte_hypervisor_get_name(enum rte_hypervisor id)
Generated by
1.8.15