Age | Commit message (Expand) | Author | Files | Lines |
2022-04-08 | dpdk: add multi-txq support |  Mohsin Kazmi | 1 | -10/+13 |
2022-04-05 | dpdk: macros changes for dpdk 22.03 |  Dastin Wilski | 1 | -9/+7 |
2022-02-06 | dpdk: remove dead code |  Benoît Ganne | 1 | -15/+1 |
2022-01-14 | dpdk: refactor device setup |  Damjan Marion | 1 | -1/+1 |
2022-01-08 | dpdk: new flags format |  Damjan Marion | 1 | -8/+10 |
2022-01-05 | dpdk: move port config to single struct |  Damjan Marion | 1 | -1/+1 |
2022-01-05 | dpdk: remove unused flag |  Damjan Marion | 1 | -14/+3 |
2022-01-05 | dpdk: remove "convenience" vars |  Damjan Marion | 1 | -4/+3 |
2021-11-05 | dpdk: remove dead code |  Damjan Marion | 1 | -4/+1 |
2021-09-16 | dpdk: fix checksum offload |  Florin Coras | 1 | -2/+1 |
2021-09-16 | dpdk: add support for outer udp and ipv4 checksums |  Mohsin Kazmi | 1 | -7/+31 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -5/+5 |
2021-05-10 | dpdk: do not crash when failing to bring interface up |  Benoît Ganne | 1 | -5/+9 |
2021-05-06 | vlib: fix the offload flags size |  Mohsin Kazmi | 1 | -1/+2 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t |  Mohsin Kazmi | 1 | -1/+1 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -9/+0 |
2021-03-18 | dpdk: don't mask interrupts for some drivers |  Mohammed Hawari | 1 | -2/+19 |
2021-03-15 | dpdk: implement interrupt mode |  Mohammed Hawari | 1 | -0/+20 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 1 | -12/+9 |
2021-01-21 | dpdk: do not use TSO for small packets |  Somnath Kotur | 1 | -2/+5 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 1 | -2/+2 |
2020-10-21 | dpdk: Disable VLAN filtering for VLAN sub-interface in i40e driver |  Dimitrios Markou | 1 | -2/+2 |
2020-09-11 | dpdk: fix coverity defect #214232, #182930 |  Chenmin Sun | 1 | -0/+7 |
2020-09-09 | interface: support configuring RSS steering queues |  Chenmin Sun | 1 | -0/+104 |
2020-09-01 | dpdk: fix mac address length was wrong |  jiangxiaoming | 1 | -1/+1 |
2020-07-09 | dpdk: add txq struct and fix dpdk tx lock |  Benoît Ganne | 1 | -4/+4 |
2020-06-04 | dpdk: cleanup, add rx queue struct |  Damjan Marion | 1 | -16/+5 |
2020-04-29 | misc: switch to clang-9 |  Damjan Marion | 1 | -1/+1 |
2020-04-27 | vlib: deprecate i2c and cj |  Dave Barach | 1 | -1/+0 |
2020-01-30 | misc: deprecate dpdk hqos |  Damjan Marion | 1 | -15/+0 |
2020-01-14 | dpdk: enforce max tx retries |  Benoît Ganne | 1 | -0/+1 |
2019-10-16 | dpdk: add function to add/del extra MAC addrs |  Matthew Smith | 1 | -0/+24 |
2019-09-11 | dpdk: apply dual loop unrolling in DPDK TX |  Lijian.Zhang | 1 | -0/+57 |
2019-08-21 | dpdk: bump DPDK version to 19.08 |  Damjan Marion | 1 | -2/+1 |
2019-08-19 | dpdk: add TSO support in dpdk plugin. |  Chenmin Sun | 1 | -1/+10 |
2019-07-24 | dpdk: Prefetch correct size of rte_mbuf |  Nitin Saxena | 1 | -1/+1 |
2019-06-06 | dpdk: fix clear hw stats |  Filip Tehlar | 1 | -0/+1 |
2019-06-04 | dpdk: rework extended stats |  Filip Tehlar | 1 | -11/+1 |
2019-05-29 | dpdk: make sure each segment have initalized rte_mbuf |  Damjan Marion | 1 | -12/+4 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin |  Dave Barach | 1 | -21/+0 |
2019-02-02 | dpdk: bump to dpdk 19.02 |  Damjan Marion | 1 | -1/+4 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 1 | -5/+3 |
2019-01-20 | dpdk: add buffer.h |  Damjan Marion | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -10/+11 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 1 | -2/+2 |
2018-09-12 | device flags will set in dpdk_update_link_state. |  Khers | 1 | -2/+0 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 1 | -1/+2 |
2018-09-03 | Deprecate old buffer replication scheme |  Damjan Marion | 1 | -98/+1 |
2018-08-13 | Multiarch handling in different constructor macros |  Damjan Marion | 1 | -9/+2 |
2018-08-11 | Multiversioning: Device (tx) function constructor |  Mohsin Kazmi | 1 | -17/+3 |