aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/ipsec/ipsec.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-25dpdk: Enhancement to call crypto start api at initializationSachin Saxena1-0/+4
2018-06-07Add support for DPDK 18.05Damjan Marion1-0/+10
2018-05-30vppinfra: explicitely state for signed types that they are signedDamjan Marion1-1/+1
2018-05-22CSIT-928 dpdk/ipsec: performance improvementRadu Nicolau1-15/+8
2018-05-04ipsec: allow null/null for crypto/integ algorithms pairRadu Nicolau1-0/+1
2018-04-10CSIT-895 dpdk/ipsec: add locks on session data hash updatesRadu Nicolau1-33/+39
2018-02-25Fix bug in dpdk_crypto_session_disposal()Matthew Smith1-0/+2
2018-02-24Fix crypto session deletion crashMatthew Smith1-6/+9
2018-02-15dpdk: add support for DPDK 18.02, deprecate 17.08Damjan Marion1-4/+0
2017-12-05dpdk/ipsec: multiple fixesSergio Gonzalez Monroy1-46/+76
2017-11-20dpdk: add support for DPDK 17.11Damjan Marion1-76/+0
2017-11-16dpdk/ipsec: use physmem when creating poolsSergio Gonzalez Monroy1-37/+49
2017-11-01dpdk/ipsec: align memorySergio Gonzalez Monroy1-4/+6
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-0/+2
2017-10-18ipsec: use boolean or vs. bitwise or to avoid compiler errorAndrew Yourtchenko1-2/+2
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy1-329/+940
2017-09-06dpdk/ipsec: fix setup when using master core onlySergio Gonzalez Monroy1-2/+3
2017-08-25dpdk: required changes for 17.08Sergio Gonzalez Monroy1-21/+109
2017-04-28dpdk: cryptodev support enabled by defaultSergio Gonzalez Monroy1-9/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-1/+1
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-6/+2
2017-03-01dpdk: be a pluginDamjan Marion1-0/+430