kolla/docker/ovsdpdk/ovsdpdk-vswitchd/extend_start.sh
Sean Mooney 4f5bac1089 introduces support for the OVS DPDK dataplane
- DPDK is a  userspace library for high-performance networking.
- This change enable support of Open vSwitch with the DPDK
  accelerated netdev datapath.
- This change provided binary and source support via
  a template-override.
- This change provides an example template override file
  and corresponding documentation.

Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Partial-Implements: blueprint ovs-dpdk
Change-Id: I7c3a5dddeca1886fe1c7681ce8d5bebde08f3102
2017-07-05 11:34:51 +00:00

7 lines
190 B
Bash

#!/bin/bash
# using userspace netdev datapath so do not loading ovs kernel module
# chmod openvsitch run directory so libvirt can create vhost-user sockets.
chmod 777 /var/run/openvswitch