Age | Commit message (Expand) | Author | Files | Lines |
2023-10-14 | feature: remove unused code |  Damjan Marion | 1 | -1/+1 |
2023-10-01 | flow dpdk avf: add support for using l2tpv3 as RSS type |  Xinyao Cai | 1 | -0/+1 |
2023-07-28 | vlib: pci cleanup and improvements |  Damjan Marion | 1 | -14/+1 |
2023-07-11 | avf: remove barrier |  Damjan Marion | 2 | -2/+1 |
2023-03-13 | avf: 512-bit SIMD version of avf_tx_prepare |  Leyi Rong | 1 | -0/+50 |
2023-03-07 | avf: enable rss action of flow |  Xinyao Cai | 4 | -152/+2925 |
2023-03-07 | avf: fix cli memory leak with incorrect options |  Tianyu Li | 1 | -37/+19 |
2023-02-08 | avf dpdk: fix incorrect handling of IPv6 src address in flow |  Ting Xu | 1 | -2/+2 |
2023-02-08 | avf: fix incorrect flag for flow director |  Ting Xu | 1 | -2/+1 |
2023-02-08 | avf: fix checksum offload configuration |  Ting Xu | 2 | -3/+1 |
2023-02-08 | avf: fix bit calculation function fls_u32 |  Ting Xu | 1 | -1/+1 |
2022-12-02 | avf: support generic flow |  Ting Xu | 8 | -52/+638 |
2022-09-08 | avf: check for VLAN_TOGGLE capability |  Mohammed Hawari | 1 | -0/+6 |
2022-05-19 | api: refactor api data storage |  Damjan Marion | 1 | -1/+1 |
2022-05-17 | interface: fix overflow of link speed. |  Anton Nikolaev | 1 | -2/+3 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 1 | -6/+6 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -8/+5 |
2021-12-03 | api: refactor to use REPLY_MSG_ID_BASE #define |  Klement Sekera | 1 | -5/+4 |
2021-11-10 | vppinfra: new vectorized ip checksum functions incl. csum_and_copy |  Damjan Marion | 1 | -2/+3 |
2021-10-13 | docs: convert plugins doc md->rst |  Nathan Skrzypczak | 2 | -107/+135 |
2021-09-16 | avf: fix RSS hash key |  Benoît Ganne | 1 | -4/+11 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -10/+5 |
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 |