aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/p2p_ethernet_input.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2020-11-09vlib: fix trace number accountingBenoƮt Ganne1-9/+13
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-03-13deprecate VLIB_NODE_FUNCTION_MULTIARCHFilip Tehlar1-8/+5
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-3/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2017-08-16Add missing counters for P2P ethernet interfacesPavel Kotucek1-0/+15
2017-08-01P2P EthernetPavel Kotucek1-0/+247