From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH V4 1/5] ethdev: add new flow action for metering and policing Date: Wed, 18 Oct 2017 08:25:46 +0530 Message-ID: <20171018025545.GA2127@jerin> References: <1507301136-131382-2-git-send-email-cristian.dumitrescu@intel.com> <1507897338-236951-1-git-send-email-cristian.dumitrescu@intel.com> <1507897338-236951-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, adrien.mazarguil@6wind.com, jingjing.wu@intel.com, john.mcnamara@intel.com, hemant.agrawal@nxp.com, jasvinder.singh@intel.com To: Cristian Dumitrescu Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0084.outbound.protection.outlook.com [104.47.40.84]) by dpdk.org (Postfix) with ESMTP id B9BBD1B627 for ; Wed, 18 Oct 2017 04:56:09 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1507897338-236951-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" -----Original Message----- > Date: Fri, 13 Oct 2017 13:22:14 +0100 > From: Cristian Dumitrescu > To: dev@dpdk.org > CC: thomas@monjalon.net, adrien.mazarguil@6wind.com, jingjing.wu@intel.com, > john.mcnamara@intel.com, hemant.agrawal@nxp.com, > jerin.jacob@caviumnetworks.com, jasvinder.singh@intel.com > Subject: [PATCH V4 1/5] ethdev: add new flow action for metering and > policing > X-Mailer: git-send-email 2.7.4 > > 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 > Acked-by: Adrien Mazarguil Acked-by: Jerin Jacob