RE: tc mqprio offload command error

2018-07-16 Thread Chopra, Manish
> -Original Message- > From: Jesus Sanchez-Palencia > Sent: Monday, July 16, 2018 11:28 PM > To: Alexander Duyck ; Chopra, Manish > > Cc: Stephen Hemminger ; David Miller > ; Jiri Pirko ; > netdev@vger.kernel.org > Subject: Re: tc mqprio offload command error

Re: tc mqprio offload command error

2018-07-16 Thread Jesus Sanchez-Palencia
Hi, On 07/16/2018 10:20 AM, Alexander Duyck wrote: > On Sun, Jul 15, 2018 at 6:30 PM, Chopra, Manish > 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

Re: tc mqprio offload command error

2018-07-16 Thread Alexander Duyck
On Sun, Jul 15, 2018 at 6:30 PM, Chopra, Manish 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 ra

tc mqprio offload command error

2018-07-15 Thread Chopra, Manish
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, si