On 22/10/2019 19.28, Eric Dumazet wrote
On 10/22/19 9:42 AM, Stephen Hemminger wrote:
Why not fix fq_codel to return the same errors as other qdisc?
I believe the same problem would happen with any qdisc not doing tail drops.
Do we really want to enforce all qdisc to have a common drop st
On 10/22/19 9:42 AM, Stephen Hemminger wrote:
> Why not fix fq_codel to return the same errors as other qdisc?
>
I believe the same problem would happen with any qdisc not doing tail drops.
Do we really want to enforce all qdisc to have a common drop strategy ?
For example, FQ could impleme
On 10/22/19 6:42 PM, Stephen Hemminger wrote:
> On Tue, 22 Oct 2019 16:53:44 +0200
> Marc Kleine-Budde wrote:
>
>> On 10/22/19 3:23 PM, Vincent Prince wrote:
>>> Signed-off-by: Vincent Prince
>>
>> please include a patch description. I.e. this one:
>>
>> >8>8>8>
On Tue, 22 Oct 2019 16:53:44 +0200
Marc Kleine-Budde wrote:
> On 10/22/19 3:23 PM, Vincent Prince wrote:
> > Signed-off-by: Vincent Prince
>
> please include a patch description. I.e. this one:
>
> >8>8>8>8>8>8>8
>
> There is
On 10/22/19 4:53 PM, Marc Kleine-Budde wrote:
> On 10/22/19 3:23 PM, Vincent Prince wrote:
>> Signed-off-by: Vincent Prince
>
> please include a patch description. I.e. this one:
>
> >8>8>8>8>8>8>8
> There is networking hardware tha
On 10/22/19 3:23 PM, Vincent Prince wrote:
> Signed-off-by: Vincent Prince
please include a patch description. I.e. this one:
>8>8>8>8>8>8>8
There is networking hardware that isn't based on Ethernet for layers 1 and 2.
For example
Signed-off-by: Vincent Prince
---
Changes in v2:
- reformat patch
net/sched/sch_generic.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
index 77b289d..dfb2982 100644
--- a/net/sched/sch_generic.c
+++ b/net/sched/sch_generic.c
@@ -1008,6