From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH net-next V2 04/10] net/act_skbedit: Utility functions for mark action Date: Thu, 3 Mar 2016 15:57:43 +0100 Message-ID: <20160303145743.GE4431@nanopsycho.orion> References: <1457016960-27832-1-git-send-email-amir@vadai.me> <1457016960-27832-5-git-send-email-amir@vadai.me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , netdev@vger.kernel.org, John Fastabend , Jiri Pirko , Or Gerlitz , Saeed Mahameed , Hadar Har-Zion , Rony Efraim To: Amir Vadai Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:35875 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757952AbcCCO5p (ORCPT ); Thu, 3 Mar 2016 09:57:45 -0500 Received: by mail-wm0-f67.google.com with SMTP id l68so4503264wml.3 for ; Thu, 03 Mar 2016 06:57:45 -0800 (PST) Content-Disposition: inline In-Reply-To: <1457016960-27832-5-git-send-email-amir@vadai.me> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Mar 03, 2016 at 03:55:54PM CET, amir@vadai.me wrote: >Enable device drivers to query the action if is a mark action and what >value to use for marking. > >Signed-off-by: Amir Vadai Acked-by: Jiri Pirko