Age | Commit message (Expand) | Author | Files | Lines |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 2 | -14/+14 |
2021-06-23 | virtio: api cleanup |  Filip Tehlar | 2 | -49/+13 |
2021-06-22 | virtio: api cleanup |  Filip Tehlar | 1 | -54/+9 |
2021-06-07 | pg: Reduce the inclusion of pg.h |  Neale Ranns | 1 | -0/+3 |
2021-05-17 | virtio: add the checks for descriptors chain len |  Mohsin Kazmi | 1 | -0/+23 |
2021-05-08 | vhost: low performance in interrupt mode in some cases |  Steven Luong | 1 | -35/+19 |
2021-05-06 | vlib: fix the offload flags size |  Mohsin Kazmi | 4 | -5/+5 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t |  Mohsin Kazmi | 2 | -3/+3 |
2021-05-04 | virtio: add simple drop counter for interface |  Mohsin Kazmi | 1 | -30/+33 |
2021-05-04 | virtio: fix the interrupt |  Mohsin Kazmi | 3 | -162/+202 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 2 | -6/+0 |
2021-04-05 | vhost: Crash upon disconnect |  Steven Luong | 1 | -1/+1 |
2021-03-24 | virtio: improve compilation time |  Damjan Marion | 1 | -64/+57 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 3 | -16/+21 |
2021-02-26 | virtio: place the event fds on worker threads for pci device |  Mohsin Kazmi | 1 | -0/+11 |
2021-02-24 | virtio: enable the interrupt support for uio_pci_generic |  Mohsin Kazmi | 1 | -11/+4 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 4 | -30/+36 |
2021-02-08 | virtio: use vpp clib_memset instead glibc memset |  Mohsin Kazmi | 1 | -2/+2 |
2021-02-08 | virtio: add atomic call for kicking |  Mohsin Kazmi | 2 | -20/+6 |
2021-02-01 | tap: fix the interrupt handling |  Mohsin Kazmi | 1 | -3/+4 |
2021-01-27 | vhost: vhost interface hardware address not set |  Steven Luong | 3 | -6/+9 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 8 | -163/+128 |
2021-01-08 | vhost: Add event index for interrupt notification to driver |  Steven Luong | 8 | -192/+506 |
2021-01-05 | tap: fix the buffering index for gro |  Mohsin Kazmi | 1 | -6/+8 |
2020-12-28 | vlib: add missing file template descriptions |  Paul Vinciguerra | 1 | -0/+4 |
2020-12-25 | virtio: Extend vhost multi-queues support beyond 8 queue pairs |  Steven Luong | 3 | -60/+122 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 5 | -30/+25 |
2020-12-14 | vppinfra: simpler and faster pool_foreach |  Damjan Marion | 1 | -0/+1 |
2020-12-11 | virtio: fix vrings overflow in vhost_user |  Benoît Ganne | 1 | -1/+10 |
2020-12-04 | virtio: fix the interrupt handling for packed queues |  Mohsin Kazmi | 1 | -5/+25 |
2020-12-04 | virtio: fix the len offset |  Mohsin Kazmi | 1 | -2/+2 |
2020-12-03 | virtio: fix the offloads in tx path |  Mohsin Kazmi | 1 | -4/+2 |
2020-11-23 | virtio: fix overflow in case of buffering + drop |  Benoît Ganne | 1 | -1/+0 |
2020-11-17 | virtio: virtio: implement packed queues from virtio 1.1 |  Mohsin Kazmi | 8 | -135/+1037 |
2020-11-12 | virtio: fix the index issue |  Mohsin Kazmi | 1 | -7/+15 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 2 | -16/+17 |
2020-11-05 | tap: allow change of carrier state on host |  Matthew Smith | 2 | -0/+2 |
2020-11-05 | virtio: misc optimizations |  Damjan Marion | 1 | -35/+41 |
2020-11-05 | virtio: move retry logic to outer function |  Damjan Marion | 1 | -8/+9 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 4 | -7/+1 |
2020-10-28 | virtio: fix the buffer array index |  Mohsin Kazmi | 1 | -1/+1 |
2020-10-26 | virtio: improve the compile time |  Mohsin Kazmi | 1 | -36/+32 |
2020-10-26 | virtio: reduce the compile time for device.c |  Mohsin Kazmi | 1 | -15/+19 |
2020-10-22 | virtio: checksum error reported for ip6 traffic with GSO enable |  Steven Luong | 2 | -11/+1 |
2020-10-21 | virtio: run process to send interrupts to input nodes |  Mohsin Kazmi | 3 | -17/+111 |
2020-10-21 | virtio: improve input node performance |  Damjan Marion | 1 | -13/+26 |
2020-10-21 | virtio: move lock and kick to outer function |  Damjan Marion | 1 | -31/+28 |
2020-10-19 | virtio: fix compilation time |  Damjan Marion | 1 | -30/+31 |
2020-10-12 | misc: clang-11 and gcc-10 support |  Damjan Marion | 1 | -1/+1 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 5 | -24/+23 |