From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: Re: [patch net-next 3/4] net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra Date: Tue, 10 Oct 2017 23:08:23 +0300 Message-ID: References: <20171010073016.3682-1-jiri@resnulli.us> <20171010073016.3682-4-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Linux Netdev List , David Miller , Jamal Hadi Salim , Cong Wang , Saeed Mahameed , mlxsw To: Jiri Pirko , Simon Horman Return-path: Received: from mail-oi0-f66.google.com ([209.85.218.66]:45632 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935022AbdJJUIY (ORCPT ); Tue, 10 Oct 2017 16:08:24 -0400 Received: by mail-oi0-f66.google.com with SMTP id f66so2969137oib.2 for ; Tue, 10 Oct 2017 13:08:24 -0700 (PDT) In-Reply-To: <20171010073016.3682-4-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Oct 10, 2017 at 10:30 AM, Jiri Pirko wrote: > The only user of cls_flower->egress_dev is mlx5. but nfp supports decap action offload too and from the flower code stand point, I guess they are both the same, right? how does it work there? Or.