* [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
@ 2014-08-29 14:23 Markos Chandras
2014-08-29 15:33 ` Daniel Borkmann
2014-09-10 13:51 ` Markos Chandras
0 siblings, 2 replies; 9+ messages in thread
From: Markos Chandras @ 2014-08-29 14:23 UTC (permalink / raw)
To: linux-kernel
Cc: Markos Chandras, Randy Dunlap, David S. Miller, Daniel Borkmann,
Alexei Starovoitov, linux-doc
MIPS supports BPF JIT since v3.16-rc1
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Daniel Borkmann <dborkman@redhat.com>
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
Based on v3.17-rc2
---
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 c48a9704bda8..d16f424c5e8d 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -462,9 +462,9 @@ JIT compiler
------------
The Linux kernel has a built-in BPF JIT compiler for x86_64, SPARC, PowerPC,
-ARM and s390 and can be enabled through CONFIG_BPF_JIT. The JIT compiler is
-transparently invoked for each attached filter from user space or for internal
-kernel users if it has been previously enabled by root:
+ARM, MIPS and s390 and can be enabled through CONFIG_BPF_JIT. The JIT compiler
+is transparently invoked for each attached filter from user space or for
+internal kernel users if it has been previously enabled by root:
echo 1 > /proc/sys/net/core/bpf_jit_enable
--
2.0.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-08-29 14:23 [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT Markos Chandras
@ 2014-08-29 15:33 ` Daniel Borkmann
2014-09-10 13:23 ` Markos Chandras
2014-09-10 13:51 ` Markos Chandras
1 sibling, 1 reply; 9+ messages in thread
From: Daniel Borkmann @ 2014-08-29 15:33 UTC (permalink / raw)
To: Markos Chandras
Cc: linux-kernel, Randy Dunlap, David S. Miller, Alexei Starovoitov,
linux-doc
On 08/29/2014 04:23 PM, Markos Chandras wrote:
> MIPS supports BPF JIT since v3.16-rc1
>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Daniel Borkmann <dborkman@redhat.com>
> Cc: Alexei Starovoitov <ast@plumgrid.com>
> Cc: linux-doc@vger.kernel.org
> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-08-29 15:33 ` Daniel Borkmann
@ 2014-09-10 13:23 ` Markos Chandras
2014-09-10 13:31 ` Daniel Borkmann
2014-09-10 18:36 ` David Miller
0 siblings, 2 replies; 9+ messages in thread
From: Markos Chandras @ 2014-09-10 13:23 UTC (permalink / raw)
To: Daniel Borkmann
Cc: linux-kernel, Randy Dunlap, David S. Miller, Alexei Starovoitov,
linux-doc
On 08/29/2014 04:33 PM, Daniel Borkmann wrote:
> On 08/29/2014 04:23 PM, Markos Chandras wrote:
>> MIPS supports BPF JIT since v3.16-rc1
>>
>> Cc: Randy Dunlap <rdunlap@infradead.org>
>> Cc: "David S. Miller" <davem@davemloft.net>
>> Cc: Daniel Borkmann <dborkman@redhat.com>
>> Cc: Alexei Starovoitov <ast@plumgrid.com>
>> Cc: linux-doc@vger.kernel.org
>> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
>
> Acked-by: Daniel Borkmann <dborkman@redhat.com>
Hi,
I think this hasn't been merged yet (I can't see it in mainline or
linux-next). Do I need to ping someone or does it have to go via the
MIPS tree?
--
markos
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-09-10 13:23 ` Markos Chandras
@ 2014-09-10 13:31 ` Daniel Borkmann
2014-09-10 13:47 ` Markos Chandras
2014-09-10 18:36 ` David Miller
1 sibling, 1 reply; 9+ messages in thread
From: Daniel Borkmann @ 2014-09-10 13:31 UTC (permalink / raw)
To: Markos Chandras
Cc: linux-kernel, Randy Dunlap, David S. Miller, Alexei Starovoitov,
linux-doc
On 09/10/2014 03:23 PM, Markos Chandras wrote:
> On 08/29/2014 04:33 PM, Daniel Borkmann wrote:
>> On 08/29/2014 04:23 PM, Markos Chandras wrote:
>>> MIPS supports BPF JIT since v3.16-rc1
>>>
>>> Cc: Randy Dunlap <rdunlap@infradead.org>
>>> Cc: "David S. Miller" <davem@davemloft.net>
>>> Cc: Daniel Borkmann <dborkman@redhat.com>
>>> Cc: Alexei Starovoitov <ast@plumgrid.com>
>>> Cc: linux-doc@vger.kernel.org
>>> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
>>
>> Acked-by: Daniel Borkmann <dborkman@redhat.com>
...
> I think this hasn't been merged yet (I can't see it in mainline or
> linux-next). Do I need to ping someone or does it have to go via the
> MIPS tree?
You need to send this patch to netdev@vger.kernel.org so Dave
can pick it up from there.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-09-10 13:31 ` Daniel Borkmann
@ 2014-09-10 13:47 ` Markos Chandras
0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras @ 2014-09-10 13:47 UTC (permalink / raw)
To: Daniel Borkmann
Cc: linux-kernel, Randy Dunlap, David S. Miller, Alexei Starovoitov,
linux-doc
On 09/10/2014 02:31 PM, Daniel Borkmann wrote:
> On 09/10/2014 03:23 PM, Markos Chandras wrote:
>> On 08/29/2014 04:33 PM, Daniel Borkmann wrote:
>>> On 08/29/2014 04:23 PM, Markos Chandras wrote:
>>>> MIPS supports BPF JIT since v3.16-rc1
>>>>
>>>> Cc: Randy Dunlap <rdunlap@infradead.org>
>>>> Cc: "David S. Miller" <davem@davemloft.net>
>>>> Cc: Daniel Borkmann <dborkman@redhat.com>
>>>> Cc: Alexei Starovoitov <ast@plumgrid.com>
>>>> Cc: linux-doc@vger.kernel.org
>>>> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
>>>
>>> Acked-by: Daniel Borkmann <dborkman@redhat.com>
> ...
>> I think this hasn't been merged yet (I can't see it in mainline or
>> linux-next). Do I need to ping someone or does it have to go via the
>> MIPS tree?
>
> You need to send this patch to netdev@vger.kernel.org so Dave
> can pick it up from there.
Ok thanks. I will add your Acked-by and resend it to that list.
--
markos
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-08-29 14:23 [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT Markos Chandras
2014-08-29 15:33 ` Daniel Borkmann
@ 2014-09-10 13:51 ` Markos Chandras
2014-09-10 17:23 ` Alexei Starovoitov
2014-09-10 22:24 ` David Miller
1 sibling, 2 replies; 9+ messages in thread
From: Markos Chandras @ 2014-09-10 13:51 UTC (permalink / raw)
To: netdev
Cc: Markos Chandras, Randy Dunlap, David S. Miller, Daniel Borkmann,
Alexei Starovoitov, linux-doc, linux-kernel
MIPS supports BPF JIT since v3.16-rc1
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Daniel Borkmann <dborkman@redhat.com>
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
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 c48a9704bda8..d16f424c5e8d 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -462,9 +462,9 @@ JIT compiler
------------
The Linux kernel has a built-in BPF JIT compiler for x86_64, SPARC, PowerPC,
-ARM and s390 and can be enabled through CONFIG_BPF_JIT. The JIT compiler is
-transparently invoked for each attached filter from user space or for internal
-kernel users if it has been previously enabled by root:
+ARM, MIPS and s390 and can be enabled through CONFIG_BPF_JIT. The JIT compiler
+is transparently invoked for each attached filter from user space or for
+internal kernel users if it has been previously enabled by root:
echo 1 > /proc/sys/net/core/bpf_jit_enable
--
2.1.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-09-10 13:51 ` Markos Chandras
@ 2014-09-10 17:23 ` Alexei Starovoitov
2014-09-10 22:24 ` David Miller
1 sibling, 0 replies; 9+ messages in thread
From: Alexei Starovoitov @ 2014-09-10 17:23 UTC (permalink / raw)
To: Markos Chandras
Cc: Network Development, Randy Dunlap, David S. Miller,
Daniel Borkmann, linux-doc, LKML
On Wed, Sep 10, 2014 at 6:51 AM, Markos Chandras
<markos.chandras@imgtec.com> wrote:
> MIPS supports BPF JIT since v3.16-rc1
>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Daniel Borkmann <dborkman@redhat.com>
> Cc: Alexei Starovoitov <ast@plumgrid.com>
> Cc: linux-doc@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Acked-by: Daniel Borkmann <dborkman@redhat.com>
> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-09-10 13:23 ` Markos Chandras
2014-09-10 13:31 ` Daniel Borkmann
@ 2014-09-10 18:36 ` David Miller
1 sibling, 0 replies; 9+ messages in thread
From: David Miller @ 2014-09-10 18:36 UTC (permalink / raw)
To: Markos.Chandras; +Cc: dborkman, linux-kernel, rdunlap, ast, linux-doc
From: Markos Chandras <Markos.Chandras@imgtec.com>
Date: Wed, 10 Sep 2014 14:23:28 +0100
> On 08/29/2014 04:33 PM, Daniel Borkmann wrote:
>> On 08/29/2014 04:23 PM, Markos Chandras wrote:
>>> MIPS supports BPF JIT since v3.16-rc1
>>>
>>> Cc: Randy Dunlap <rdunlap@infradead.org>
>>> Cc: "David S. Miller" <davem@davemloft.net>
>>> Cc: Daniel Borkmann <dborkman@redhat.com>
>>> Cc: Alexei Starovoitov <ast@plumgrid.com>
>>> Cc: linux-doc@vger.kernel.org
>>> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
>>
>> Acked-by: Daniel Borkmann <dborkman@redhat.com>
> Hi,
>
> I think this hasn't been merged yet (I can't see it in mainline or
> linux-next). Do I need to ping someone or does it have to go via the
> MIPS tree?
Well, patches not even CC:'d to netdev won't be going into the networking
tree if that is what you expected.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
2014-09-10 13:51 ` Markos Chandras
2014-09-10 17:23 ` Alexei Starovoitov
@ 2014-09-10 22:24 ` David Miller
1 sibling, 0 replies; 9+ messages in thread
From: David Miller @ 2014-09-10 22:24 UTC (permalink / raw)
To: markos.chandras; +Cc: netdev, rdunlap, dborkman, ast, linux-doc, linux-kernel
From: Markos Chandras <markos.chandras@imgtec.com>
Date: Wed, 10 Sep 2014 14:51:44 +0100
> MIPS supports BPF JIT since v3.16-rc1
>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Daniel Borkmann <dborkman@redhat.com>
> Cc: Alexei Starovoitov <ast@plumgrid.com>
> Cc: linux-doc@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Acked-by: Daniel Borkmann <dborkman@redhat.com>
> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Applied, thank you.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-09-10 22:24 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 14:23 [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT Markos Chandras
2014-08-29 15:33 ` Daniel Borkmann
2014-09-10 13:23 ` Markos Chandras
2014-09-10 13:31 ` Daniel Borkmann
2014-09-10 13:47 ` Markos Chandras
2014-09-10 18:36 ` David Miller
2014-09-10 13:51 ` Markos Chandras
2014-09-10 17:23 ` Alexei Starovoitov
2014-09-10 22:24 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox