s the
correct pointers. For us the given patch works fine on a cisco rack.
(we used three processes working concurrently)
Signed-off-by: dirk
---
drivers/net/enic/enic.h | 36 ---
drivers/net/enic/enic_clsf.c | 5 +-
drivers/net/enic/enic_ethdev.c
dirk (1):
net/enic: enic driver doesn't work with 2nd process. the problem is that the
private data structure enic uses pointers to rte_eth_dev and rte_pci_device
which are overwritten when a 2nd process starts using this device.
given patch removes these two pointers from the private
dirk (1):
net/enic: enic driver doesn't work with 2nd process. the problem is that the
private data structure enic uses pointers to rte_eth_dev and rte_pci_device
which are overwritten when a 2nd process starts using this device.
given patch removes these two pointers from the private
Signed-off-by: dirk
---
drivers/net/enic/enic.h | 36 ---
drivers/net/enic/enic_clsf.c | 5 +-
drivers/net/enic/enic_ethdev.c| 79 ++-
drivers/net/enic/enic_main.c | 177 +++---
drivers/net/enic/enic_res.c
patch tested by dirk.lenz and works for one virtual device
On 08/01/2017 11:32 AM, Thomas Monjalon wrote:
01/08/2017 10:17, Gaƫtan Rivet:
Hi,
On Mon, Jul 31, 2017 at 10:23:50PM +0200, Thomas Monjalon wrote:
31/07/2017 16:58, Dirk-Holger Lenz:
If dpdk is built with
m
rte_cpu_flag_t feature);
Best regards
Dirk
--
Dirk-Holger Lenz
+49 157 848 09099
dirk.lenz at ng4t.com
ng 4 T Telecommunication
Technology
Testing
Tools
ng4T GmbH
Siemensdamm 50
13629 Berlin
Germany
www.ng4t.com <http://www.ng4t.com/>
+49 30 65218530
Berlin-Charlottenb
086:1572 rte_i40e_pmd
EAL: PCI memory mapped at 0x7ff8a23fd000
EAL: PCI memory mapped at 0x7ff9ae2ec000
PMD: eth_i40e_dev_init(): Failed to init adminq: -54
EAL: Error - exiting with code: 1
Cause: Requested device :82:00.0 cannot be used
Best regards
Dirk
UILDDIR)/$@ ] || mkdir -p $(BUILDDIR)/$@
@echo "== Build $@"
$(Q)$(MAKE) S=$@ -f $(RTE_SRCDIR)/$@/Makefile -C $(BUILDDIR)/$@ all
@if [ $@ = drivers -a $(RTE_BUILD_COMBINE_LIBS) = y ]; then \
$(MAKE) -f $(RTE_SDK)/lib/Makefile sharelib; \
fi
Best regards
Dirk
8 matches
Mail list logo