From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch iproute2 net-next v8 2/3] tc: introduce support for block-handle for filter operations Date: Mon, 15 Jan 2018 23:59:28 +0100 Message-ID: <20180115225928.GG2103@nanopsycho> References: <20180112154704.1694-1-jiri@resnulli.us> <20180112154923.1853-2-jiri@resnulli.us> <2d477b4e-ff7e-1c72-48c2-2968292f0775@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, davem@davemloft.net, jhs@mojatatu.com, xiyou.wangcong@gmail.com, mlxsw@mellanox.com, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, michael.chan@broadcom.com, ganeshgr@chelsio.com, saeedm@mellanox.com, matanb@mellanox.com, leonro@mellanox.com, idosch@mellanox.com, jakub.kicinski@netronome.com, simon.horman@netronome.com, pieter.jansenvanvuuren@netronome.com, john.hurley@netronome.com, alexander.h.duyck@intel.com, ogerlitz@mellanox.com, john.fastabend@gmail.com, daniel@iogearbox.net To: David Ahern Return-path: Received: from mail-wr0-f194.google.com ([209.85.128.194]:35860 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbeAOW7a (ORCPT ); Mon, 15 Jan 2018 17:59:30 -0500 Received: by mail-wr0-f194.google.com with SMTP id d9so13341771wre.3 for ; Mon, 15 Jan 2018 14:59:29 -0800 (PST) Content-Disposition: inline In-Reply-To: <2d477b4e-ff7e-1c72-48c2-2968292f0775@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Mon, Jan 15, 2018 at 06:46:00PM CET, dsahern@gmail.com wrote: >On 1/12/18 8:49 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Signed-off-by: Jiri Pirko >> --- >> tc/tc_filter.c | 127 +++++++++++++++++++++++++++++++++++++++++++++++++-------- >> 1 file changed, 110 insertions(+), 17 deletions(-) >> > >Once the API questions settle out, please add a proper commit message to >the iproute2 patches and include examples of how to use the new feature. > Of course. That is the plan once the kernel patches are applied.