aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/marvell
AgeCommit message (Expand)AuthorFilesLines
2019-12-09marvell: use explicit types in apiOle Troan1-3/+4
2019-10-07api: Add API support for marvell PP2 pluginJianlin Lv7-1/+336
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-07-23api: binary api cleanupDave Barach1-1/+1
2019-06-11fix compiling error with marvell pp2 pluginjialv011-0/+1
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-01-20buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytesDamjan Marion1-1/+1
2019-01-18Add vlib_buffer_copy_indices inline functionDamjan Marion1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-10/+10
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-3/+3
2018-11-06marvell: bump musdk version to 18.09.3Damjan Marion5-17/+35
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-22vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlinesDamjan Marion2-2/+3
2018-08-28cmake: fix marvell plugin buildBrian Brooks1-2/+5
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-1/+1
2018-08-18cmake: highlight warning and error messagesDamjan Marion1-3/+2
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+32
2018-07-26pp2: change default queue sizeBrian Brooks1-2/+2
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-2/+2
2018-07-10pp2: increase recycle batch sizeBrian Brooks1-1/+3
2018-07-10pp2: use configured RX queue sizeBrian Brooks1-1/+1
2018-04-04Doc updates prior to branchChris Luke1-1/+1
2018-01-15Marvell device pluginDamjan Marion8-0/+1484