aboutsummaryrefslogtreecommitdiffstats
path: root/adapter/vppapiclient
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Change module name to go.fd.io/govppHEADv0.6.0-alphamasterNathan Skrzypczak4-4/+4
2021-05-26statsclient: added symlinksVladimir Lavor1-5/+5
2021-05-05statsclient: allow index as patternVladimir Lavor2-5/+19
2021-03-19Fix panic during disconnectionAlexander Demidenko1-8/+11
2021-03-03Provide error counters per worker for statsclientVladimir Lavor1-1/+1
2020-06-25Introduce Stream - experimental API for low-level access to VPP APIOndrej Fabry1-0/+3
2019-11-15Improve compatibility checkingOndrej Fabry1-1/+1
2019-10-03Optimizations for statsclientOndrej Fabry2-11/+27
2019-08-08Add tag beyond18.10 to prevent build stat_clientRinat Baygildin1-1/+1
2019-08-02Migrate to modules, refactor Makefile and use Travis for CIOndrej Fabry4-4/+4
2019-07-10Fix socketclient for VPP 19.08Ondrej Fabry1-12/+12
2019-06-20Add statsclient - pure Go implementation for stats APIOndrej Fabry1-16/+5
2019-05-31Support for error vectorsOndrej Fabry2-4/+23
2019-05-06Fix compilation for VPP 19.01Ondrej Fabry4-189/+252
2019-04-23Add comments to provide info about VPP requirementsOndrej Fabry1-3/+3
2019-04-18Check if dir ls/dump returns nilOndrej Fabry1-0/+15
2019-04-16Fix crash in stats for removed interfaces/nodesOndrej Fabry1-3/+4
2019-04-11Add support for names vector and fill name in interface/node statsOndrej Fabry1-2/+26
2019-04-05Merge "Exposed input_queue_size argument to user"Ondrej Fabry2-7/+19
2019-04-05Exposed input_queue_size argument to userOndrej Fabry2-7/+19
2019-04-05Fix WaitReady for VPP client adaptersOndrej Fabry1-10/+21
2019-03-21Fixup build with golang 1.12Nicolas PLANEL2-6/+6
2018-10-23Unexport adapter implementations to make it clear that API interfaces should ...Ondrej Fabry4-43/+54
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry5-76/+426
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry1-5/+4
2018-08-16Refactor GoVPPOndrej Fabry2-36/+39
2018-06-26Pair requests with replies using sequence numbersMilan Lenco1-2/+2
2018-06-12Fix empty adapterOndrej Fabry1-3/+3
2018-05-02support for shm prefixesVladimir Lavor1-12/+27
2018-04-05Lookup message name by ID when receiving unexpected messageOndrej Fabry1-1/+1
2018-04-04Ignore invalid message ID if last request timed outOndrej Fabry1-2/+1
2017-11-30Removes unnecessary returned func from WaitReadyOndrej Fabry1-22/+20
2017-11-28Add WaitReady to VppAdapterOndrej Fabry2-0/+53
2017-05-04changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.gitRastislav Szabo2-2/+2
2017-05-04fixed import pathsRastislav Szabo2-2/+2
2017-05-04initial commitRastislav Szabo2-0/+201