[dpdk-dev] [PATCH 1/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
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

[dpdk-dev] [PATCH 0/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
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

[dpdk-dev] [PATCH 0/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
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

[dpdk-dev] [PATCH 1/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
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

Re: [dpdk-dev] [dpdk-users] If shared libraries are used vdev doesn't work anymore

2017-08-02 Thread Dirk-Holger Lenz
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

[dpdk-dev] g++ applications doesn't compile anymore when dpdk header files are included

2015-07-01 Thread Dirk-Holger Lenz
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

[dpdk-dev] i40e: Failed to init adminq

2015-06-10 Thread Dirk-Holger Lenz
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

[dpdk-dev] mk: RTE_BUILD_COMBINE_LIBS doesn't work properly anymore

2015-06-10 Thread Dirk-Holger Lenz
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