Age | Commit message (Expand) | Author | Files | Lines |
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-18 | Add vlib_buffer_copy_indices inline function |  Damjan Marion | 2 | -2/+2 |
2019-01-18 | deprecate clib_memcpy64_x4 |  Damjan Marion | 1 | -9/+15 |
2019-01-07 | avf: allocate descriptor memory from local numa |  Damjan Marion | 2 | -14/+31 |
2018-12-29 | avf: tx dequeue optimizations |  Damjan Marion | 3 | -11/+34 |
2018-12-29 | avf: chained buffers rx support |  Damjan Marion | 4 | -44/+132 |
2018-12-28 | avf: chained buffers tx support |  Damjan Marion | 2 | -104/+109 |
2018-12-26 | avf: optimize RX function |  Damjan Marion | 3 | -100/+86 |
2018-12-23 | avf: optimize rx ring refill |  Damjan Marion | 1 | -76/+53 |
2018-12-23 | avf: new ethernet-input support |  Damjan Marion | 3 | -183/+44 |
2018-12-23 | avf: add option to specify interface name |  Damjan Marion | 4 | -0/+11 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 2 | -21/+21 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 1 | -1/+1 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags |  Damjan Marion | 1 | -5/+7 |
2018-11-08 | avf: update virtchnl header file |  Damjan Marion | 1 | -18/+32 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 4 | -55/+68 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 4 | -13/+13 |
2018-10-22 | vlib: pci improvements |  Damjan Marion | 2 | -16/+18 |
2018-10-22 | vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines |  Damjan Marion | 3 | -45/+40 |
2018-10-19 | avf: fix crash in rss key calculation |  Damjan Marion | 1 | -1/+1 |
2018-09-27 | avf: may crash if failed to allocate buffers to ring |  Steven | 1 | -1/+1 |
2018-09-24 | avf: rename interface name |  Damjan Marion | 2 | -2/+2 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 2 | -3/+3 |
2018-09-04 | avf: fix random rss key |  Jakub Grajciar | 1 | -2/+2 |
2018-08-30 | avf: RSS support |  Jakub Grajciar | 6 | -19/+80 |
2018-08-28 | avf: deal willth tx ring full properly |  Damjan Marion | 3 | -11/+52 |
2018-08-28 | avf: add missing rx_redirect_to_node handler |  Damjan Marion | 1 | -0/+20 |
2018-08-27 | cmake: Fix plugins .h includes |  Mohsin Kazmi | 1 | -0/+4 |
2018-08-27 | cmake: add missing vat plugins |  Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro |  Damjan Marion | 1 | -4/+6 |
2018-08-17 | CMake as an alternative to autotools (experimental) |  Damjan Marion | 1 | -0/+28 |
2018-08-13 | Multiarch handling in different constructor macros |  Damjan Marion | 1 | -2/+0 |
2018-08-11 | Multiversioning: Device (tx) function constructor |  Mohsin Kazmi | 3 | -22/+3 |
2018-08-11 | avf: fix prefetch bug |  Damjan Marion | 1 | -1/+1 |
2018-08-03 | Fix typo in trace trajectory init |  Dave Barach | 1 | -1/+1 |
2018-08-03 | avf: add avf_create_reply_handler to avf_test |  Jakub Grajciar | 1 | -1/+18 |
2018-07-26 | avf: used tx queue should be enabled |  Damjan Marion | 2 | -2/+8 |
2018-07-26 | avf: request queues support |  Jakub Grajciar | 3 | -3/+68 |
2018-07-26 | avf: fix interrupt mode |  Damjan Marion | 2 | -2/+25 |
2018-07-25 | avf: api fix |  Jakub Grajciar | 4 | -7/+25 |
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 | 2 | -1/+5 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -1/+1 |
2018-07-11 | avf: descriptor should be volatile |  Damjan Marion | 4 | -40/+60 |
2018-06-27 | avf: binary API and configurable RX/TX queue size |  Jakub Grajciar | 9 | -12/+566 |
2018-06-15 | avf: tx node fixes |  Damjan Marion | 1 | -9/+9 |
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 | 2 | -13/+40 |
2018-06-09 | avf: add support for intel X722 NICs |  Damjan Marion | 1 | -0/+1 |