net/bonding: call through EAL on create/free
authorJan Blunck <jblunck@infradead.org>
Tue, 11 Apr 2017 15:44:19 +0000 (17:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 Apr 2017 17:00:01 +0000 (19:00 +0200)
commit68451eb6698cd83af67ac65c66af46b85c8d6f30
tree5bbecdcb1721cad770a18e91b89d7baf9ead1204
parentd39670086a6357b11326b61deeb5d599ffdd42cb
net/bonding: call through EAL on create/free

To properly embed the generic rte_device into the rte_eth_dev this reworks
the bonding API to call through rte_eal_vdev_init().

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
drivers/net/bonding/rte_eth_bond_api.c
drivers/net/bonding/rte_eth_bond_args.c
drivers/net/bonding/rte_eth_bond_pmd.c