Introduce Stream - experimental API for low-level access to VPP API 73/27673/1
authorOndrej Fabry <ofabry@cisco.com>
Thu, 25 Jun 2020 09:55:58 +0000 (11:55 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Thu, 25 Jun 2020 09:55:58 +0000 (11:55 +0200)
commitdf67791c6ffc96331f75aec7d3addfe2efca7739
tree8da8dbda17146df62064737a86f5b46aec049a4d
parentceed73403bdb61387d04be8b47183e9c4a970749
Introduce Stream - experimental API for low-level access to VPP API

Change-Id: I2698e11b76ff55d9730b47d4fee990be93349516
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
14 files changed:
adapter/vppapiclient/doc.go
api/api.go [new file with mode: 0644]
api/binapi.go
api/errors.go [moved from api/vppapi_errors.go with 97% similarity]
api/errors_test.go [moved from api/vppapi_errors_test.go with 100% similarity]
core/channel.go
core/control_ping.go
core/request_handler.go
core/stream.go [new file with mode: 0644]
examples/binapi/gen.go
examples/binapi/mactime/mactime.ba.go [new file with mode: 0644]
examples/binapi/mactime/mactime_rpc.ba.go [new file with mode: 0644]
examples/perf-bench/perf-bench.go
examples/simple-client/simple_client.go