aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/marvell/pp2
AgeCommit message (Expand)AuthorFilesLines
2021-05-01vlib: refactor trajectory trace debug featureBenoƮt Ganne1-5/+0
2021-03-05marvell: check return value of vlib_trace_bufferRobert Shearman1-8/+10
2021-03-05marvell: fix implicit declaration of functionRobert Shearman1-0/+1
2021-03-04marvell: remove unused variableRobert Shearman1-1/+0
2021-01-26interface: remove vnet_device_input_runtime_tMohammed Hawari1-11/+12
2021-01-21marvell: adapt pp2 to new rxq framework.Mohammed Hawari2-9/+11
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-1/+1
2020-09-06marvell: add cli options to configure rxq and txq sizesChristian E. Hopps1-1/+6
2019-12-09marvell: use explicit types in apiOle Troan1-3/+4
2019-10-07api: Add API support for marvell PP2 pluginJianlin Lv6-1/+329
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-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 Marion3-8/+10
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-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-01-15Marvell device pluginDamjan Marion6-0/+1394