Re: [patch net-next 06/34] net: core: use dev->ingress_queue instead of tp->q

2017-10-17 Thread Jiri Pirko
Mon, Oct 16, 2017 at 10:20:04PM CEST, dan...@iogearbox.net wrote: >On 10/15/2017 08:45 AM, Jiri Pirko wrote: >> Sun, Oct 15, 2017 at 01:18:54AM CEST, dan...@iogearbox.net wrote: >> > On 10/13/2017 08:30 AM, Jiri Pirko wrote: >> > > Thu, Oct 12, 2017 at 11:45:43PM CEST, dan...@iogearbox.net wrote:

Re: [patch net-next 06/34] net: core: use dev->ingress_queue instead of tp->q

2017-10-16 Thread Daniel Borkmann
On 10/15/2017 08:45 AM, Jiri Pirko wrote: Sun, Oct 15, 2017 at 01:18:54AM CEST, dan...@iogearbox.net wrote: On 10/13/2017 08:30 AM, Jiri Pirko wrote: Thu, Oct 12, 2017 at 11:45:43PM CEST, dan...@iogearbox.net wrote: On 10/12/2017 07:17 PM, Jiri Pirko wrote: From: Jiri Pirko

Re: [patch net-next 06/34] net: core: use dev->ingress_queue instead of tp->q

2017-10-15 Thread Jiri Pirko
Sun, Oct 15, 2017 at 01:18:54AM CEST, dan...@iogearbox.net wrote: >On 10/13/2017 08:30 AM, Jiri Pirko wrote: >> Thu, Oct 12, 2017 at 11:45:43PM CEST, dan...@iogearbox.net wrote: >> > On 10/12/2017 07:17 PM, Jiri Pirko wrote: >> > > From: Jiri Pirko >> > > >> > > In

Re: [patch net-next 06/34] net: core: use dev->ingress_queue instead of tp->q

2017-10-14 Thread Daniel Borkmann
On 10/13/2017 08:30 AM, Jiri Pirko wrote: Thu, Oct 12, 2017 at 11:45:43PM CEST, dan...@iogearbox.net wrote: On 10/12/2017 07:17 PM, Jiri Pirko wrote: From: Jiri Pirko In sch_handle_egress and sch_handle_ingress, don't use tp->q and use dev->ingress_queue which stores the

Re: [patch net-next 06/34] net: core: use dev->ingress_queue instead of tp->q

2017-10-13 Thread Jiri Pirko
Thu, Oct 12, 2017 at 11:45:43PM CEST, dan...@iogearbox.net wrote: >On 10/12/2017 07:17 PM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> In sch_handle_egress and sch_handle_ingress, don't use tp->q and use >> dev->ingress_queue which stores the same pointer instead. >> >>

Re: [patch net-next 06/34] net: core: use dev->ingress_queue instead of tp->q

2017-10-12 Thread Daniel Borkmann
On 10/12/2017 07:17 PM, Jiri Pirko wrote: From: Jiri Pirko In sch_handle_egress and sch_handle_ingress, don't use tp->q and use dev->ingress_queue which stores the same pointer instead. Signed-off-by: Jiri Pirko --- net/core/dev.c | 21

[patch net-next 06/34] net: core: use dev->ingress_queue instead of tp->q

2017-10-12 Thread Jiri Pirko
From: Jiri Pirko In sch_handle_egress and sch_handle_ingress, don't use tp->q and use dev->ingress_queue which stores the same pointer instead. Signed-off-by: Jiri Pirko --- net/core/dev.c | 21 +++-- 1 file changed, 15 insertions(+), 6