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 44F5AA0C4D; Wed, 1 Sep 2021 13:16:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D58340140; Wed, 1 Sep 2021 13:16:09 +0200 (CEST) Received: from mail-108-mta195.mxroute.com (mail-108-mta195.mxroute.com [136.175.108.195]) by mails.dpdk.org (Postfix) with ESMTP id 92BA44013F for ; Wed, 1 Sep 2021 13:16:07 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta195.mxroute.com (ZoneMTA) with ESMTPSA id 17ba112b9e100074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 01 Sep 2021 11:16:04 +0000 X-Zone-Loop: 4a00158eb0fd23ffab4c405a5a3ae3e1252d0d141d94 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=jHD4zAEHmVWr9Zc1fMnfFwVvzAxV5LtlNBfclMpHC7c=; b=ImmOGl4FEh7fhGH8CSGMfzz8Sv WPv7hepPXrAnv7KxsO8udWJ5HYl1yvkWz52F5uvs9Uw2+pRT9T4hU4nUp3GLE6iMjDgUOnehQZCq7 NdgVrATlak9c62dHP8n/XI/bvgOlmg7yKAtBWiheseuZVEEGMA1QUu/+0Eiz+Pd6LEAwQu6TeqQW5 qnR4gmMGFwtgeX+HBSBXYRb1e6TLsKm72qHcQYygt2XFGw2DoLGdI0MDpHkJ4SC36tEAvyyJqae1j UoxS4ZrPXy83sTzr8ccSrP98D8KYYI+pfJ7k5iE9JhpqXEtq817hTcljYYsOyknJ8WxlVQzwpciDc 8oXxLJvA==; To: psatheesh@marvell.com, Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao Cc: dev@dpdk.org References: <20210831041614.3453698-1-psatheesh@marvell.com> From: "Kinsella, Ray" Message-ID: <36e14050-2262-2739-b253-c045d9bed788@ashroe.eu> Date: Wed, 1 Sep 2021 12:16:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210831041614.3453698-1-psatheesh@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] common/cnxk: add ROC API to merge base steering rule 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 31/08/2021 05:16, psatheesh@marvell.com wrote: > From: Satheesh Paul > > This patch adds an ROC API to merge base steering rule with rules > added by VF. > > Signed-off-by: Satheesh Paul > Reviewed-by: Kiran Kumar Kokkilagadda > --- > drivers/common/cnxk/roc_npc.c | 27 +++++++++++++++++++++++++++ > drivers/common/cnxk/roc_npc.h | 5 ++--- > drivers/common/cnxk/version.map | 1 + > 3 files changed, 30 insertions(+), 3 deletions(-) > Acked-by: Ray Kinsella