From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 01/21] net/atlantic: atlantic PMD driver skeleton Date: Fri, 21 Sep 2018 18:04:11 +0100 Message-ID: References: <1536838528-11800-1-git-send-email-igor.russkikh@aquantia.com> <5db0866a-66f8-9547-244e-7697eb13c12d@intel.com> <9ea3f7ac-415f-c3f5-8d9b-4cd5ffdc80bd@aquantia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: pavel.belous@aquantia.com, Thomas Monjalon , Stephen Hemminger To: Igor Russkikh , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B4D201B126 for ; Fri, 21 Sep 2018 19:04:30 +0200 (CEST) In-Reply-To: <9ea3f7ac-415f-c3f5-8d9b-4cd5ffdc80bd@aquantia.com> Content-Language: en-US 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 9/21/2018 4:35 PM, Igor Russkikh wrote: > Hi Ferruh, > > Thanks for your comments! > All understood, we'll fix that in next version. > > Another question related to new PMDs integration process: > I have not found any requirements or statements on passing/supporting DPDK Test Suite for new PMDs. > Do you have any expectations here? No we don't have that requirement, and DTS is for integration test mostly. In summit Stephen suggested a test/unit test to verify PMDs if they are correct against ethdev APIs, but we don't have this kind of verification yet. Thanks, ferruh