Age | Commit message (Expand) | Author | Files | Lines |
2021-03-26 | avf: add avf flow framework | Chenmin Sun | 7 | -34/+2430 |
2021-03-25 | avf: introduce program flow event | Chenmin Sun | 3 | -37/+86 |
2021-03-19 | interface: add capabilities flags | Mohsin Kazmi | 1 | -5/+4 |
2021-03-05 | avf: don't memcpy if adminq output buffer size is 0 | Damjan Marion | 1 | -1/+1 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -8/+6 |
2021-01-21 | avf: use write combining store for queues tail update | Radu Nicolau | 3 | -2/+13 |
2021-01-21 | interface: rx queue infra rework, part one | Damjan Marion | 3 | -18/+32 |
2021-01-19 | avf: fix l2_len for csum offload | Mohammed Hawari | 1 | -4/+3 |
2020-12-19 | avf: fix gcc compiling warning on Arm | Jieqiang Wang | 1 | -4/+4 |
2020-12-18 | avf: optimized with NEON SIMD instruction | Lijian.Zhang | 1 | -1/+27 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -4/+4 |
2020-12-04 | avf: fix coverity issue | Mohammed Hawari | 1 | -1/+2 |
2020-12-01 | avf: add TSO support | Mohammed Hawari | 3 | -21/+120 |
2020-11-15 | avf: add L4 checksum offload support | Mohammed Hawari | 3 | -6/+136 |
2020-11-13 | avf: actually delete ethernet address if deletion was requested | Andrew Yourtchenko | 1 | -1/+1 |
2020-11-12 | avf: don't switch process if already running process node | Damjan Marion | 1 | -18/+25 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -12/+16 |
2020-10-26 | avf: use atomic store instead of barrier | Damjan Marion | 2 | -4/+3 |
2020-10-26 | vlib: add VLIB_REGISTER_LOG_CLASS macro | Damjan Marion | 2 | -10/+12 |
2020-10-09 | avf: add add_del_mac_address handler | Damjan Marion | 2 | -33/+89 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode | Damjan Marion | 1 | -2/+2 |
2020-09-30 | avf: check duplicate pci address upon create interface | Steven Luong | 1 | -0/+13 |
2020-09-29 | avf: validate queue size config | Steven Luong | 3 | -13/+52 |
2020-09-16 | avf: wrong argument passed to avf_log_err | Steven Luong | 1 | -1/+1 |
2020-09-11 | avf: add assert to ensure that adminq is used only from avf process | Damjan Marion | 1 | -0/+5 |
2020-09-11 | avf: change promisc mode from the avf process node | Damjan Marion | 2 | -7/+26 |
2020-09-11 | avf: fix race between avf and cli/api process | Damjan Marion | 6 | -35/+43 |
2020-09-11 | avf: fix race between avf process node and avf_delete_if(...) | Damjan Marion | 4 | -18/+34 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) | John Lo | 1 | -16/+27 |
2020-05-22 | avf: interrupt mode, support for WB_ON_ITR | Damjan Marion | 2 | -57/+103 |
2020-05-22 | avf: improve link speed handling | Damjan Marion | 1 | -34/+36 |
2020-03-25 | avf: fix rx queue refill on buffer alloc failure | Damjan Marion | 1 | -6/+6 |
2020-03-24 | avf: proper promisc handling | Damjan Marion | 2 | -7/+27 |
2020-02-25 | avf: Handle chain buffer in TX properly | Steven Luong | 2 | -7/+140 |
2019-12-12 | avf: explicit types in api | Ole Troan | 1 | -2/+3 |
2019-10-23 | avf: improve timeout handling | Jakub Grajciar | 2 | -19/+47 |
2019-09-27 | avf: remote api boilerplate | Ole Troan | 6 | -211/+9 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-09-04 | avf: reduce default ITR interval | Damjan Marion | 1 | -1/+1 |
2019-08-22 | avf: properly set irq queue masks | Damjan Marion | 1 | -1/+2 |
2019-08-21 | avf: print queue id in packet trace | Damjan Marion | 3 | -4/+6 |
2019-08-21 | avf: fix init when num_rx_queues > num_tx_queues | Damjan Marion | 1 | -4/+4 |
2019-07-23 | api: binary api cleanup | Dave Barach | 2 | -3/+5 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 1 | -1/+1 |
2019-07-11 | avf: add more link speeds | Damjan Marion | 2 | -1/+7 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -19/+2 |
2019-06-25 | avf: fix clear hw stats | Filip Tehlar | 3 | -2/+14 |
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 | 2 | -5/+9 |
2019-06-18 | avf: add logging macros and improve logging | Damjan Marion | 3 | -13/+134 |