From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [patch iproute2 v2 repost 1/3] tc_filter: add support for chain index Date: Mon, 22 May 2017 13:33:15 -0700 Message-ID: <20170522133315.3490fe0a@xeon-e3> References: <20170516172802.1317-1-jiri@resnulli.us> <20170516172937.1391-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, davem@davemloft.net, jhs@mojatatu.com, xiyou.wangcong@gmail.com, dsa@cumulusnetworks.com, edumazet@google.com, daniel@iogearbox.net, alexander.h.duyck@intel.com, simon.horman@netronome.com, mlxsw@mellanox.com To: Jiri Pirko Return-path: Received: from mail-pf0-f178.google.com ([209.85.192.178]:34445 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758931AbdEVUdW (ORCPT ); Mon, 22 May 2017 16:33:22 -0400 Received: by mail-pf0-f178.google.com with SMTP id 9so92622618pfj.1 for ; Mon, 22 May 2017 13:33:22 -0700 (PDT) In-Reply-To: <20170516172937.1391-1-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 16 May 2017 19:29:35 +0200 Jiri Pirko wrote: > From: Jiri Pirko > > Allow user to put filter to a specific chain identified by index. > > Signed-off-by: Jiri Pirko Applied to net-next branch of iproute2