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
Hello, since I updated from 2.0.0 released to the current git clone the i40e doesn't 'init' anymore. EAL: PCI device :82:00.0 on NUMA socket 1 EAL: probe driver: 8086:1572 rte_i40e_pmd EAL: PCI memory mapped at 0x7ff8a23fd000 EAL: PCI memory mapped at 0x7ff9ae2ec000 PMD: et

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

2015-06-10 Thread Dirk-Holger Lenz
Hello, since the hardware specific library functions were put into a separate folder 'drivers' the feature to build a combined library doesn't generate a combined library including these hardware specific functions anymore. The reason for this is that the combined library is built before the 'drive