aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/memif/device.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-08memif: fix coverity warnings as of 9/7Steven1-2/+12
2017-08-02memif: construct interface name out of socket file idx and intf idDamjan Marion1-2/+4
2017-07-11memif: avoid double buffer freeDamjan Marion1-1/+0
2017-06-16memif: jumbo frames supportSteven1-39/+71
2017-06-12memif: complete refactor of socket handling codeDamjan Marion1-32/+37
2017-05-31memif: multi-queues supportSteven1-3/+14
2017-04-03Fix memif coverity issuesMilan Lenco1-4/+12
2017-03-30vppinfra: add spinlock inline functionsDamjan Marion1-19/+2
2017-03-22Add memif - packet memory interface for intra-host communicationDamjan Marion1-0/+330