From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 56EB1A0C41; Thu, 30 Sep 2021 12:01:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E3D240DDA; Thu, 30 Sep 2021 12:01:09 +0200 (CEST) Received: from mail-108-mta234.mxroute.com (mail-108-mta234.mxroute.com [136.175.108.234]) by mails.dpdk.org (Postfix) with ESMTP id 405944067E for ; Thu, 30 Sep 2021 12:01:06 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta234.mxroute.com (ZoneMTA) with ESMTPSA id 17c362676e00008545.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 30 Sep 2021 10:01:02 +0000 X-Zone-Loop: 7e6c6f986864110aecb9d296307ca4698ee2fd88d6f4 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=pX8PT/E6R2u3iAxTpQj7tl4u/GVl7/QQBf4JmkaFCmo=; b=nLMQ75r6Uukd8/xyZGHFEvlmtI 12zH4qDaJVxT5MrU1hI5NYQsUk6y3pzErvIPY1Rb6kRbQY2NL+J/NPq8Y+5bvUGuOxxqXYqQTEeYY PuUXxC9FEpYyJ7k+/KYT5ANOR17wWQNcjb4+u7ynR0c+G3Yk/2WANoMUcLGE0glROd0TRNBKZSLP1 JWLFi8H7Wo9NIMMLAsJ7MbwsHts1hBWrsny6Shk8z9xyTu8ioEVinBJdES47Ju0bVvl5aUER1Z/BJ XhELUbBA2z0ovqQVCyKrb3WgSevyVgt5VI1QaW4FsjA6zZrJKoklJEQTLU5nm2HFwwTnXCUy4teNw AtFMMOjg==; To: skori@marvell.com, Nithin Dabilpuram , Kiran Kumar K , Satha Rao Cc: dev@dpdk.org References: <20210927082223.757436-1-skori@marvell.com> <20210930090844.1059326-1-skori@marvell.com> From: "Kinsella, Ray" Message-ID: Date: Thu, 30 Sep 2021 11:00:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210930090844.1059326-1-skori@marvell.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH v3 01/27] common/cnxk: update policer MBOX APIs and HW definitions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 30/09/2021 10:08, skori@marvell.com wrote: > From: Sunil Kumar Kori > > To support ingress policer on CN10K, MBOX interfaces and HW > definitions are synced. > > Signed-off-by: Sunil Kumar Kori > --- > v3: > - Rebase support on latest DPDK > - Handled multilevel chaining for tree hierarchy > - Fix naming convention > v2: > - Rebase support on latest DPDK > - Handled multilevel chaining for linear hierarchy > - Review comments incorporated > > drivers/common/cnxk/hw/nix.h | 13 ++++++++++--- > drivers/common/cnxk/roc_mbox.h | 34 +++++++++++++++++++++++++++++++++- > 2 files changed, 43 insertions(+), 4 deletions(-) > Acked-by: Ray Kinsella (for the series).