From: Damien Millescamps
API changes in DPDK 1.3:
- queue arrays are already allocated by rte_ethdev
- queue release must be handled by the PMD
- queue struct becomes an opaque pointer
- vlan_filter_set can return an error
- bit-fields vlan_macip have moved
Signed-off-by: Damien Millescamps
Sig
API changes in DPDK 1.3:
- queue arrays are already allocated by rte_ethdev
- queue could be released for reconfiguration (not supported)
- queue struct becomes an opaque pointer
- vlan_filter_set can return an error
- bit-fields vlan_macip have moved
Signed-off-by: Thomas Monjalon
---
pmd/vmxne
Print title before running driver initialization.
Signed-off-by: Thomas Monjalon
---
pmd/vmxnet3.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pmd/vmxnet3.c b/pmd/vmxnet3.c
index 3b2016a..8dc1650 100644
--- a/pmd/vmxnet3.c
+++ b/pmd/vmxnet3.c
@@ -1591,7 +1591,7 @@ stat
Be more verbose on kernel dependency about version and parameters.
And add description of DPDK parameter for VMware.
Signed-off-by: Thomas Monjalon
---
README.rst | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/README.rst b/README.rst
index 55436a4..c718e
25/07/2013 11:02, Patrick Mahan :
> This is very good news.
>
> Has the documentation been updated?
Yes, the documentation is updated.
See http://dpdk.org/doc
--
Thomas
The new release can be downloaded here:
http://dpdk.org/browse/dpdk/tag/?id=v1.3.1r1
The most important changes are:
- new Kernel Network Interface (KNI)
- new e1000/e1000e driver (called e1000 em)
- more features in drivers igb/ixgbe
This 1.3.1 drop includes all t
6 matches
Mail list logo