bonding: add bond_create2 API to include gso option 12/28112/6
authorSteven Luong <sluong@cisco.com>
Thu, 30 Jul 2020 14:31:40 +0000 (07:31 -0700)
committerDave Barach <openvpp@barachs.net>
Wed, 2 Sep 2020 14:47:28 +0000 (14:47 +0000)
commitea7178631ef292530993e0c91bf86f1ca9ae99d4
treea06bb2708ebcf1695cd2406cf24bc3d8d05200fd
parent8ccea00339a550902f76a5ec24c1dda5a5975eaf
bonding: add bond_create2 API to include gso option

gso option is available for the debug CLI version of bond create.
This patch is to create a new API to have the corresponding option in
the binary API. The old binary API bond_create is marked deprecated.

Type: improvement

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Id9501b8e6d267ae09e2b411957f181343da459c0
src/vat/api_format.c
src/vnet/bonding/bond.api
src/vnet/bonding/bond_api.c
src/vpp/api/custom_dump.c
test/test_bond.py
test/vpp_bond_interface.py