Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1264740 > unrolled thread

[PATCH] bpf: doc: correct arch list for supported eBPF JIT

Started byYang Shi <yang.shi@linaro.org>
First post2015-11-07 07:00 +0100
Last post2015-11-08 19:30 +0100
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] bpf: doc: correct arch list for supported eBPF JIT Yang Shi <yang.shi@linaro.org> - 2015-11-07 07:00 +0100
    Re: [PATCH] bpf: doc: correct arch list for supported eBPF JIT Daniel Borkmann <daniel@iogearbox.net> - 2015-11-08 01:50 +0100
    Re: [PATCH] bpf: doc: correct arch list for supported eBPF JIT Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2015-11-08 03:30 +0100
    Re: [PATCH] bpf: doc: correct arch list for supported eBPF JIT David Miller <davem@davemloft.net> - 2015-11-08 19:30 +0100

#1264740 — [PATCH] bpf: doc: correct arch list for supported eBPF JIT

FromYang Shi <yang.shi@linaro.org>
Date2015-11-07 07:00 +0100
Subject[PATCH] bpf: doc: correct arch list for supported eBPF JIT
Message-ID<qs4HG-6ER-13@gated-at.bofh.it>
aarch64 and s390x support eBPF JIT too, correct document to reflect this and
avoid any confusion.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
---
 Documentation/networking/filter.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index 135581f..96da119 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -596,9 +596,9 @@ skb pointer). All constraints and restrictions from bpf_check_classic() apply
 before a conversion to the new layout is being done behind the scenes!
 
 Currently, the classic BPF format is being used for JITing on most of the
-architectures. Only x86-64 performs JIT compilation from eBPF instruction set,
-however, future work will migrate other JIT compilers as well, so that they
-will profit from the very same benefits.
+architectures. x86-64, aarch64 and s390x perform JIT compilation from eBPF
+instruction set, however, future work will migrate other JIT compilers as well,
+so that they will profit from the very same benefits.
 
 Some core changes of the new internal format:
 
-- 
2.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1264954

FromDaniel Borkmann <daniel@iogearbox.net>
Date2015-11-08 01:50 +0100
Message-ID<qsmlc-15o-7@gated-at.bofh.it>
In reply to#1264740
On 11/07/2015 06:38 AM, Yang Shi wrote:
> aarch64 and s390x support eBPF JIT too, correct document to reflect this and
> avoid any confusion.
>
> Signed-off-by: Yang Shi <yang.shi@linaro.org>

Acked-by: Daniel Borkmann <daniel@iogearbox.net>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1264960

FromAlexei Starovoitov <alexei.starovoitov@gmail.com>
Date2015-11-08 03:30 +0100
Message-ID<qsnTY-2aP-5@gated-at.bofh.it>
In reply to#1264740
On Fri, Nov 06, 2015 at 09:38:58PM -0800, Yang Shi wrote:
> aarch64 and s390x support eBPF JIT too, correct document to reflect this and
> avoid any confusion.
> 
> Signed-off-by: Yang Shi <yang.shi@linaro.org>

Thanks
Acked-by: Alexei Starovoitov <ast@kernel.org>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1265162

FromDavid Miller <davem@davemloft.net>
Date2015-11-08 19:30 +0100
Message-ID<qsCT0-3Gv-1@gated-at.bofh.it>
In reply to#1264740
From: Yang Shi <yang.shi@linaro.org>
Date: Fri,  6 Nov 2015 21:38:58 -0800

> aarch64 and s390x support eBPF JIT too, correct document to reflect this and
> avoid any confusion.
> 
> Signed-off-by: Yang Shi <yang.shi@linaro.org>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web