Age | Commit message (Expand) | Author | Files | Lines |
2019-08-22 | avf: properly set irq queue masks |  Damjan Marion | 1 | -1/+2 |
2019-08-21 | avf: fix init when num_rx_queues > num_tx_queues |  Damjan Marion | 1 | -4/+4 |
2019-07-11 | avf: add more link speeds |  Damjan Marion | 1 | -0/+4 |
2019-06-25 | avf: fix clear hw stats |  Filip Tehlar | 1 | -0/+10 |
2019-06-18 | vppinfra: add format_hex_bytes_no_wrap |  Damjan Marion | 1 | -5/+5 |
2019-06-18 | avf: fix adminq enqueue errors |  Damjan Marion | 1 | -5/+6 |
2019-06-18 | avf: add logging macros and improve logging |  Damjan Marion | 1 | -9/+109 |
2019-06-05 | avf: enable promiscuous mode |  Steven Luong | 1 | -1/+1 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -5/+6 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -3/+3 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 1 | -1/+1 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 1 | -1/+1 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 1 | -1/+5 |
2019-01-24 | avf: fix queue enable issue |  Damjan Marion | 1 | -8/+11 |
2019-01-20 | buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes |  Damjan Marion | 1 | -1/+1 |
2019-01-07 | avf: allocate descriptor memory from local numa |  Damjan Marion | 1 | -14/+30 |
2018-12-29 | avf: tx dequeue optimizations |  Damjan Marion | 1 | -0/+5 |
2018-12-29 | avf: chained buffers rx support |  Damjan Marion | 1 | -1/+1 |
2018-12-23 | avf: new ethernet-input support |  Damjan Marion | 1 | -25/+0 |
2018-12-23 | avf: add option to specify interface name |  Damjan Marion | 1 | -0/+2 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -9/+9 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags |  Damjan Marion | 1 | -5/+7 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 1 | -44/+59 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -10/+10 |
2018-10-22 | vlib: pci improvements |  Damjan Marion | 1 | -15/+16 |
2018-10-22 | vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines |  Damjan Marion | 1 | -6/+3 |
2018-10-19 | avf: fix crash in rss key calculation |  Damjan Marion | 1 | -1/+1 |
2018-09-04 | avf: fix random rss key |  Jakub Grajciar | 1 | -2/+2 |
2018-08-30 | avf: RSS support |  Jakub Grajciar | 1 | -13/+63 |
2018-08-28 | avf: deal willth tx ring full properly |  Damjan Marion | 1 | -0/+8 |
2018-08-28 | avf: add missing rx_redirect_to_node handler |  Damjan Marion | 1 | -0/+20 |
2018-08-11 | Multiversioning: Device (tx) function constructor |  Mohsin Kazmi | 1 | -1/+0 |
2018-07-26 | avf: used tx queue should be enabled |  Damjan Marion | 1 | -2/+6 |
2018-07-26 | avf: request queues support |  Jakub Grajciar | 1 | -2/+54 |
2018-07-26 | avf: fix interrupt mode |  Damjan Marion | 1 | -2/+24 |
2018-07-25 | avf: api fix |  Jakub Grajciar | 1 | -1/+1 |
2018-07-20 | avf: don't enable interrupts before interface is admin up |  Damjan Marion | 1 | -1/+0 |
2018-07-20 | avf: Support interrupt mode |  Steven | 1 | -0/+4 |
2018-07-11 | avf: descriptor should be volatile |  Damjan Marion | 1 | -16/+16 |
2018-06-27 | avf: binary API and configurable RX/TX queue size |  Jakub Grajciar | 1 | -10/+27 |
2018-06-12 | avf: fix crash if device is busy |  Jakub Grajciar | 1 | -1/+8 |
2018-06-09 | avf: properly cofigure RSS LUT |  Damjan Marion | 1 | -13/+21 |
2018-06-09 | avf: add support for intel X722 NICs |  Damjan Marion | 1 | -0/+1 |
2018-05-22 | avf plugin: add support for logging |  Jakub Grajciar | 1 | -5/+10 |
2018-03-26 | Intel Adaptive Virtual Function native device driver plugin |  Damjan Marion | 1 | -0/+1243 |