aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding
AgeCommit message (Expand)AuthorFilesLines
2019-10-24lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-26/+26
2019-10-17bonding: fix interface deletionBenoît Ganne1-15/+7
2019-10-16bonding: graph node running after bond-input in feature arc may crashSteven Luong1-3/+35
2019-10-11bonding: feature arc may not be enabled for the slave interfaceSteven Luong1-2/+2
2019-10-06bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-09-30bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-11bonding: API cleanupJakub Grajciar2-31/+54
2019-09-06bonding: add weight support for active-backup modeSteven Luong4-82/+258
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-2/+31
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong3-26/+39
2019-07-25bonding: incorrect RX counters for bond interfaceSteven Luong2-44/+36
2019-07-24bonding: print the name on the cli when createdMohsin Kazmi1-0/+6
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