Age | Commit message (Expand) | Author | Files | Lines |
2021-05-19 | avf: improve elogs | Damjan Marion | 4 | -2/+227 |
2021-05-19 | avf: tx queue sharing fixes and improvements | Damjan Marion | 3 | -38/+36 |
2021-05-19 | avf: print stats in separate log class | Damjan Marion | 3 | -6/+38 |
2021-05-14 | avf: free spinlock on txq removal | Damjan Marion | 1 | -0/+2 |
2021-05-12 | avf: avoid eating our own tail | Damjan Marion | 1 | -0/+3 |
2021-05-11 | interface: tx queue infra | Damjan Marion | 3 | -7/+18 |
2021-05-08 | avf: fix coverity | Mohammed Hawari | 1 | -7/+4 |
2021-05-07 | avf: Fix cksum offload / ipsec | Nathan Skrzypczak | 1 | -1/+6 |
2021-05-06 | build: add FORCE_ON option for multiarch variants | Damjan Marion | 1 | -0/+2 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 1 | -1/+1 |
2021-05-05 | avf: remove dead store | Damjan Marion | 1 | -1/+0 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 1 | -1/+1 |
2021-05-04 | avf: fix simultaneous txq wrap and tx retry | Mohammed Hawari | 1 | -1/+2 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 1 | -7/+0 |
2021-04-15 | avf: fix tx path segfault | Radu Nicolau | 1 | -0/+1 |
2021-04-15 | avf: remove the vxlan flow support | Chenmin Sun | 1 | -1/+0 |
2021-04-13 | avf: rework TX one-by-one loop | Damjan Marion | 1 | -68/+63 |
2021-04-13 | avf: avoid placeholder buffer alloc in datapath | Damjan Marion | 3 | -31/+25 |
2021-04-13 | avf: avoid ring wrap in the tx path | Damjan Marion | 3 | -139/+122 |
2021-04-12 | avf: avf flow bug fix | Chenmin Sun | 1 | -26/+2 |
2021-04-08 | avf: correctly set VL_API_AVF_DELETE is_mp_safe | Steven Luong | 1 | -2/+3 |
2021-04-08 | avf: crash on avf interface delete | Steven Luong | 1 | -1/+3 |
2021-04-01 | avf: disable VLAN stripping on E810 using V2 VLAN APIs | Damjan Marion | 4 | -14/+201 |
2021-03-31 | avf: improve capabilities handling | Damjan Marion | 5 | -39/+56 |
2021-03-30 | avf: fix coverity issues | Chenmin Sun | 1 | -4/+4 |
2021-03-26 | vlib: introduce vlib_get_elog_main() | Damjan Marion | 1 | -32/+26 |
2021-03-26 | avf: flow support enhancement | Chenmin Sun | 1 | -49/+219 |
2021-03-26 | avf: handle flow id in data path | Chenmin Sun | 3 | -27/+122 |
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 |