From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: Best Practices for PMD Verification before Upstream Requests Date: Fri, 4 Nov 2016 13:41:06 +0800 Message-ID: References: <2866322.PnTaiuzzpn@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Shepard Siegel , Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 413032C45 for ; Fri, 4 Nov 2016 06:41:09 +0100 (CET) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 02/11/2016 20:21, Shepard Siegel wrote: [..] > Almost a year into our DPDK development, we have shipped an alpha version > of our "Arkville" product. We've thankful for all the support from this > Most everyone has suggested "get your code upstream ASAP"; but our > team is cut from the "if it isn't tested, it doesn't work" cloth. We now > have some solid miles on our Arkville PMD driver "ark" with 16.07. Mostly > testpmd and a suite of user apps; dts not so much, only because our use > case is a little different. To me that sounds good enough for a v1 patch. > One question that > came up is "Should we do a thorough port and regression against 16.11 as a > precursor to up streaming at 17.02?". Constructive feedback always welcome! It is helpful, although bear in mind there is only so much you'll be able to test. Patches sent to the mailing list are picked up by patchwork for automated testing, so you'll find out quite quickly if you've broken something. And avoid top-posting.. :) ..Remy