aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/avf/device.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-26avf: properly set irq queue masksSteven Luong1-1/+2
2019-06-26avf: fix clear hw statsFilip Tehlar1-0/+10
2019-06-24avf: fix adminq enqueue errorsDamjan Marion1-5/+6
2019-06-06avf: enable promiscuous modeSteven Luong1-1/+1
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-3/+3
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: major cleanup and improvementsDamjan Marion1-1/+5
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-07avf: allocate descriptor memory from local numaDamjan Marion1-14/+30
2018-12-29avf: tx dequeue optimizationsDamjan Marion1-0/+5
2018-12-29avf: chained buffers rx supportDamjan Marion1-1/+1
2018-12-23avf: new ethernet-input supportDamjan Marion1-25/+0
2018-12-23avf: add option to specify interface nameDamjan Marion1-0/+2
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-9/+9
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion1-5/+7
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-44/+59
2018-10-23c11 safe string handling supportDave Barach1-10/+10
2018-10-22vlib: pci improvementsDamjan Marion1-15/+16
2018-10-22vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlinesDamjan Marion1-6/+3
2018-10-19avf: fix crash in rss key calculationDamjan Marion1-1/+1
2018-09-04avf: fix random rss keyJakub Grajciar1-2/+2
2018-08-30avf: RSS supportJakub Grajciar1-13/+63
2018-08-28avf: deal willth tx ring full properlyDamjan Marion1-0/+8
2018-08-28avf: add missing rx_redirect_to_node handlerDamjan Marion1-0/+20
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-1/+0
2018-07-26avf: used tx queue should be enabledDamjan Marion1-2/+6
2018-07-26avf: request queues supportJakub Grajciar1-2/+54
2018-07-26avf: fix interrupt modeDamjan Marion1-2/+24
2018-07-25avf: api fixJakub Grajciar1-1/+1
2018-07-20avf: don't enable interrupts before interface is admin upDamjan Marion1-1/+0
2018-07-20avf: Support interrupt modeSteven1-0/+4
2018-07-11avf: descriptor should be volatileDamjan Marion1-16/+16
2018-06-27avf: binary API and configurable RX/TX queue sizeJakub Grajciar1-10/+27
2018-06-12avf: fix crash if device is busyJakub Grajciar1-1/+8
2018-06-09avf: properly cofigure RSS LUTDamjan Marion1-13/+21
2018-06-09avf: add support for intel X722 NICsDamjan Marion1-0/+1
2018-05-22avf plugin: add support for loggingJakub Grajciar1-5/+10
2018-03-26Intel Adaptive Virtual Function native device driver pluginDamjan Marion1-0/+1243