aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/avf
AgeCommit message (Expand)AuthorFilesLines
2019-06-18avf: fix adminq enqueue errorsDamjan Marion2-5/+9
2019-06-18avf: add logging macros and improve loggingDamjan Marion3-13/+134
2019-06-14avf: update known issues section in README.mdDamjan Marion1-5/+1
2019-06-12avf: add README.md section about spoofing checkDamjan Marion1-0/+10
2019-06-05avf: enable promiscuous modeSteven Luong3-1/+18
2019-05-16init / exit function orderingDave Barach1-5/+6
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-3/+3
2019-02-22avf: fix eat own tail issue on txDamjan Marion1-3/+7
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-02-19avf: fix feature arc, take twoDamjan Marion1-1/+2
2019-02-19avf: fix feature arcDamjan Marion1-0/+3
2019-02-14Add -fno-common compile optionBenoƮt Ganne1-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-30buffers: add missing ref_count = 1 in driversDamjan Marion1-0/+1
2019-01-30buffers: major cleanup and improvementsDamjan Marion3-2/+10
2019-01-24avf: fix queue enable issueDamjan Marion1-8/+11
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 Marion2-2/+2
2019-01-18deprecate clib_memcpy64_x4Damjan Marion1-9/+15
2019-01-07avf: allocate descriptor memory from local numaDamjan Marion2-14/+31
2018-12-29avf: tx dequeue optimizationsDamjan Marion3-11/+34
2018-12-29avf: chained buffers rx supportDamjan Marion4-44/+132
2018-12-28avf: chained buffers tx supportDamjan Marion2-104/+109
2018-12-26avf: optimize RX functionDamjan Marion3-100/+86
2018-12-23avf: optimize rx ring refillDamjan Marion1-76/+53
2018-12-23avf: new ethernet-input supportDamjan Marion3-183/+44
2018-12-23avf: add option to specify interface nameDamjan Marion4-0/+11
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-21/+21
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion1-5/+7
2018-11-08avf: update virtchnl header fileDamjan Marion1-18/+32
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion4-55/+68
2018-10-23c11 safe string handling supportDave Barach4-13/+13
2018-10-22vlib: pci improvementsDamjan Marion2-16/+18
2018-10-22vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlinesDamjan Marion3-45/+40
2018-10-19avf: fix crash in rss key calculationDamjan Marion1-1/+1
2018-09-27avf: may crash if failed to allocate buffers to ringSteven1-1/+1
2018-09-24avf: rename interface nameDamjan Marion2-2/+2
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra2-3/+3
2018-09-04avf: fix random rss keyJakub Grajciar1-2/+2
2018-08-30avf: RSS supportJakub Grajciar6-19/+80
2018-08-28avf: deal willth tx ring full properlyDamjan Marion3-11/+52
2018-08-28avf: add missing rx_redirect_to_node handlerDamjan Marion1-0/+20
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+4
2018-08-27cmake: add missing vat pluginsDamjan Marion1-0/+3
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-4/+6
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+28
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-2/+0