aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-26odp: Update readme file and include odp patches1707Michal Mazur9-8/+588
2018-02-22plugins: odp: [WA] Force inline mode of ODP timerMichal Mazur1-1/+5
2018-02-22plugins: odp: delete aad field initializationSzymon Sliwa2-4/+0
2018-02-21plugins: odp: Add error checks in IPsec nodesSzymon Sliwa3-23/+70
2018-02-21odp: Add information about the new ipsec nodes to README.vppodpSzymon Sliwa1-1/+43
2018-02-21plugins: odp: ipsec: fix style of crypto_inpuc.cSzymon Sliwa1-58/+73
2018-02-21plugins: odp: Cosmetic changes in the IPsec implementationSzymon Sliwa7-48/+55
2018-02-19plugins: odp: rename functions and change trace contentSzymon Sliwa4-42/+48
2018-02-19plugins: odp: remove copying the ip header twiceSzymon Sliwa1-28/+6
2018-02-19plugins: odp: Add support for IPsec inline operationSzymon Sliwa6-36/+109
2018-02-19plugins: odp: Add asynchronous IPsec API nodesSzymon Sliwa7-87/+374
2018-02-19plugins: odp: Add new nodes using ODP IPsec APISzymon Sliwa7-12/+675
2018-02-19plugins: odp: ipsec: Fix multiple issuesSzymon Sliwa2-12/+15
2018-02-19Fixes to changes in vnet/buffer.hSzymon Sliwa1-3/+4
2018-02-19plugins: odp: ipsec: add error checkSzymon Sliwa1-5/+18
2018-02-19plugins: odp: ipsec: style changesSzymon Sliwa2-60/+78
2018-02-19plugins: odp: ipsec: Del GRE as it was not testedSzymon Sliwa1-8/+1
2018-02-06plugins: odp: Refactor the authentication function mappingSzymon Sliwa1-16/+17
2018-02-06plugins: odp: Add support for IPv6 IPsecSzymon Sliwa2-69/+65
2018-02-06plugins: odp: Add support for async crypto modeSzymon Sliwa7-21/+391
2018-02-06Add a member to vnet_buffer union for odp based cryptoSzymon Sliwa1-1/+11
2018-02-05plugins: odp: Add tunnel modeSzymon Sliwa2-14/+26
2018-02-05plugins: odp: Remove copying from the esp_{encrypt, decrypt}Szymon Sliwa2-195/+189
2018-02-05plugins: odp: Add ODP-IPsec nodeSzymon Sliwa9-7/+1550
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-08odp: Update readme fileMichal Mazur1-28/+4
2018-01-08plugins: odp: Remove 'platform-params' optionMichal Mazur3-40/+3
2018-01-08Preserve environment variables when starting VPPMichal Mazur1-2/+2
2017-12-27Fix and improve Rx Scheduler modeMichal Mazur5-43/+78
2017-12-18More optimizations for Tx and Rx loopsMichal Mazur5-167/+195
2017-12-14Read ODP configuration from VPP startup configMichal Mazur7-83/+352
2017-12-14Add support for multiple Rx and Tx queuesMichal Mazur6-70/+152
2017-12-14Optimize Rx and Tx pathsMichal Mazur3-43/+199
2017-12-14Create worker threads using ODP API (direct in/out mode)Michal Mazur6-56/+106
2017-12-14Move odp_packet_main structure to shared memory.Michal Mazur5-18/+32
2017-12-07Add initial support for ODP buffers.Michal Mazur6-155/+290
2017-12-05vlib: Add pointer to driver data to vlib_buffer_tMichal Mazur1-1/+2
2017-11-15Fix style of ODP plugin and add Linaro copyrightsMichal Mazur5-303/+249
2017-07-05Merge "Introducing ODP plugin node" into 1707Sachin Saxena11-1/+1417
2017-07-03Introducing ODP plugin nodeSachin Saxena12-2/+1418
2017-06-15Updating .gitreview for current repo.odp_vppSachin Saxena1-1/+1
2017-06-14acl-plugin: shrink the L2 classifier tables used for traffic redirectAndrew Yourtchenko1-17/+17
2017-06-14VPP-874: fix coverity warnings in tw_timer_template.cDave Barach1-4/+4
2017-06-14ETH:fix l2_len/vlan count mismatch for > 2 tagsEyal Bari3-16/+7
2017-06-13Flowprobe - tests speed-upPavel Kotucek1-183/+151