[dpdk-dev] [PATCH] ixgbe: fix LSC callback

2015-09-01 Thread Shelton Chia
add _rte_eth_dev_callback_process to call callback func Signed-off-by: Shelton Chia --- drivers/net/ixgbe/ixgbe_ethdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c index b8ee1e9..4e4c118 100644 --- a/drivers/net

[dpdk-dev] [RFC PATCH 0/6] DPDK support to bifurcated driver

2015-04-20 Thread Shelton Chia
Hi, I can receive packets when I mmaped all pci memory not only rx and tx desc. 2015-04-09 11:43 GMT+08:00 ??? : > Hi Cunming, > I applyed bifurc dirver patches and tested it follow your example. > But I can't received packets with testpmd and l2fwd. > Kernel stack can receive

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

2015-04-04 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

[dpdk-dev] [PATCH] librte_pmd_e1000: power down the serdes link

2015-03-07 Thread Shelton Chia
Signed-off-by: Shelton Chia --- lib/librte_pmd_e1000/igb_ethdev.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/librte_pmd_e1000/igb_ethdev.c b/lib/librte_pmd_e1000/igb_ethdev.c index 504ae74..314ef2a 100644 --- a/lib/librte_pmd_e1000/igb_ethdev.c +++ b/lib