| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Enable CMA(Contiguous Memory Allocator) required by OVS
to work with hugepages.
Update other configs to 5.10 kernel
Change-Id: Ib6dbaf1fd02bf09a4899d7f750acdb92df0a50d1
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
|
|
|
|
|
| |
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
according to
http://docs.openvswitch.org/en/latest/intro/install/general/
ovs kernel module exists in two places:
- in kernel tree, which cane be enabled with kernel_ovs.scc
- in OVS tree, which can be enabled with openvswitch_support.scc
(adding only the support required by OVS in kernel) and the module
is built from OVS source tree, separatly.
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
|
|
|
|
| |
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
|
|
This patch contains the same openvswitch configurations present
in meta-virtualization.
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
|