From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id 1489B5A86
 for <dev@dpdk.org>; Tue, 17 Mar 2015 21:54:35 +0100 (CET)
Received: by wgdm6 with SMTP id m6so18564320wgd.2
 for <dev@dpdk.org>; Tue, 17 Mar 2015 13:54:34 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=Ej2X/wGt+CuCFoiNkWPMfT01H0J0cwh2p4lOAej02CI=;
 b=X62NJ+tPnjW8GilVzrVd/91QHG6XdGVb9bwbBL0yV/fW1lkN3rDPnz77RaS2AUtkGx
 islTa4IuZNJQTiT4iILWq/LG50VUNhMSPXIXqAakSAsXLmGxaXu/PdiVnSmX/jx5uZx8
 Vz/jRJKpTMM0bPI57vmzgfcqBRNoQY64qu/8VG9+UYDrHzLOPHP6pMRNNPoqT4V5v67e
 mexV46zdi33CW1c1O/oAE2/XoCl0lQ65cgpKlk9A79Cr585gN51qktQRWD3aX7G+jO9D
 YNmjIfw9ynPcWegt22dm6gVb9VqZrFpHyGkmeLNJ3/hdDD2nJuXE84gr6R52mfdNVKFP
 UrYw==
X-Gm-Message-State: ALoCoQmp3ydUQlslj6zilswSZbPO7KVTMf4j01xJAaFrVxhcXIAPxraNo4situJd0M/moeUJ4atP
X-Received: by 10.194.60.77 with SMTP id f13mr137821664wjr.105.1426625674783; 
 Tue, 17 Mar 2015 13:54:34 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id p1sm173995wib.23.2015.03.17.13.54.32
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 17 Mar 2015 13:54:33 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Date: Tue, 17 Mar 2015 21:53:59 +0100
Message-ID: <3630740.fLalUO6Xin@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1426066917-4602-1-git-send-email-pawelx.wodkowski@intel.com>
References: <1426066917-4602-1-git-send-email-pawelx.wodkowski@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] doc: add l2fwd-jobstats user guide
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Mar 2015 20:54:35 -0000

Hi Pawel,

2015-03-11 10:41, Pawel Wodkowski:
>  doc/guides/sample_app_ug/index.rst                |   1 +
>  doc/guides/sample_app_ug/l2_forward_job_stats.rst | 637 ++++++++++++++++++++++
>  2 files changed, 638 insertions(+)

My checkpatch has detected 25 trailing whitespaces and 2 typos:

WARNING:TYPO_SPELLING: 'avalable' may be misspelled - perhaps 'available'?
#541: FILE: doc/guides/sample_app_ug/l2_forward_job_stats.rst:470:
+for this lcore. Statistics from this part of code is considered as the headroom avalable fo additional processing.

WARNING:TYPO_SPELLING: 'procesed' may be misspelled - perhaps 'processed'?
#582: FILE: doc/guides/sample_app_ug/l2_forward_job_stats.rst:511:
+This second read is important to give job stats library a feedback how many packets was procesed.

Please send a v2. Thanks