aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/vhost_user
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/vhost_user')
-rw-r--r--binapi/vhost_user/vhost_user.ba.go2
-rw-r--r--binapi/vhost_user/vhost_user_rpc.ba.go4
2 files changed, 5 insertions, 1 deletions
diff --git a/binapi/vhost_user/vhost_user.ba.go b/binapi/vhost_user/vhost_user.ba.go
index 79e4525..fdd3bd3 100644
--- a/binapi/vhost_user/vhost_user.ba.go
+++ b/binapi/vhost_user/vhost_user.ba.go
@@ -1,6 +1,6 @@
// Code generated by GoVPP's binapi-generator. DO NOT EDIT.
// versions:
-// binapi-generator: v0.3.5-56-gc0da1f2-dirty
+// binapi-generator: v0.4.0-dev
// VPP: 21.06-release
// source: /usr/share/vpp/api/core/vhost_user.api.json
diff --git a/binapi/vhost_user/vhost_user_rpc.ba.go b/binapi/vhost_user/vhost_user_rpc.ba.go
index 5c7531f..c985c1b 100644
--- a/binapi/vhost_user/vhost_user_rpc.ba.go
+++ b/binapi/vhost_user/vhost_user_rpc.ba.go
@@ -107,6 +107,10 @@ func (c *serviceClient_SwInterfaceVhostUserDumpClient) Recv() (*SwInterfaceVhost
case *SwInterfaceVhostUserDetails:
return m, nil
case *vpe.ControlPingReply:
+ err = c.Stream.Close()
+ if err != nil {
+ return nil, err
+ }
return nil, io.EOF
default:
return nil, fmt.Errorf("unexpected message: %T %v", m, m)