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 48B5DA052A; Tue, 26 Jan 2021 16:09:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 319CD140F46; Tue, 26 Jan 2021 16:09:43 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 88C26140F45 for ; Tue, 26 Jan 2021 16:09:41 +0100 (CET) IronPort-SDR: UNGCug6T/14hjduhviyai6KiteKLAK0w8l53Kr6walHWVeMzjjpqHLOHMRxR/MQJFwTyanvJ5u FqBwi4NFek6A== X-IronPort-AV: E=McAfee;i="6000,8403,9876"; a="167586108" X-IronPort-AV: E=Sophos;i="5.79,375,1602572400"; d="scan'208";a="167586108" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 07:09:39 -0800 IronPort-SDR: 01N6hCXMENiUpn71QMFl2DZbjMELIZCMZLCxSc/2rhUebIXs7Y2QebXQpCTzUsoXIjJ8jKdTbq yMUEvEfqe9PQ== X-IronPort-AV: E=Sophos;i="5.79,375,1602572400"; d="scan'208";a="362013306" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.227.53]) ([10.213.227.53]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 07:09:37 -0800 To: Nalla Pradeep , Thomas Monjalon , Radha Mohan Chintakuntla , Veerasenareddy Burru , Ray Kinsella , Neil Horman Cc: jerinj@marvell.com, dev@dpdk.org, sburla@marvell.com References: <20210118093602.5449-1-pnalla@marvell.com> From: Ferruh Yigit Message-ID: Date: Tue, 26 Jan 2021 15:09:33 +0000 MIME-Version: 1.0 In-Reply-To: <20210118093602.5449-1-pnalla@marvell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 01/11] net/octeontx_ep: add build and doc infrastructure 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 1/18/2021 9:35 AM, Nalla Pradeep wrote: > Adding bare minimum PMD library and doc build infrastructure > and claim the maintainership for octeontx end point PMD. > > Signed-off-by: Nalla Pradeep <...> > @@ -0,0 +1,8 @@ > +; > +; Supported features of the 'octeontx_ep' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Linux VFIO = Y This feature name has been updated, can you please rebase on top of latest next-net for it. Also can you please set the supported architectures. <...> > @@ -0,0 +1,32 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + Copyright(C) 2020 Marvell. > + > +OCTEON TX EP Poll Mode driver > +=========================== > + > +The OCTEON TX EP ETHDEV PMD (**librte_pmd_octeontx_ep**) provides poll mode > +ethdev driver support for the virtual functions (VF) of **Marvell OCTEON TX2** > +and **Cavium OCTEON TX** families of adapters in SR-IOV context. > + > +More information can be found at `Marvell Official Website > +`_. This link leads to a very generic product page, is there a way to provide the link for the product this driver is for? > + > +Features > +-------- > + > +Features of the OCTEON TX EP Ethdev PMD are: > + Above 'Features' block can be added when a featre is added. > + > +Prerequisites > +------------- > + > +See :doc:`../platform/octeontx2` and `../platform/octeontx` for setup information. > + Since this is a VF driver, there must be a dependency to the PF driver, can you please provide more details on the PF driver. As far as I understand both octeontx & octeontx2 are supported but please give more details about dependency. I assume there must be some host drivers for the endpoint PF, etc.. > +Compile time Config Options > +--------------------------- > + > +The following options may be modified in the ``config`` file. > + > +- ``CONFIG_RTE_LIBRTE_OCTEONTX_EP_PMD`` (default ``y``) > + > + Toggle compilation of the ``librte_pmd_octeontx_ep`` driver. I think the config option is not more exists, please drop it. <...> > +++ b/drivers/net/octeontx_ep/version.map > @@ -0,0 +1,4 @@ > +DPDK_20.0 { It should be 'DPDK_21' > + > + local: *; > +}; >