From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [Patch net-next] act_mirred: use tcfm_dev in tcf_mirred_get_dev() Date: Sat, 2 Dec 2017 11:47:37 -0800 Message-ID: References: <20171130225335.6957-1-xiyou.wangcong@gmail.com> <20171202085739.GE1821@nanopsycho> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Linux Kernel Network Developers , Jiri Pirko , Jamal Hadi Salim To: Jiri Pirko Return-path: Received: from mail-pf0-f173.google.com ([209.85.192.173]:36969 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752014AbdLBTr6 (ORCPT ); Sat, 2 Dec 2017 14:47:58 -0500 Received: by mail-pf0-f173.google.com with SMTP id n6so6105675pfa.4 for ; Sat, 02 Dec 2017 11:47:58 -0800 (PST) In-Reply-To: <20171202085739.GE1821@nanopsycho> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, Dec 2, 2017 at 12:57 AM, Jiri Pirko wrote: > Good. Please also use m->tcfm_dev->ifindex in tcf_mirred_dump and > tcf_mirred_ifindex. Then you can remove tcfm_ifindex completely. Sounds good. Will send v2.