[dpdk-dev] i354 autoneg-off link issue

2018-02-10 Thread Ananda Sathyanarayana
Hi, I am observing a strange issue with i354 when auto-negotiation is turned off. The device I have has 6 ethernet ports. Port 1 and 2 are based on i210 and port 3 to 6 are based on i354 (connected thru an external PHY). The CPU is Atom Rangeley (4 core). I have connected ports 3 and 4 back to

[dpdk-dev] DPDK support for x553

2017-10-31 Thread Ananda Sathyanarayana
Hi, Is the below Ethernet controller (x553) supported in DPDK (in-built into Denverton based processors) ? 08:00.0 Ethernet controller: Intel Corporation Device 15e4 (rev 11) 09:00.0 Ethernet controller: Intel Corporation Device 15e5 (rev 11) If it is supported, could you please let me kn

[dpdk-dev] Mellanox external dependencies...

2017-04-21 Thread Ananda Sathyanarayana
Hi All, We are using dpdk version 16.04 and have a requirement to verify the MLX4 based adapter card. Mellanox dpdk driver depends on the external libraries and kernel modules from mellanox OFED release. The following link has support for DPDK 16.11 and DPDK 2.2. http://www.mellanox.com/pag

[dpdk-dev] [PATCH v2] E1000: fix for forced speed/duplex config

2016-11-02 Thread Ananda Sathyanarayana
) even while forcing the link speed. Following discussion thread has some more information on this http://dpdk.org/ml/archives/dev/2016-October/049272.html Signed-off-by: Ananda Sathyanarayana --- drivers/net/e1000/em_ethdev.c | 12 drivers/net/e1000/igb_ethdev.c | 12 2

[dpdk-dev] [PATCH] E1000: fix for forced speed/duplex config

2016-11-01 Thread Ananda Sathyanarayana
lowing discussion thread has some more information on this http://dpdk.org/ml/archives/dev/2016-October/049272.html Signed-off-by: Ananda Sathyanarayana --- drivers/net/e1000/em_ethdev.c | 16 ++-- drivers/net/e1000/igb_ethdev.c | 16 ++-- 2 files changed, 28 insertions

[dpdk-dev] Manual link speed/duplex configuration not working with DPDK

2016-10-21 Thread Ananda Sathyanarayana
Hi All, While testing manual link speed/duplex configuration with DPDK 1.7.1, I observed the same issues mentioned by the below post http://dpdk.org/ml/archives/dev/2015-January/010834.html. I see the same issue with 16.04 as well. Looks like the above patch is not accepted by the DPDK commu