Re: [dpdk-dev] [PATCH] net/bonding: fix slave tx burst for mode 4

2019-02-11 Thread wangyunjian
k-dev] [PATCH] net/bonding: fix slave tx burst for mode 4 > > How strange. I was just looking at this issue this weekend. I think we can > just > move the control packet handling before the data packet handling. That > avoids the goto and is a little more sensible -- we should tr

Re: [dpdk-dev] [PATCH] net/bonding: fix slave tx burst for mode 4

2019-02-11 Thread Chas Williams
How strange. I was just looking at this issue this weekend. I think we can just move the control packet handling before the data packet handling. That avoids the goto and is a little more sensible -- we should try to prioritize control traffic (even if we can't guarantee there will be space it's b

[dpdk-dev] [PATCH] net/bonding: fix slave tx burst for mode 4

2019-02-11 Thread wangyunjian
From: Yunjian Wang Now sending 0 packet it doesn't consider for LACPDUs, but the LACPDUs should be checked and sended. Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") Cc: sta...@dpdk.org Reported-by: Hui Zhao Signed-off-by: Yunjian Wang --- drivers/net/bonding/rte_eth_bond_p