Signed-off-by: Mauricio Vasquez B
---
FAQ.rst | 106 +-
INSTALL.DPDK.rst | 74 +--
INSTALL.Debian.rst| 10 ++---
INSTALL.Docker.rst| 38 +-
INSTALL.KVM.rst | 12
Previous fix was also wrong.
Fixes: 167703d ("doc: Convert INSTALL.DPDK to rST")
Signed-off-by: Mauricio Vasquez B
---
INSTALL.DPDK.rst | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/INSTALL.DPDK.rst b/INSTALL.DPDK.rst
index 5780909..4ca9b27 10
Signed-off-by: Mauricio Vasquez B
---
INSTALL.DPDK.rst | 148 +-
INSTALL.Debian.rst| 20 +--
INSTALL.Docker.rst| 76 +++---
INSTALL.KVM.rst | 24 ++--
INSTALL.Windows.rst | 136
The link was pointing to a wrong place after the file was converted to rst.
Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST")
Signed-off-by: Mauricio Vasquez B
---
INSTALL.DPDK.rst | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/INSTALL.
In some places it is called "external-ids" while in others "external_ids"
is used. This commit changes it to external_ids in all of them.
Signed-off-by: Mauricio Vasquez B
---
ovn/controller/ovn-controller.8.xml | 12 ++--
ovn/ovn-architecture.7.xml |
Signed-off-by: Mauricio Vasquez B
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 69c4912..13a132a 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,7 @@ b...@openvswitch.org
[INSTALL.KVM.md]:INSTALL.KVM.md
[INSTALL.Libvirt.md
there was not any reference to the DPDK installation in the main README file.
Signed-off-by: Mauricio Vasquez B
---
README.md | 3 +++
1 file changed, 3 insertions(+)
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
-detach
After the user attaches a new device, it has to be added to a bridge
using the add-port command, similarly, before detaching a device,
it has to be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
---
v7:
- rebase to master
v6:
- add explicit comment about supporting
or in that case.
Signed-off-by: Mauricio Vasquez B
---
acinclude.m4 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index f3de855..0a14856 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -161,10 +161,11 @@ dnl Configure DPDK source tree
-detach
After the user attaches a new device, it has to be added to a bridge
using the add-port command, similarly, before detaching a device,
it has to be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
Tested-by: ian.sto...@intel.com
---
v6:
- add explicit comment about
-detach
After the user attaches a new device, it has to be added to a bridge
using the add-port command, similarly, before detaching a device,
it has to be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
---
v5:
- use two appctl commands instead of a single one
- rebase to
device, it has to be added to a bridge
using the add-port command, similarly, before detaching a device
it has to be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
---
v4:
- fix typo in commit message
- remove unnecessary whitespace change in INSTALL.DPDK.md
v3:
- create
device, it has to be added to a bridge
using the to use the add-port command, similarly, before detaching a
device, it has to be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
---
INSTALL.DPDK.md | 26 +-
NEWS | 1 +
lib/netdev-dpdk.c | 102
device, it has to be added to a bridge
using the to use the add-port command, similarly, before detaching a
device, it has to be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
---
INSTALL.DPDK.md | 26 +++-
NEWS | 1 +
lib/netdev-dpdk.c | 88
Signed-off-by: Mauricio Vasquez B
---
NEWS | 1 +
1 file changed, 1 insertion(+)
diff --git a/NEWS b/NEWS
index ea7f3a1..2ba8659 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ Post-v2.5.0
assignment.
* Type of log messages from PMD threads changed from INFO to DBG.
* QoS
device, it has to be added to a bridge
using the to use the add-port command, similarly, before detaching a
device, it has to be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
---
lib/netdev-dpdk.c | 73 +++
1 file
Signed-off-by: Mauricio Vasquez B
---
INSTALL.DPDK.md | 26 +-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index 9ec8bf6..4095402 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -81,7 +81,7 @@ Using the DPDK with
the user attaches a new device, it can use the add-port command
to use it in a switch, similarly, before detaching a device, it has to
be removed using the del-port command.
Signed-off-by: Mauricio Vasquez B
---
lib/netdev-dpdk.c | 79 +++
1
The patch mentioned in the commit e73b7508fb58 ("INSTALL.DPDK: Mention
issue with QEMU v2.4.0 & dpdkvhostuser") is present in DPDK v2.2.0,
then this issue is not valid anymore.
Signed-off-by: Mauricio Vasquez B
---
INSTALL.DPDK.md | 12
1 file changed, 12 deletions(-)
Current implementation of dpdk_dev_parse_name does not perform a robust
error handling, port names as "dpdkr" and "dpdkr1x" are considered valid.
With this patch only positive port numbers in decimal notation are considered
valid.
Signed-off-by: Mauricio Vasquez B
---
v
Current implementation of the ring_client test only supports until the
dpdkr255 port, this patch extends it to support the full range of possible
dpdkr ports.
Signed-off-by: Mauricio Vasquez B
---
v3:
use str_to_uint
tests/dpdk/ring_client.c | 46
Current implementation of dpdk_dev_parse_name does not perform a robust
error handling, port names as "dpdkr", "dpdkr1x", "dpdkr 5" are considered
valid.
With this path only positive port numbers in decimal notation are considered
valid.
Signed-off-by: Maurici
Current implementation of the ring_client test only supports up to the
dpdkr255 port, this patch extends it to support the full range of possible
dpdkr ports.
Signed-off-by: Mauricio Vasquez B
---
v2:
- replace strtol by strtoul
Thanks to Aaron Conole!
tests/dpdk/ring_client.c | 44
Current implementation allows to support only until the dpdkr255 port,
this patch extends it to support the full range of possible dpdkr ports.
Signed-off-by: Mauricio Vasquez B
---
tests/dpdk/ring_client.c | 43 ++-
1 file changed, 26 insertions(+), 17
Current implementation of dpdk_dev_parse_name does not perform a robust
error handling, port names as "dpdkr" or "dpdkr1x" are considered valid.
Signed-off-by: Mauricio Vasquez B
---
lib/netdev-dpdk.c | 22 --
1 file changed, 20 insertions(+), 2 deleti
A ring name length of 10 characters is not enough for dpdkr ports
starting from dpdkr10, then it is increased to RTE_RING_NAMESIZE
characters.
Signed-off-by: Mauricio Vasquez B
---
lib/netdev-dpdk.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/netdev-dpdk.c b
A ring name length of 10 characters is not enough for dpdkr ports
starting from dpdkr10, then it is increased to RTE_RING_NAMESIZE
characters.
Signed-off-by: Mauricio Vasquez B
---
v2:
- Use RTE_RING_NAMESIZE instead of a numerical constant.
lib/netdev-dpdk.c | 6 +++---
1 file changed, 3
A ring name length of 10 characters is not enough for dpdkr ports
starting from dpdkr10, then it is increased to 20 characters.
Signed-off-by: Mauricio Vasquez B
---
lib/netdev-dpdk.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
.
Signed-off-by: Mauricio Vasquez B
---
lib/netdev-dpdk.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index 4658416..e3a0771 100644
--- a/lib/netdev-dpdk.c
+++ b/lib/netdev-dpdk.c
@@ -1931,9 +1931,9 @@ dpdk_ring_create(const char
29 matches
Mail list logo