lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 16 Jul 2018 18:46:52 +0000
From:   "Chopra, Manish" <Manish.Chopra@...ium.com>
To:     Jesus Sanchez-Palencia <jesus.sanchez-palencia@...el.com>,
        Alexander Duyck <alexander.duyck@...il.com>
CC:     Stephen Hemminger <stephen@...workplumber.org>,
        David Miller <davem@...emloft.net>,
        Jiri Pirko <jiri@...nulli.us>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: tc mqprio offload command error

> -----Original Message-----
> From: Jesus Sanchez-Palencia <jesus.sanchez-palencia@...el.com>
> Sent: Monday, July 16, 2018 11:28 PM
> To: Alexander Duyck <alexander.duyck@...il.com>; Chopra, Manish
> <Manish.Chopra@...ium.com>
> Cc: Stephen Hemminger <stephen@...workplumber.org>; David Miller
> <davem@...emloft.net>; Jiri Pirko <jiri@...nulli.us>;
> netdev@...r.kernel.org
> Subject: Re: tc mqprio offload command error
> 
> External Email
> 
> Hi,
> 
> 
> On 07/16/2018 10:20 AM, Alexander Duyck wrote:
> > On Sun, Jul 15, 2018 at 6:30 PM, Chopra, Manish
> > <Manish.Chopra@...ium.com> wrote:
> >> Hello Folks,
> >>
> >> I am trying to set below command to try mqprio offload on 4.18 kernel. It
> is throwing the flowing error.
> >>
> >> # tc qdisc add dev eth0 root mqprio num_tc 2 map 1 1 1 1 0 0 0 0
> >> RTNETLINK answers: Numerical result out of range
> >>
> >> I can't really make out what's wrong with the above command, since this
> works fine with other OS kernels.
> >> Any thoughts if it is something broken on upstream kernel ?
> >>
> >> Thanks,
> >> Manish
> >
> > You might need to specify the traffic class for the 8 remaining
> > priorities. The full map size is 16 entries, not just 8. The default
> > value for the last 4 mapping entries is TC 3 which would be out of
> > range if you only have 2 TCs specified.
> 
> 
> In addition to that, you might hit the same bug we brought up [1] a while
> ago.
> If that is the case, a fix was just proposed here [2]. Note that other qdiscs
> might be broken as well, but we could only spot the issue with mqprio and
> netem so far.
> 
> [1] https://patchwork.ozlabs.org/patch/867860/#1893405
> [2] https://patchwork.ozlabs.org/patch/944565/
> 
> 

Issue is same with all of 16 prio-tc map supplied -

# tc qdisc add dev eth0 root mqprio num_tc 4 map 1 1 1 1 0 0 0 0 2 2 2 2 3 3 3 3
RTNETLINK answers: Numerical result out of range

Thanks Jesus, I will try the fix[2] and see.

Regards
-Manish

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ