from vpp_object import VppObject from vpp_interface import VppInterface class VppBondInterface(VppInterface): """VPP bond interface.""" def __init__(self, test, mode, lb=0, numa_only=0, use_custom_mac=0, mac_address=''): """ Create VPP Bond interface """ super(VppBondInterface, self).2020-01-28perf: hoststack iperf3 test tuningDave Wallace1-11/+11 2020-01-24Attempt to fix journalctlPeter Mikus1-3/+3 2020-01-20FIX: Hugepages should be detected also from overcommitPeter Mikus1-147/+69 2020-01-15Hoststack perf infrastructure refactoringDave Wallace1-16/+66 2019-12-13FIX: eth interfaces need numa_node information in topology fileJan Gelety1-1/+1 2019-12-11Introduce VPP-IPsec container tests.Ludovit Mikula1-2/+2 2019-12-09FIX: integer divisionsJan Gelety1-1/+1 2019-12-05Improve quoting of asterisksVratko Polak1-1/+1 2019-11-28