bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects
@ 2021-01-28  9:13 Tiezhu Yang
  2021-01-28 17:41 ` Song Liu
  2021-02-04 21:40 ` Daniel Borkmann
  0 siblings, 2 replies; 4+ messages in thread
From: Tiezhu Yang @ 2021-01-28  9:13 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, Song Liu, Yonghong Song, John Fastabend,
	KP Singh
  Cc: netdev, bpf, linux-kernel, Xuefeng Li

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects
  2021-01-28  9:13 [PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects Tiezhu Yang
@ 2021-01-28 17:41 ` Song Liu
  2021-02-04 21:40 ` Daniel Borkmann
  1 sibling, 0 replies; 4+ messages in thread
From: Song Liu @ 2021-01-28 17:41 UTC (permalink / raw)
  To: Tiezhu Yang
  Cc: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, Song Liu, Yonghong Song, John Fastabend,
	KP Singh, Networking, bpf, open list, Xuefeng Li

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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects
  2021-01-28  9:13 [PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects Tiezhu Yang
  2021-01-28 17:41 ` Song Liu
@ 2021-02-04 21:40 ` Daniel Borkmann
  2021-04-14  9:07   ` Tiezhu Yang
  1 sibling, 1 reply; 4+ messages in thread
From: Daniel Borkmann @ 2021-02-04 21:40 UTC (permalink / raw)
  To: Tiezhu Yang; +Cc: Alexei Starovoitov, Andrii Nakryiko, bpf

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects
  2021-02-04 21:40 ` Daniel Borkmann
@ 2021-04-14  9:07   ` Tiezhu Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Tiezhu Yang @ 2021-04-14  9:07 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: Alexei Starovoitov, Andrii Nakryiko, bpf

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-14  9:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28  9:13 [PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects Tiezhu Yang
2021-01-28 17:41 ` Song Liu
2021-02-04 21:40 ` Daniel Borkmann
2021-04-14  9:07   ` Tiezhu Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).