On 12/11/2021 7:57 AM, Min Hu (Connor) wrote:
在 2021/12/10 19:41, Yunjian Wang 写道:
There were some type-mismatch issues in bonding and fix them:
- Use %u to fix argument type mismatch in RTE_BOND_LOG.
- The internals->mode is of type uint8_t. But the function
parameter 'mode' is of type int. So change the mode type
from int to uint8_t.
Signed-off-by: Yunjian Wang <wangyunj...@huawei.com>
Acked-by: Min Hu (Connor) <humi...@huawei.com>
Fixes: 2efb58cbab6e ("bond: new link bonding library")
Fixes: a45b288ef21a ("bond: support link status polling")
Fixes: 68451eb6698c ("net/bonding: call through EAL on create/free")
Cc: sta...@dpdk.org
Applied to dpdk-next-net/main, thanks.