From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v1 1/3] port: add mp/mc ring ports Date: Mon, 21 Sep 2015 15:34:39 -0700 Message-ID: <20150921153439.74a3a777@urahara> 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 To: Piotr Azarewicz Return-path: Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by dpdk.org (Postfix) with ESMTP id 96EAE8D8D for ; Tue, 22 Sep 2015 00:34:27 +0200 (CEST) Received: by padhy16 with SMTP id hy16so128389439pad.1 for ; Mon, 21 Sep 2015 15:34:26 -0700 (PDT) In-Reply-To: <1442322395-23365-2-git-send-email-piotrx.t.azarewicz@intel.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" On Tue, 15 Sep 2015 15:06:33 +0200 Piotr Azarewicz wrote: > +static int > +rte_port_ring_multi_reader_rx(void *port, struct rte_mbuf **pkts, uint32_t n_pkts) > +{ Please break arguments on line so that line length is not over 80 characters.