Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openvswitch: update to 5.10 kernel | Adrian Calianu | 2021-05-14 | 1 | -2/+4 |
| | | | | | | | | | 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> | ||||
* | ovs: rework ovs configs | Adrian Calianu | 2017-06-08 | 1 | -0/+5 |
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> |