aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/avf
AgeCommit message (Expand)AuthorFilesLines
2021-09-16avf: fix RSS hash keyBenoît Ganne1-4/+11
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-10/+5
2021-05-19avf: improve elogsDamjan Marion4-2/+227
2021-05-19avf: tx queue sharing fixes and improvementsDamjan Marion3-38/+36
2021-05-19avf: print stats in separate log classDamjan Marion3-6/+38
2021-05-14avf: free spinlock on txq removalDamjan Marion1-0/+2
2021-05-12avf: avoid eating our own tailDamjan Marion1-0/+3
2021-05-11interface: tx queue infraDamjan Marion3-7/+18
2021-05-08avf: fix coverityMohammed Hawari1-7/+4
2021-05-07avf: Fix cksum offload / ipsecNathan Skrzypczak1-1/+6
2021-05-06build: add FORCE_ON option for multiarch variantsDamjan Marion1-0/+2
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-1/+1
2021-05-05avf: remove dead storeDamjan Marion1-1/+0
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi1-1/+1
2021-05-04avf: fix simultaneous txq wrap and tx retryMohammed Hawari1-1/+2
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-7/+0
2021-04-15avf: fix tx path segfaultRadu Nicolau1-0/+1
2021-04-15avf: remove the vxlan flow supportChenmin Sun1-1/+0
2021-04-13avf: rework TX one-by-one loopDamjan Marion1-68/+63
2021-04-13avf: avoid placeholder buffer alloc in datapathDamjan Marion3-31/+25
2021-04-13avf: avoid ring wrap in the tx pathDamjan Marion3-139/+122
2021-04-12avf: avf flow bug fixChenmin Sun1-26/+2
2021-04-08avf: correctly set VL_API_AVF_DELETE is_mp_safeSteven Luong1-2/+3
2021-04-08avf: crash on avf interface deleteSteven Luong1-1/+3
2021-04-01avf: disable VLAN stripping on E810 using V2 VLAN APIsDamjan Marion4-14/+201
2021-03-31avf: improve capabilities handlingDamjan Marion5-39/+56
2021-03-30avf: fix coverity issuesChenmin Sun1-4/+4
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-32/+26
2021-03-26avf: flow support enhancementChenmin Sun1-49/+219
2021-03-26avf: handle flow id in data pathChenmin Sun3-27/+122
2021-03-26avf: add avf flow frameworkChenmin Sun7-34/+2430
2021-03-25avf: introduce program flow eventChenmin Sun3-37/+86
2021-03-19interface: add capabilities flagsMohsin Kazmi1-5/+4
2021-03-05avf: don't memcpy if adminq output buffer size is 0Damjan Marion1-1/+1
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-8/+6
2021-01-21avf: use write combining store for queues tail updateRadu Nicolau3-2/+13
2021-01-21interface: rx queue infra rework, part oneDamjan Marion3-18/+32
2021-01-19avf: fix l2_len for csum offloadMohammed Hawari1-4/+3
2020-12-19avf: fix gcc compiling warning on ArmJieqiang Wang1-4/+4
2020-12-18avf: optimized with NEON SIMD instructionLijian.Zhang1-1/+27
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-4/+4
2020-12-04avf: fix coverity issueMohammed Hawari1-1/+2
2020-12-01avf: add TSO supportMohammed Hawari3-21/+120
2020-11-15avf: add L4 checksum offload supportMohammed Hawari3-6/+136
2020-11-13avf: actually delete ethernet address if deletion was requestedAndrew Yourtchenko1-1/+1
2020-11-12avf: don't switch process if already running process nodeDamjan Marion1-18/+25
2020-11-09vlib: fix trace number accountingBenoît Ganne1-12/+16
2020-10-26avf: use atomic store instead of barrierDamjan Marion2-4/+3
2020-10-26vlib: add VLIB_REGISTER_LOG_CLASS macroDamjan Marion2-10/+12
2020-10-09avf: add add_del_mac_address handlerDamjan Marion2-33/+89