[dpdk-dev] [PATCH 1/1] net/bondig: fix type-mismatch in bonding

Ferruh Yigit ferruh.yigit at intel.com
Tue Jan 18 12:30:53 CET 2022


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 <wangyunjian at huawei.com>
> 
> Acked-by: Min Hu (Connor) <humin29 at 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: stable at dpdk.org


Applied to dpdk-next-net/main, thanks.


More information about the dev mailing list