[dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op

2015-06-15 Thread Zhang, Helin
b and ixgbe kni ethtool get_link op > > Hi Chia > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Shelton Chia > > Sent: Friday, April 3, 2015 11:19 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH] kni: fix igb

[dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op

2015-05-10 Thread 贾学涛
hia > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Shelton Chia >> Sent: Friday, April 3, 2015 11:19 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op >> >>

[dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op

2015-05-04 Thread Zhang, Helin
Hi Chia > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Shelton Chia > Sent: Friday, April 3, 2015 11:19 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op > > igb and ixgbe's l

[dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op

2015-04-28 Thread Thomas Monjalon
Helin, Do you have time to check this patch, please? 2015-04-03 23:18, Shelton Chia: > igb and ixgbe's link detected always return yes, fix get_link func > refer to get_settings, it works correctly for my i350 and 82599es nic. > > Signed-off-by: Shelton Chia

[dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op

2015-04-03 Thread Shelton Chia
igb and ixgbe's link detected always return yes, fix get_link func refer to get_settings, it works correctly for my i350 and 82599es nic. Signed-off-by: Shelton Chia --- .../linuxapp/kni/ethtool/igb/igb_ethtool.c | 18 ++- .../linuxapp/kni/ethtool/ixgbe/ixgbe_ethtool.c |