From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nambiar, Amritha" Subject: Re: [patch net-next v2 00/20] net: sched: convert cls ndo_setup_tc offload calls to per-block callbacks Date: Tue, 24 Oct 2017 10:22:16 -0700 Message-ID: References: <20171019135048.4306-1-jiri@resnulli.us> <20171021.030446.967534081159629805.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: David Miller , Jiri Pirko , Netdev , Jamal Hadi Salim , Cong Wang , mlxsw , Andrew Lunn , Vivien Didelot , Florian Fainelli , Michael Chan , Ganesh Goudar , Jeff Kirsher , Saeed Mahameed , Matan Barak , Leon Romanovsky , Ido Schimmel , Jakub Kicinski , Alexei Starovoitov , Daniel Borkmann , Simon Horman , Alexander Duyck Return-path: Received: from mga07.intel.com ([134.134.136.100]:27479 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751501AbdJXRWZ (ORCPT ); Tue, 24 Oct 2017 13:22:25 -0400 In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/24/2017 10:02 AM, Or Gerlitz wrote: > On Tue, Oct 24, 2017 at 7:24 PM, Alexander Duyck > > wrote: > > On Tue, Oct 24, 2017 at 9:01 AM, Alexander Duyck > > wrote: > >   > > > We are getting internal reports of regressions being seen with this > > patch set applied. Specifically the issues below have been pointed out > > to me. My understanding is that these issues are all being reported on > > ixgbe: > > > > 1.       To offload filter into HW, the hw-tc-offload feature flag has > > to be turned on before creating the ingress qdisc. > >   > > > 2.       Deleting the ingress qdisc fails to remove filters added in > > HW. Filters in SW gets deleted. > > > > FWIW, I don't think this is what you're hitting, but please note there > are two  fixes  > to the series in net-next  > > 9d452ce net/sched: Fix actions list corruption when adding offloaded tc > flows It looks like this patch just got applied, this fix wasn't included during our testing. > 0843c09 net/sched: Set the net-device for egress device instance This fix was already in place during our testing. Also, the filters added were matching on IPv4 addresses with action drop. > I had to looked on other stuff today, but I will keep stressing see > if/what is broken w.r.t mlx5  > and help to get things to work later this and next week so by netdev > we'll be fine > > Or. > >