RE: [patch net-next] net/sched: Fix the logic error to decide the ingress qdisc

2017-08-22 Thread Chopra, Manish
-Original Message- From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] On Behalf Of Chris Mi Sent: Friday, August 18, 2017 4:54 PM To: netdev@vger.kernel.org Cc: da...@davemloft.net; j...@resnulli.us Subject: [patch net-next] net/sched: Fix the logic error to decide

Re: [patch net-next] net/sched: Fix the logic error to decide the ingress qdisc

2017-08-18 Thread David Miller
From: Chris Mi Date: Fri, 18 Aug 2017 07:24:20 -0400 > The offending commit used a newly added helper function. > But the logic is wrong. Without this fix, the affected NICs > can't do HW offload. Error -EOPNOTSUPP will be returned directly. > > Fixes: a2e8da9378cc