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 7ECE3A0544; Tue, 7 Jun 2022 11:11:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 70FC94021D; Tue, 7 Jun 2022 11:11:47 +0200 (CEST) Received: from mail-108-mta72.mxroute.com (mail-108-mta72.mxroute.com [136.175.108.72]) by mails.dpdk.org (Postfix) with ESMTP id 3702340156 for ; Tue, 7 Jun 2022 11:11:45 +0200 (CEST) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultrusercontent.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta72.mxroute.com (ZoneMTA) with ESMTPSA id 1813d6f1eb6000c327.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 07 Jun 2022 09:11:41 +0000 X-Zone-Loop: fe05275bea2a7f28593e28afc091dc11173833208967 X-Originating-IP: [140.82.40.27] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Type:MIME-Version:Message-ID:In-reply-to:Date:Subject:Cc:To: From:References:Sender:Reply-To:Content-Transfer-Encoding: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=F2K9ixYfhotpXwDAx1uZFC+OD86sPvVS5eiIo1dCVbg=; b=PDVIiAz/1OHqOnVavTPVy/Q0qN Pa0BSrW0h6hGAjyWeg/rrGVZjjTvUwSBlRs+V8X92eokDMSNmLUbzzEtbwm/eJBSxYG5Qj8+9PSIL pL8Mj03WGwoiQ/1wWzlcsiDC1Me+wyXtYfilNcZK8Vw72HB/KIdEsB56lvj1c1iKu3fa7FZgU8mP5 0MCqJIH9QFeZE+S9a98wNK7R/jDxRQyWHIFvAbIfwdKQInsHHT/kJwyPoP/+FWmxUGHe8TNsyIv9x Byq899JWo/r03MBQTN9MKniV88sDkyKUjiwIhTAemGwFZBKgcUYKJYOq81E+2fknoHF/GlWKaSWlv +EYy3+3Q==; References: <20220604162651.3503338-1-tduszynski@marvell.com> <20220604162651.3503338-8-tduszynski@marvell.com> User-agent: mu4e 1.6.10; emacs 27.1 From: Ray Kinsella To: Tomasz Duszynski Cc: dev@dpdk.org, Jakub Palider , Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , thomas@monjalon.net, jerinj@marvell.com Subject: Re: [PATCH 07/10] raw/cnxk_bphy: support changing CPRI misc settings Date: Tue, 07 Jun 2022 10:11:24 +0100 In-reply-to: <20220604162651.3503338-8-tduszynski@marvell.com> Message-ID: <87r140on1x.fsf@mdr78.vserver.site> MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: mdr@ashroe.eu 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 Tomasz Duszynski writes: > Add support for changing miscellaneous CPRI settings. > > Signed-off-by: Tomasz Duszynski > Reviewed-by: Jerin Jacob Kollanukkaran > --- > doc/guides/rawdevs/cnxk_bphy.rst | 11 ++++++++ > drivers/common/cnxk/roc_bphy_cgx.c | 30 +++++++++++++++++++++ > drivers/common/cnxk/roc_bphy_cgx.h | 8 ++++++ > drivers/common/cnxk/roc_bphy_cgx_priv.h | 6 +++++ > drivers/common/cnxk/version.map | 1 + > drivers/raw/cnxk_bphy/cnxk_bphy_cgx.c | 10 +++++++ > drivers/raw/cnxk_bphy/rte_pmd_bphy.h | 36 +++++++++++++++++++++++++ > 7 files changed, 102 insertions(+) > Acked-by: Ray Kinsella