From ba8fa8704c7bb77ab1bbca289de65fe7039eca74 Mon Sep 17 00:00:00 2001 From: Eric Long Date: Sun, 11 Aug 2024 12:01:29 +0800 Subject: [PATCH] Try to fix patch --- net/mimic/patches/disable-xdp-frags.patch | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/mimic/patches/disable-xdp-frags.patch b/net/mimic/patches/disable-xdp-frags.patch index 52be8be..fc22c00 100644 --- a/net/mimic/patches/disable-xdp-frags.patch +++ b/net/mimic/patches/disable-xdp-frags.patch @@ -1,9 +1,6 @@ -diff --git a/bpf/ingress.c b/bpf/ingress.c -index 2436ce4..e7a8f04 100644 --- a/bpf/ingress.c +++ b/bpf/ingress.c -@@ -83,7 +83,7 @@ static inline int read_tcp_options(struct xdp_md* xdp, struct tcphdr* tcp, __u32 - return XDP_PASS; +@@ -84,6 +84,6 @@ } -SEC("xdp.frags")