numam-dpdk/drivers
Yunjian Wang cc5097b1e4 net/bonding: fix mode type mismatch
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.

Fixes: 2efb58cbab ("bond: new link bonding library")
Fixes: a45b288ef2 ("bond: support link status polling")
Fixes: 68451eb669 ("net/bonding: call through EAL on create/free")
Cc: stable@dpdk.org

Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
Acked-by: Min Hu (Connor) <humin29@huawei.com>
2022-01-18 12:29:17 +01:00
..
baseband fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
bus bus/ifpga: remove useless check while browsing devices 2022-01-19 17:52:19 +01:00
common net/cnxk: fix promiscuous mode in multicast enable flow 2022-01-13 05:04:26 +01:00
compress fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
crypto crypto/ipsec_mb: fix tainted data for session 2022-01-21 10:17:35 +01:00
dma dma/cnxk: fix installing internal headers 2022-01-27 18:11:11 +01:00
event event/cnxk: add timer adapter periodic mode support 2022-01-24 10:03:56 +01:00
gpu gpudev: add alignment for memory allocation 2022-01-21 11:33:25 +01:00
mempool drivers: remove octeontx2 drivers 2022-01-12 15:36:32 +01:00
net net/bonding: fix mode type mismatch 2022-01-18 12:29:17 +01:00
raw build: remove custom dependency checks in drivers 2022-01-21 15:40:58 +01:00
regex regex/cn9k: use cnxk infrastructure 2022-01-12 15:33:49 +01:00
vdpa build: remove custom dependency checks in drivers 2022-01-21 15:40:58 +01:00
meson.build gpudev: introduce GPU device class library 2021-11-08 17:20:52 +01:00