summaryrefslogtreecommitdiffstats
path: root/zebra/dplane_fpm_nl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: fix all backetsIgor Ryzhov2021-02-021-8/+8
* zebra: Tell SA that we are intentionally ignoring the returnDonald Sharp2021-01-181-1/+7
* zebra: fpm_nl_process() reschedule dp threadDuncan Eastoe2020-12-221-0/+4
* Merge pull request #7472 from opensourcerouting/fpm-fixesMark Stapp2020-12-221-27/+18
|\
| * fpm: reset/walk data structures on connectionRafael Zalamena2020-12-031-2/+12
| * fpm: simplify reset logicRafael Zalamena2020-12-031-20/+4
| * zebra,fpm: fix configuration displayRafael Zalamena2020-12-031-5/+2
* | zebra: reduce atomic ops in fpm_process_queue()Duncan Eastoe2020-12-181-2/+6
* | zebra: local var in fpm_process_queue() sched condDuncan Eastoe2020-12-181-5/+6
* | zebra: reduce atomic ops in fpm_nl_process()Duncan Eastoe2020-12-181-7/+9
* | zebra: reduce dplane_fpm_nl ctxqueue_mutex contentionDuncan Eastoe2020-12-181-7/+12
* | zebra: routes stuck with 'q' when using dplane FPMDuncan Eastoe2020-12-111-0/+9
* | dplane_fpm_nl: queue peak counter never incrementsDuncan Eastoe2020-12-111-1/+1
|/
* Merge pull request #6950 from opensourcerouting/bfd-distributed-v3Donald Sharp2020-12-031-25/+0
|\
| * lib: add new stream function to reorganize bufferRafael Zalamena2020-11-241-25/+0
* | zebra: dplane FPM LSP table walkDuncan Eastoe2020-11-301-8/+109
* | zebra: dplane FPM handle LSP install/update/deleteDuncan Eastoe2020-11-271-0/+10
|/
* zebra: extract evpn mac functions from zebra_vxlan.cPat Ruddy2020-08-121-0/+2
* zebra: debug flags for MAC-IP syncAnuradha Karuppiah2020-08-051-1/+2
* zebra,fpm: serialize zebra table walksRafael Zalamena2020-07-281-30/+23
* zebra,fpm: fix race on completion detectionRafael Zalamena2020-07-281-4/+50
* zebra,fpm: fix input handlingRafael Zalamena2020-07-281-6/+14
* zebra,fpm: fix dead lock on close during startupRafael Zalamena2020-07-201-13/+28
* zebra: check for buffer boundaryJakub UrbaƄczyk2020-06-131-14/+18
* fpm: add toggle to enable/disable next hop groupsRafael Zalamena2020-05-051-9/+86
* fpm: send all next hop groups on startupRafael Zalamena2020-05-051-2/+88
* fpm: add next hop group supportRafael Zalamena2020-05-051-1/+20
* fpm: don't check for NULL on async eventsRafael Zalamena2020-05-051-8/+4
* *: fix first headerDavid Lamparter2020-04-271-1/+4
* Merge pull request #6253 from opensourcerouting/fpm-extraQuentin Young2020-04-211-4/+38
|\
| * zebra: gracefully shutdown fpm moduleRafael Zalamena2020-04-181-4/+38
* | zebra: fix FPM node reusing VTY_NODEDavid Lamparter2020-04-161-1/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-161-2/+3
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
|/
* zebra: fix hash_backet typo in data plane FPMRafael Zalamena2020-04-141-4/+4
* zebra: hide verbose data plane FPM log messagesRafael Zalamena2020-04-141-28/+41
* zebra: fix some formatting/style issuesRafael Zalamena2020-04-141-8/+10
* zebra: data plane FPM add support RMAC VNIRafael Zalamena2020-04-141-4/+4
* zebra: fix style on data plane FPM moduleRafael Zalamena2020-04-141-14/+14
* build: fix data plane FPM netlink moduleRafael Zalamena2020-04-141-26/+55
* zebra: use atomic operations in FPMRafael Zalamena2020-04-141-36/+45
* zebra: queue data plane context for FPMRafael Zalamena2020-04-141-3/+74
* zebra: improve FPM output buffer handlingRafael Zalamena2020-04-141-2/+47
* zebra: simplify FPM buffer full detectionRafael Zalamena2020-04-141-35/+29
* zebra: implement FPM countersRafael Zalamena2020-04-141-4/+125
* zebra: CLI commands for new FPM interfaceRafael Zalamena2020-04-141-20/+188
* zebra: data plane FPM RMAC walk codeRafael Zalamena2020-04-141-2/+119
* zebra: data plane FPM RIB walk codeRafael Zalamena2020-04-141-0/+113
* zebra: data plane plugin for FPM netlinkRafael Zalamena2020-04-141-0/+445