Message ID | 1611825204-14887-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive) |
---|---|
State | Awaiting Upstream |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for bpf-next |
netdev/subject_prefix | success | Link |
netdev/cc_maintainers | success | CCed 10 of 10 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 8 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
netdev/stable | success | Stable not CCed |
On Thu, Jan 28, 2021 at 1:20 AM Tiezhu Yang <yangtiezhu@loongson.cn> wrote: > > When I open https://bpf.io/, it seems too slow. > > $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' > 2.373 > > $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{url_effective}\n' > https://ebpf.io/ > > $ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' > 0.000 > > So update https://bpf.io/ to https://ebpf.io/ to avoid redirects. > > Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Acked-by: Song Liu <songliubraving@fb.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1df56a3..09314ce 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3260,7 +3260,7 @@ R: KP Singh <kpsingh@kernel.org> > L: netdev@vger.kernel.org > L: bpf@vger.kernel.org > S: Supported > -W: https://bpf.io/ > +W: https://ebpf.io/ > Q: https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173 > T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git > T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git > -- > 2.1.0 >
On 1/28/21 10:13 AM, Tiezhu Yang wrote: > When I open https://bpf.io/, it seems too slow. > > $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' > 2.373 Thanks for the report! I fixed some settings, should hopefully be better now within next 24hrs; I do see minimal latency from my location, hopefully that'll do also on your side.. (before) $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 0.548841 (after) $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 0.105061
On 02/05/2021 05:40 AM, Daniel Borkmann wrote: > On 1/28/21 10:13 AM, Tiezhu Yang wrote: >> When I open https://bpf.io/, it seems too slow. >> >> $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' >> 2.373 > > Thanks for the report! I fixed some settings, should hopefully be > better now within > next 24hrs; I do see minimal latency from my location, hopefully > that'll do also on > your side.. > > (before) $ curl -s -S -L https://bpf.io/ -o /dev/null -w > '%{time_redirect}\n' > 0.548841 > > (after) $ curl -s -S -L https://bpf.io/ -o /dev/null -w > '%{time_redirect}\n' > 0.105061 (1) bpf.io is very unstable: [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 22.309 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 2.092 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 22.578 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 2.086 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.836 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 32.363 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 2.087 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 0.000 curl: (6) Could not resolve host: bpf.io [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 7.292 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 0.000 curl: (6) Could not resolve host: bpf.io [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 17.381 [yangtiezhu@linux ~]$ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{url_effective}\n' https://ebpf.io/zh-cn/ (2) ebpf.io is relatively stable: [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.011 [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.009 [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.016 [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.018 [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.013 [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.029 [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.034 [yangtiezhu@linux ~]$ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 1.015
diff --git a/MAINTAINERS b/MAINTAINERS index 1df56a3..09314ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3260,7 +3260,7 @@ R: KP Singh <kpsingh@kernel.org> L: netdev@vger.kernel.org L: bpf@vger.kernel.org S: Supported -W: https://bpf.io/ +W: https://ebpf.io/ Q: https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
When I open https://bpf.io/, it seems too slow. $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{time_redirect}\n' 2.373 $ curl -s -S -L https://bpf.io/ -o /dev/null -w '%{url_effective}\n' https://ebpf.io/ $ curl -s -S -L https://ebpf.io/ -o /dev/null -w '%{time_redirect}\n' 0.000 So update https://bpf.io/ to https://ebpf.io/ to avoid redirects. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)