Message ID | 20201210115435.3995-1-weqaar.a.janjua@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7535a3526dfe78db02a08ca2fa6bf69f393105dd |
Headers | show |
Series | [bpf-next] selftests/bpf: xsk selftests - adding xdpxceiver to .gitignore | expand |
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 10 Dec 2020 11:54:35 +0000 you wrote: > This patch adds *xdpxceiver* to selftests/bpf/.gitignore > > Reported-by: Yonghong Song <yhs@fb.com> > Suggested-by: Yonghong Song <yhs@fb.com> > Signed-off-by: Weqaar Janjua <weqaar.a.janjua@intel.com> > --- > tools/testing/selftests/bpf/.gitignore | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [bpf-next] selftests/bpf: xsk selftests - adding xdpxceiver to .gitignore https://git.kernel.org/bpf/bpf-next/c/7535a3526dfe You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 752d8edddc66..f5b7ef93618c 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -36,3 +36,4 @@ test_cpp /runqslower /bench *.ko +xdpxceiver
This patch adds *xdpxceiver* to selftests/bpf/.gitignore Reported-by: Yonghong Song <yhs@fb.com> Suggested-by: Yonghong Song <yhs@fb.com> Signed-off-by: Weqaar Janjua <weqaar.a.janjua@intel.com> --- tools/testing/selftests/bpf/.gitignore | 1 + 1 file changed, 1 insertion(+)