From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 17/21] net/atlantic: device statistics, xstats Date: Tue, 11 Sep 2018 10:06:53 -0700 Message-ID: <20180911100653.29aa119b@xeon-e3> References: <1536333719-32155-1-git-send-email-igor.russkikh@aquantia.com> <1536333719-32155-18-git-send-email-igor.russkikh@aquantia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, pavel.belous@aquantia.com, Nadezhda.Krupnina@aquantia.com, Simon.Edelhaus@aquantia.com, Corey Melton , Ashish Kumar To: Igor Russkikh Return-path: Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 009DA4C9F for ; Tue, 11 Sep 2018 19:06:55 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id u24-v6so12528439pfn.13 for ; Tue, 11 Sep 2018 10:06:55 -0700 (PDT) In-Reply-To: <1536333719-32155-18-git-send-email-igor.russkikh@aquantia.com> 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 Fri, 7 Sep 2018 18:21:55 +0300 Igor Russkikh wrote: > + > +static int > +atl_dev_xstats_get_names(struct rte_eth_dev *dev __rte_unused, struct rte_eth_xstat_name *xstats_names, unsigned int size) > +{ > + unsigned int i; > + Please break really long lines at between 80 and 100 characters.