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:
>
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
In sch_handle_eg
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 sch_handle_egress and sch_handl
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 same pointer instead.
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.
>>
>> Signed-off-by: Jiri Pirko
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 +++--
1 file changed, 15 insertions(+
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 deletions(-)
diff --git a/net/core/dev.c