Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sdk-vpp with latest memif changes #777

Merged
merged 2 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20221213182556-bb4ba1aaa7e3
github.com/networkservicemesh/sdk-k8s v0.0.0-20221213183328-28b80aa60266
github.com/networkservicemesh/sdk-sriov v0.0.0-20221208100332-6a642975d660
github.com/networkservicemesh/sdk-vpp v0.0.0-20221208100446-ef0d5f51a8c6
github.com/networkservicemesh/sdk-vpp v0.0.0-20221214140119-4bc02611dad9
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down Expand Up @@ -51,7 +51,7 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20221208094618-209d8778ca27 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20221213183051-6d4db065528a // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ github.com/networkservicemesh/sdk v0.5.1-0.20221213182556-bb4ba1aaa7e3 h1:+braLF
github.com/networkservicemesh/sdk v0.5.1-0.20221213182556-bb4ba1aaa7e3/go.mod h1:zEYFbCVXGlTT5f0x6sx8XtL2GazkYBpCoEpooxkz2vE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20221213183328-28b80aa60266 h1:+zzMnbYDCYo7tS3NC0o+uUK9koRjwuIjy9zhAgXF7bY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20221213183328-28b80aa60266/go.mod h1:qoHOQ7zUTfS3f5RIRZlkXYGz7QsGBPa2gldjFo2c2AU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221208094618-209d8778ca27 h1:cSVR/AyUSCdN4Nr73/V/Sxl/LIaKZ3S7uKCLgtMfMq8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221208094618-209d8778ca27/go.mod h1:quXsY2SSH4qHekxyDN8IsY+1OHZRXDxlnJgYfrm8ncw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221213183051-6d4db065528a h1:Tx65TTF9tj35kiub2soIIIwY6XEDocSjd5W0tnN4v4k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221213183051-6d4db065528a/go.mod h1:Db85PNgbxMcE3c4AoTCHMM+6v3tHlITEgDWn+l/Wd4U=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221208100332-6a642975d660 h1:P6yt1UiR+XgHkW4OUoLXNLmXcei6g3QXZ6umtsOXyks=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221208100332-6a642975d660/go.mod h1:36ZJd3NkTNozl4bXh1ouOtnYfpzv52CDo27Hc/VobCI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221208100446-ef0d5f51a8c6 h1:n8Ryys5vdR5ERiM88XhgwDsDmZbbEfrcewrV9bpCWZA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221208100446-ef0d5f51a8c6/go.mod h1:ukC3TmpBTVQ7zcdVz4ALTyAF0Kih9JJS9ytxBKAwHX8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221214140119-4bc02611dad9 h1:huIboEtMHHEFGaQLCw8HxBuh9URNzgTdK/cXM0ezbz8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221214140119-4bc02611dad9/go.mod h1:DD2q7++AjRW6X574gwXjNXUyH0DFa3615H1D5V0kUYs=
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.1.0 h1:e3YP4dN/HYPpGh29X1ZkcxcEICsOls9huyVCRBaxjq8=
github.com/onsi/gomega v1.1.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion internal/tests/suite_memif_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func newMemifVerifiableClient(ctx context.Context, sutCC grpc.ClientConnInterfac
metadata.NewClient(),
up.NewClient(ctx, vppConn),
connectioncontext.NewClient(vppConn),
memif.NewClient(vppConn),
memif.NewClient(ctx, vppConn),
sendfd.NewClient(),
recvfd.NewClient(),
),
Expand Down