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
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
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
3 matches
Mail list logo