From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Solarflare PMD submission question Date: Mon, 21 Nov 2016 09:19:24 +0100 Message-ID: <1695254.J03lBVJQtY@xps13> References: <048eabcf-7175-7500-88c4-ffeaa813c4a3@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andrew Rybchenko Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id EC5CD2BAC for ; Mon, 21 Nov 2016 09:19:26 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id t79so129754547wmt.0 for ; Mon, 21 Nov 2016 00:19:26 -0800 (PST) In-Reply-To: <048eabcf-7175-7500-88c4-ffeaa813c4a3@solarflare.com> 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" 2016-11-18 19:50, Andrew Rybchenko: > Now we have a split of the base driver import in big feature steps. The > base driver is split into 28 patches. Just only 1 patch exceeds 300K > boundary (which add MCDI definitions header). Good > Before submitting 56 patches I'd like to double-check that checkpatch.pl > errors (for example, because of assignments in the 'if' condition, > parenthesis around return value) is not a show-stopper for base driver > import. You can run checkpatches.sh or send the patches to checkpatch@dpdk.org. The script check-git-log.sh can also guide you for the expected formatting.