Restrict this header inclusion to its real users.
Fixes: 028669bc9f0d ("eal: hide shared memory config")
Signed-off-by: David Marchand
---
app/test/test_external_mem.c | 1 -
app/test/test_malloc.c| 1 -
app/test/test_memory.c| 1
https://bugs.dpdk.org/show_bug.cgi?id=337
Bug ID: 337
Summary: Live migration with dpdk(in host)+vhost-user+dpdk(in
guest) fails: Failed to load virtio-net:virtio
Product: DPDK
Version: 19.08
Hardware: All
O
This patch adds support to allow users enable/disable allmulticast mode for
kni interface.
This requirement comes from bugzilla 312, more details can refer to:
https://bugs.dpdk.org/show_bug.cgi?id=312
Bugzilla ID: 312
Signed-off-by: Xiaolong Ye
---
.../prog_guide/kernel_nic_interface.rst
I40evf queue can not work properly with kernel pf driver. Eg. when
configure 8 queues pair, only 4 queues can receive packets, and half
packets will be lost if using 2 queues pair.
This issue is caused by misconfiguration of look up table, use aq command
to setup the lut to make it work properly.
Signed-off-by: Medvedkin Vladimir
---
app/test/test_thash.c | 33 ++---
1 file changed, 2 insertions(+), 31 deletions(-)
diff --git a/app/test/test_thash.c b/app/test/test_thash.c
index 5a6912c..a6aadd1 100644
--- a/app/test/test_thash.c
+++ b/app/test/test_thash.c
@@
Avoid duplication by having generic basic xstats available
for use by drivers. A later patch uses this for failsafe
driver.
Signed-off-by: Stephen Hemminger
Acked-by: Gaetan Rivet
---
lib/librte_ethdev/rte_ethdev.c | 17 +++
lib/librte_ethdev/rte_ethdev_driver.h| 65 ++
A useful feature of netvsc PMD is the ability to see how many packets
were processed through the VF device. This patch set adds a similar
(but more limited) capability to failsafe driver.
Since failsafe doesn't have top level xstats, this set uses the generic
xstats that exist already as a base th
Add support for extended statistics in failsafe driver.
Reports basic statistics for the failsafe driver, and detailed
statistics for each sub device.
Signed-off-by: Stephen Hemminger
Acked-by: Gaetan Rivet
---
drivers/net/failsafe/failsafe_ops.c | 135
1 file chang
A new major release is available:
https://fast.dpdk.org/rel/dpdk-19.08.tar.xz
The statistics - probably the biggest release of the year:
1327 commits from 171 authors
1631 files changed, 138797 insertions(+), 97285 deletions(-)
Below are some new features, grouped by categ
> From: Rami Rosen [mailto:ramir...@gmail.com]
>
> > This patch for DPDK Contributor's Guidelines indicates the repos against
> > which a new PMD should be prepared; for example, for new network ethernet
> > PMDs it should be dpdk-next-net, and for new crypto PMDs it should be
> > dpdk-next-crypto
10 matches
Mail list logo