From c3f9eaf0e47bb1907f0c310de9626b05ddf0b86c Mon Sep 17 00:00:00 2001 From: Saravanan KR Date: Fri, 14 Jul 2017 09:41:28 +0530 Subject: Enable Dpdk after rebooting with Hugepages for OvS2.7 With OvS2.7, DPDK is initialized immediately after setting dpdk-init flag. DPDK requires hugepages configuration to be available on kernel args with a reboot. This patch reboots the node after applying the kernel args. And once the node is rebooted, DPDK will be enabled and then the deployment continues. Change-Id: Ide442e09c2bea56a38399247de588e63b4272326 --- releasenotes/notes/ovs-2-7-support-for-dpdk-fe665cf9c6b0a750.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/ovs-2-7-support-for-dpdk-fe665cf9c6b0a750.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/ovs-2-7-support-for-dpdk-fe665cf9c6b0a750.yaml b/releasenotes/notes/ovs-2-7-support-for-dpdk-fe665cf9c6b0a750.yaml new file mode 100644 index 00000000..23f482a1 --- /dev/null +++ b/releasenotes/notes/ovs-2-7-support-for-dpdk-fe665cf9c6b0a750.yaml @@ -0,0 +1,5 @@ +--- +features: + - Added support for DPDK with OvS2.7, which requires huge page + configuration (with reboot) to be available before enabling DPDK. + -- cgit 1.2.3-korg