aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/odp
AgeCommit message (Expand)AuthorFilesLines
2018-02-05plugins: odp: Remove copying from the esp_{encrypt, decrypt}Szymon Sliwa2-195/+189
2018-02-05plugins: odp: Add ODP-IPsec nodeSzymon Sliwa7-0/+1535
2018-02-01plugins: odp: Fix minor bugsMichal Mazur2-5/+8
2018-01-29plugins: odp: Fix deletion of IF with more Rx queuesMichal Mazur1-1/+3
2018-01-17plugins: odp: Get address range from pool infoMichal Mazur1-3/+6
2018-01-17plugins: odp: Add support for buffer recyclingMichal Mazur2-13/+54
2018-01-11plugins: odp: Add support for free list of buffersMichal Mazur2-36/+275
2018-01-11plugins: odp: Fix error when all interfaces removedMichal Mazur1-7/+20
2018-01-08plugins: odp: Remove 'platform-params' optionMichal Mazur1-35/+2
2017-12-27Fix and improve Rx Scheduler modeMichal Mazur3-39/+71
2017-12-18More optimizations for Tx and Rx loopsMichal Mazur5-167/+195
2017-12-14Read ODP configuration from VPP startup configMichal Mazur5-80/+310
2017-12-14Add support for multiple Rx and Tx queuesMichal Mazur5-69/+150
2017-12-14Optimize Rx and Tx pathsMichal Mazur3-43/+199
2017-12-14Create worker threads using ODP API (direct in/out mode)Michal Mazur4-54/+103
2017-12-14Move odp_packet_main structure to shared memory.Michal Mazur5-18/+32
2017-12-07Add initial support for ODP buffers.Michal Mazur5-154/+288
2017-11-15Fix style of ODP plugin and add Linaro copyrightsMichal Mazur5-303/+249
2017-07-03Introducing ODP plugin nodeSachin Saxena5-0/+1144