From 92a1c02cef71eae3d15035b7b9073345fd371179 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 25 Nov 2021 22:33:14 -0600 Subject: [PATCH] Incorporate VPP GSO fix https://github.com/edwarnicke/govpp/pull/44 af-packet may incorrectly mark a packet as being a GSO packet due to a slight miscomputation around the MTU. This should fix that. https://gerrit.fd.io/r/c/vpp/+/34585 Fixes networkservicemesh/sdk#1148 Signed-off-by: Ed Warnicke --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa25ac6..e7c0f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG VPP_VERSION=v22.02-rc0-100-gac6dd7c7f +ARG VPP_VERSION=v22.02-rc0-101-g005fc7448 FROM ghcr.io/edwarnicke/govpp/vpp:${VPP_VERSION} as go COPY --from=golang:1.16.3-buster /usr/local/go/ /go ENV PATH ${PATH}:/go/bin