From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH V4 2/5] ethdev: add new eth_dev_ops function for mtr ops get Date: Tue, 17 Oct 2017 18:10:10 +0530 Message-ID: References: <1507301136-131382-2-git-send-email-cristian.dumitrescu@intel.com> <1507897338-236951-1-git-send-email-cristian.dumitrescu@intel.com> <1507897338-236951-3-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , To: Cristian Dumitrescu , Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0074.outbound.protection.outlook.com [104.47.32.74]) by dpdk.org (Postfix) with ESMTP id EC39E1B7F4 for ; Tue, 17 Oct 2017 14:40:16 +0200 (CEST) In-Reply-To: <1507897338-236951-3-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 10/13/2017 5:52 PM, Cristian Dumitrescu wrote: > Following similar approach as rte_flow and rte_tm for modularity reasons, > the ops for the new rte_mtr API are retrieved through a new eth_dev_ops > function. > > Signed-off-by: Cristian Dumitrescu Acked-by: Hemant Agrawal