From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by dpdk.org (Postfix) with ESMTP id AD05F8D89 for ; Tue, 22 Sep 2015 00:37:15 +0200 (CEST) Received: by pacfv12 with SMTP id fv12so131168871pac.2 for ; Mon, 21 Sep 2015 15:37:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=qbY2yDAvrJmmiBmttasmgHg1q6kEp4Uim+nyUUNWDLM=; b=ZMuTQkVEDp2IuWxUy9ry9gGQWNo93ajy0yO3BnYc2hOGYE5CLZa7zW5eDz+DZqu+vJ SjC1YrUJxOuYw8Era1LN4Cl6Zo8NijKiMhOCfXwKJiwxSxMsgAJ9GXMSggGpX3ZEaUQs +dm0n+vVuE9dAoG04O7lcPnGrUUN+gI62WEk0D55gF6V+r5qE4Gr3w8XnocsujmKftmO eDyzvKPRDRaum2kQEo4j2gaZUXABWMVXgZGK+4118aW18dZazMZLU2b7OdLU12rSudGl ajqQ0/wcijIBD/I3kzEP6kAiTRElTrq79ZV1VV1WbuvQKGYRN+cz8vgoaEOvTK5XyY9v VD0w== X-Gm-Message-State: ALoCoQmMRKqv1+xGtVP4JkR3rCJ0IE3Xlgbm3f0VuehjMiypFtbcYD84PdsElX78xbZ6waft4Pg9 X-Received: by 10.66.140.70 with SMTP id re6mr28031036pab.31.1442875035085; Mon, 21 Sep 2015 15:37:15 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id bi2sm26466230pbb.45.2015.09.21.15.37.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 15:37:14 -0700 (PDT) Date: Mon, 21 Sep 2015 15:37:28 -0700 From: Stephen Hemminger To: Piotr Azarewicz Message-ID: <20150921153728.26a000f6@urahara> In-Reply-To: <1442322395-23365-2-git-send-email-piotrx.t.azarewicz@intel.com> References: <1442322395-23365-1-git-send-email-piotrx.t.azarewicz@intel.com> <1442322395-23365-2-git-send-email-piotrx.t.azarewicz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1 1/3] port: add mp/mc ring ports X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 22:37:16 -0000 On Tue, 15 Sep 2015 15:06:33 +0200 Piotr Azarewicz wrote: > + /* > + * If we didnt manage to send all packets in single burst, move Checkpatch complains: WARNING: 'didnt' may be misspelled - perhaps 'didn't'? #413: FILE: lib/librte_port/rte_port_ring.c:827: + * If we didnt manage to send all packets in single burst, move