diff mbox

[ovs-dev,2/2] README: add referente to DPDK installation

Message ID 1469738966-4542-2-git-send-email-mauricio.vasquezbernal@studenti.polito.it
State Accepted
Headers show

Commit Message

Mauricio Vásquez July 28, 2016, 8:49 p.m. UTC
there was not any reference to the DPDK installation in the main README file.

Signed-off-by: Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it>
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ben Pfaff July 28, 2016, 9:10 p.m. UTC | #1
On Thu, Jul 28, 2016 at 10:49:26PM +0200, Mauricio Vasquez B wrote:
> there was not any reference to the DPDK installation in the main README file.
> 
> Signed-off-by: Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it>

Both applied, thanks!
diff mbox

Patch

diff --git a/README.md b/README.md
index 13a132a..cf53437 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,8 @@  To use Open vSwitch...
 
 - ...without using a kernel module, read [INSTALL.userspace.md].
 
+- ...with DPDK, read [INSTALL.DPDK.md].
+
 - ...with SELinux, read [INSTALL.SELinux.md].
 
 For answers to common questions, read [FAQ.md].
@@ -116,6 +118,7 @@  bugs@openvswitch.org
 [INSTALL.md]:INSTALL.md
 [INSTALL.Debian.md]:INSTALL.Debian.md
 [INSTALL.Docker.md]:INSTALL.Docker.md
+[INSTALL.DPDK.md]:INSTALL.DPDK.md
 [INSTALL.Fedora.md]:INSTALL.Fedora.md
 [INSTALL.KVM.md]:INSTALL.KVM.md
 [INSTALL.Libvirt.md]:INSTALL.Libvirt.md