Re: [dpdk-users] Problems compiling DPDK for MLX4

2018-10-11 Thread Anthony Hart
Thanks I will try that > On Oct 11, 2018, at 3:11 PM, Cliff Burdick wrote: > > The easy workaround is to install the mellanox OFED package with the flags > --dpdk --upstream-libs. > > On Thu, Oct 11, 2018 at 8:57 AM Anthony Hart <mailto:ah...@domainhart.com>>

[dpdk-users] Problems compiling DPDK for MLX4

2018-10-11 Thread Anthony Hart
Having problems compiling DPDK for the Mellanox PMD. For dpdk-18-08 I get... CC efx_phy.o In file included from /root/th/dpdk-18.08/drivers/net/mlx4/mlx4_txq.c:35:0: /root/th/dpdk-18.08/drivers/net/mlx4/mlx4_glue.h:16:31: fatal error: infiniband/mlx4dv.h: No such file or directory #include

Re: [dpdk-users] eventdev performance

2018-08-09 Thread Anthony Hart
Hi Harry, Thanks for the reply, please see responses inline > On Aug 7, 2018, at 4:34 AM, Van Haaren, Harry > wrote: > > Hi Tony, > >> -Original Message- >> From: users [mailto:users-boun...@dpdk.org] On Behalf Of Anthony Hart >> Sent: Sunday, Au

[dpdk-users] eventdev performance

2018-08-05 Thread Anthony Hart
I’ve been doing some performance measurements with the eventdev_pipeline example application (to see how the eventdev library performs - dpdk 18.05) and I’m looking for some help in determining where the bottlenecks are in my testing. I have 1 Rx, 1 Tx, 1 Scheduler and N worker cores (1

[dpdk-users] Crash in FM10k - fm10k_rxtx_vec.c

2017-02-09 Thread Anthony Hart
Found a crash in the FM10k vector driver when it tries to send a packet with a VLAN header priority (PCP) field value >= 4. This results in the FM10k returning the following error. testpmd> PMD: fm10k_dev_interrupt_handler_pf(): INT: find fault! PMD: fm10k_dev_handle_fault():

[dpdk-users] Enabling RSS with FM10K and testpmd

2016-12-23 Thread Anthony Hart
I think this question has been asked before, I’m trying to use RSS on a FM10K under testpmd. Although testpmd creates the 2 queues on the port I’m still seeing all the traffic going to a single queue (the incoming traffic has a mix of DIP and SIP addresses). Has anyone had any luck with