Re: [PATCH net-next] bpf: fix the printing of ifindex

2017-08-03 Thread David Miller
From: William Tu Date: Wed, 2 Aug 2017 08:43:52 -0700 > Save the ifindex before it gets zeroed so the invalid > ifindex can be printed out. > > Signed-off-by: William Tu Applied, thanks.

Re: [PATCH net-next] bpf: fix the printing of ifindex

2017-08-02 Thread John Fastabend
On 08/02/2017 08:43 AM, William Tu wrote: > Save the ifindex before it gets zeroed so the invalid > ifindex can be printed out. > > Signed-off-by: William Tu > --- Thanks! Acked-by: John Fastabend

Re: [PATCH net-next] bpf: fix the printing of ifindex

2017-08-02 Thread Daniel Borkmann
On 08/02/2017 05:43 PM, William Tu wrote: Save the ifindex before it gets zeroed so the invalid ifindex can be printed out. Signed-off-by: William Tu Acked-by: Daniel Borkmann net/core/filter.c | 10 ++ 1 file changed, 6 insertions(+),

[PATCH net-next] bpf: fix the printing of ifindex

2017-08-02 Thread William Tu
Save the ifindex before it gets zeroed so the invalid ifindex can be printed out. Signed-off-by: William Tu --- net/core/filter.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net/core/filter.c b/net/core/filter.c index