aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding
AgeCommit message (Expand)AuthorFilesLines
2019-07-22bonding: fix create bond CLIZhiyong Yang1-1/+1
2019-07-19bonding: add support for numa-only in lacp modeZhiyong Yang5-3/+56
2019-06-26bonding: fix comment typoZhiyong Yang1-1/+1
2019-05-31bonding: add support for numa awarenessZhiyong Yang2-12/+85
2019-05-20bonding: clean up redundant codeZhiyong Yang1-55/+44
2019-04-17Revert "Revert "bond: problem switching from l2 to l3""Steven Luong1-0/+11
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-68/+12
2019-04-03lacp: passive mode support [VPP-1551]Steven Luong1-1/+28
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-2/+2
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+2
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-2/+1
2019-02-21Revert "bond: problem switching from l2 to l3"Peter Mikus1-11/+0
2019-02-14Add -fno-common compile optionBenoît Ganne2-1/+3
2019-01-23bond: packet drops on VPP bond interface [VPP-1544]Steven2-20/+21
2019-01-13bonding: support custom interface IDsAlexander Chernavin5-3/+40
2018-11-18add vlib_prefetch_buffer_data(...) macroDamjan Marion1-8/+4
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-4/+4
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-10-29bond: problem switching from l2 to l3Steven1-0/+11
2018-10-23c11 safe string handling supportDave Barach2-11/+11
2018-10-17bond: tx optimizationsDamjan Marion3-307/+330
2018-10-06bond: active-backup mode is using the wrong load balance algoSteven1-2/+4
2018-10-05bond: tx perf improvement, part troisDamjan Marion2-67/+166
2018-09-28bond: tx performance enhancement part deuxSteven3-124/+106
2018-09-26bond: tx perf improvementsDamjan Marion3-219/+172
2018-09-25bond: crash when deleting bond interface [VPP-1427]Steven1-2/+5
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-5/+0
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-1/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-4/+4
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven4-3/+74
2018-05-30bonding: fix packet trace in bond-inputDamjan Marion1-5/+1
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion1-21/+5
2018-05-27bond-input performance optimizationDamjan Marion1-291/+261
2018-05-25bond: performance harvestingSteven4-133/+183
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven3-23/+2
2018-04-13bond: ping fails between l2 BD [VPP-1238]Steven2-15/+76
2018-04-12bond: 1 packet/frame == bad performance [VPP-1236]Steven1-6/+8
2018-03-30bond: show trace causes a crash if the interface is deletedSteven2-9/+30
2018-03-28bond: cli renameSteven1-11/+10
2018-03-27bond: coverity woesSteven2-27/+32
2018-03-22bond: performance enhancementSteven3-155/+220
2018-03-21bond: Add bonding driver and LACP protocolSteven6-0/+2767