aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/marvell
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion4-12/+0
2023-10-25marvell: fix compilation issuesDamjan Marion3-9/+4
2023-10-14feature: remove unused codeDamjan Marion1-4/+3
2022-01-07ethernet: new interface registration functionDamjan Marion1-10/+6
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak2-65/+85
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: spelling fixesRobert Shearman2-3/+3
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 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