From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [patch iproute2 net-next v8 2/3] tc: introduce support for block-handle for filter operations Date: Mon, 15 Jan 2018 10:46:00 -0700 Message-ID: <2d477b4e-ff7e-1c72-48c2-2968292f0775@gmail.com> References: <20180112154704.1694-1-jiri@resnulli.us> <20180112154923.1853-2-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: 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: Jiri Pirko , netdev@vger.kernel.org Return-path: Received: from mail-pf0-f193.google.com ([209.85.192.193]:45809 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507AbeAORqC (ORCPT ); Mon, 15 Jan 2018 12:46:02 -0500 Received: by mail-pf0-f193.google.com with SMTP id a88so6905834pfe.12 for ; Mon, 15 Jan 2018 09:46:02 -0800 (PST) In-Reply-To: <20180112154923.1853-2-jiri@resnulli.us> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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.