aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding
AgeCommit message (Expand)AuthorFilesLines
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