[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