From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [net-next PATCH v3 5/8] net: tc: helper functions to query action types Date: Wed, 17 Feb 2016 06:02:07 -0500 Message-ID: <56C4532F.4050500@mojatatu.com> References: <20160217051418.17139.41052.stgit@john-Precision-Tower-5810> <20160217051803.17139.39151.stgit@john-Precision-Tower-5810> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jeffrey.t.kirsher@intel.com To: John Fastabend , jiri@resnulli.us, amir@vadai.me, davem@davemloft.net Return-path: Received: from mail-ig0-f169.google.com ([209.85.213.169]:33110 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161131AbcBQLCJ (ORCPT ); Wed, 17 Feb 2016 06:02:09 -0500 Received: by mail-ig0-f169.google.com with SMTP id y8so121060008igp.0 for ; Wed, 17 Feb 2016 03:02:09 -0800 (PST) In-Reply-To: <20160217051803.17139.39151.stgit@john-Precision-Tower-5810> Sender: netdev-owner@vger.kernel.org List-ID: On 16-02-17 12:18 AM, John Fastabend wrote: > This is a helper function drivers can use to learn if the > action type is a drop action. > > Signed-off-by: John Fastabend Acked-by: Jamal Hadi Salim cheers, jamal