From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A3065A0A01; Mon, 4 Jan 2021 12:51:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36BC71606E0; Mon, 4 Jan 2021 12:51:55 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 3B3A51606DB for ; Mon, 4 Jan 2021 12:51:54 +0100 (CET) IronPort-SDR: hpKBIXfblrZKPGA7ZFZ5Ju44wEyfFlStwbvJDIArClknEg+OXnm6Ai4VnHF+rspQ3CwaxGElpw aYWd4aoqF4Mw== X-IronPort-AV: E=McAfee;i="6000,8403,9853"; a="195463697" X-IronPort-AV: E=Sophos;i="5.78,473,1599548400"; d="scan'208";a="195463697" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 03:51:53 -0800 IronPort-SDR: LXaSuh7bNibVIgBb5TJ3HvtqTUZbgNyJl++Qi3uJkGJ/lUYoHguTJoibbOZC1nZcZNIaGNOz9g N63BdQawIrJA== X-IronPort-AV: E=Sophos;i="5.78,473,1599548400"; d="scan'208";a="378388413" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.93.148]) ([10.251.93.148]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 03:51:51 -0800 To: "Nalla, Pradeep" Cc: jerinj@marvell.com, sburla@marvell.com, dev@dpdk.org References: <20201231072247.5719-1-pnalla@marvell.com> From: Ferruh Yigit Message-ID: <6e4fdae7-4c60-45fb-cb17-8ef0a853b1c6@intel.com> Date: Mon, 4 Jan 2021 11:51:48 +0000 MIME-Version: 1.0 In-Reply-To: <20201231072247.5719-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 00/15] Octeon Tx/Tx2 Endpoint pmd 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 12/31/2020 7:22 AM, Nalla, Pradeep wrote: > From: "Nalla Pradeep" > > This patch set contains PMD with minimal set of operations > that can drive both Octeon Tx and Tx2 in endpoint. > Hi Pradeep, There is already octeontx and octeontx2 net drivers, what is the difference of the 'endpoint' driver, why it is needed, can you please give more information? > Nalla, Pradeep (15): > net/octeontx_ep: add build and doc infrastructure > net/octeontx_ep: add ethdev probe and remove > net/octeontx_ep: add device init and uninit > net/octeontx_ep: Added basic device setup. > net/octeontx_ep: Add dev info get and configure > net/octeontx_ep: Added rxq setup and release > net/octeontx_ep: Added tx queue setup and release > net/octeontx_ep: Setting up iq and oq registers > net/octeontx_ep: Added dev start and stop > net/octeontx_ep: Receive data path function added > net/octeontx_ep: Transmit data path function added > net/octeontx_ep: INFO PTR mode support added. > net/octeontx_ep: stats get/reset and link update > net/octeontx_ep: rx queue interrupt > net/octeontx_ep: Input output reset. > <...>