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

2015-09-01 Thread
Hi Wenzhuo, I just noticed _rte_eth_dev_callback_process called by ixgbe_dev_interrupt_delayed_handler. This patch was incorrect, please ignore it. On 09/01/2015 04:09 PM, ??? wrote: > Hi Wenzhuo, > I bond 82599 ports with mode 802.3ad, the bonding port can't work > properly. But bonding

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

2015-09-01 Thread
Hi Wenzhuo, I bond 82599 ports with mode 802.3ad, the bonding port can't work properly. But bonding with i350 ports works properly. I found the registered callback function bond_ethdev_lsc_event_callback by __eth_bond_slave_add_lock_free was not executed when link status changed. I

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

2015-05-10 Thread
Hi Helin, No matter the cable is plugged or not, the return value of link detected is yes when I run ethtool on a kni interface. But the return values of speed and duplex are correct. So I just copy the link detected codes of get_settings op. On 05/04/2015 04:55 PM, Zhang, Helin wrote: > Hi Chia

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

2015-04-09 Thread
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 packets from 10.0.0.2 before "ethtool -N XGE4.1 flow-type ip4 src-ip 10.0.0.2 action 12". After "thtool -N XGE4.1 flow-type ip4