aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface
AgeCommit message (Expand)AuthorFilesLines
2023-11-03vppinfra: refactor interrupt codeDamjan Marion2-7/+4
2023-07-26stats: remove extra format lineSteven Luong1-2/+1
2023-07-07stats: fix duplicate /if/names entrySteven Luong1-3/+7
2023-05-19interface: add the transmit queue infrastructure documentMohsin Kazmi1-0/+159
2022-11-25interface: remove the pending interrupt from deleting interfaceMohsin Kazmi1-0/+12
2022-07-26vppinfra: fix formatting of format_base10Pim van Pelt1-5/+7
2022-04-26stats: string vector and node collector improvementsDamjan Marion1-26/+12
2022-03-09stats: refactorDamjan Marion1-0/+95
2022-01-16vppinfra: bitops cleanupDamjan Marion1-1/+1
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-0/+63
2021-12-14interface: Add interface monitor cliNathan Skrzypczak1-0/+119
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi2-23/+79
2021-09-22interface: fix poll vector reallocMohammed Hawari2-4/+6
2021-09-08interface: fix coverity issueMohammed Hawari1-1/+1
2021-09-07interface: full poll vector on adaptive modeMaxime Peim3-9/+40
2021-05-27interface: add tx-queue cli support for new tx infraMohsin Kazmi2-5/+12
2021-05-19interface: shared tx queue supportDamjan Marion1-4/+6
2021-05-14interface: fix converity in update_runtime_dataMohammed Hawari1-1/+1
2021-05-14interface: update tx queue runtime if vector size changesDamjan Marion1-1/+5
2021-05-13interface: fix tx queue runtime updateDamjan Marion1-0/+2
2021-05-11interface: tx queue infraDamjan Marion4-35/+235
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion2-5/+6
2021-03-23vlib: add node adaptive mode flagFlorin Coras1-1/+12
2021-02-26interface: Fix rxq deletionNathan Skrzypczak1-2/+11
2021-02-08interface: automask interrupts to polling rxqsMohammed Hawari1-1/+3
2021-01-29interface: fix interface name overflow in logsBenoƮt Ganne1-9/+9
2021-01-22interface: fix rx-placement api/cli for new infraMohammed Hawari1-0/+31
2021-01-22interface: let drivers control polling when downMohammed Hawari1-8/+0
2021-01-21interface: fix vnet_hw_if_update_runtime_dataMohammed Hawari1-0/+1
2021-01-21interface: rx queue infra rework, part oneDamjan Marion3-0/+582