summaryrefslogtreecommitdiffstats
path: root/features/openvswitch/openvswitch_support.scc
Commit message (Collapse)AuthorAgeFilesLines
* openvswitch: update to 5.10 kernelAdrian Calianu2021-05-141-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 configsAdrian Calianu2017-06-081-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>