From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH V3 1/5] ethdev: add new flow action for metering and policing Date: Fri, 6 Oct 2017 16:55:29 +0200 Message-ID: <20171006145529.GF3871@6wind.com> References: <1507208974-180500-2-git-send-email-cristian.dumitrescu@intel.com> <1507301136-131382-1-git-send-email-cristian.dumitrescu@intel.com> <1507301136-131382-2-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas@monjalon.net, jingjing.wu@intel.com, hemant.agrawal@nxp.com, jerin.jacob@caviumnetworks.com, jasvinder.singh@intel.com To: Cristian Dumitrescu Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id A063B1B206 for ; Fri, 6 Oct 2017 16:55:40 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id 196so3005986wma.1 for ; Fri, 06 Oct 2017 07:55:40 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1507301136-131382-2-git-send-email-cristian.dumitrescu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Oct 06, 2017 at 03:45:32PM +0100, Cristian Dumitrescu wrote: > Metering and policing action typically sits on top of flow classification, > which is why MTR objects are enabled through a newly introduced flow > action. > > The configuration of MTR objects is done in their own namespace (rte_mtr) > within the librte_ether library. The MTR object is hooked into ethdev RX > processing path using the "meter" flow action. > > Signed-off-by: Cristian Dumitrescu > --- > Changes in v3: > - Implemented input from Adrien: > - Removed doc mention on multiple MTR objects for same flow. Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND