From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48])
 by dpdk.org (Postfix) with ESMTP id 5FBAD940A
 for <dev@dpdk.org>; Fri, 13 Nov 2015 16:12:07 +0100 (CET)
Received: by wmec201 with SMTP id c201so34810633wme.1
 for <dev@dpdk.org>; Fri, 13 Nov 2015 07:12:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind_com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=lKF5eeyJtORNLYUbUG9F+2Ljn0qGCw87V00GTnWtksI=;
 b=wcLibfQLpbY6V/7XflrnSvf2TfEmykfZlRFpI9nLsCL+bdeGDWVgf6F4hOBGNMZREt
 vHhfe/gWmBZfyMNgF0rqe3k5Wdv2vi0Wqcw+gCsGcGjZyVu/AHxYxNwI3LY/U2y0IUsE
 QMvT7PdR7RZnFP7G6zuoNw21R7fs774quTfcCbOGLnKIeMTHdNXfiYsbxtQ8335vgXw3
 p7jH+HVpAcXhxL9D1JZPN2TJbFaPagYxxHmWux6VP0ejGOPu5iL6h2sGrEcXu7F8IQxg
 yZ5eFSa/8aM6H/rkUVyjU0p6Zz8EMs12FKnqxyl/lQbpJxIEaWDTfnElsF53N2lOfz8y
 XI0g==
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=lKF5eeyJtORNLYUbUG9F+2Ljn0qGCw87V00GTnWtksI=;
 b=OAtoYlVpaGuXTuAno5p+pXgMKQ4x4cw81b3FcJ+3xeH3t3YHamaC5aUUrtXpyGRuhl
 1YwpDwQy2CNNg4JdjJv2FY5ySzNX/2OdjPz3ZxvcnuWEGUSZ+3S4hNh8TDd3QJN3W7ge
 NLAntIZ86Vze90NfVwbG5xXWjhW4eYZnPIFt0LBLbgWCJBAoEBbFvy972jCuts/6dQGK
 FuZUCxrZg8ofmZaZ9noHw2Cxtt89Mi7xDkkoDBeGW9fQwqt6j21+r8wyDD7nCvWsNw8c
 AtpUrj1lDFqEUUKshzu4hqJHtnA6rTSOGvJiToUQkStsOrSUYt0dEfyVKI41mBA1yjm4
 K+IQ==
X-Gm-Message-State: ALoCoQnIl0sw05ibme4UMsCOqIeOYdmPwI10qhP6iAmiOXnBSYUo1oOH9bE2MrWDXRJmQmPOLVzq
X-Received: by 10.28.136.15 with SMTP id k15mr4189411wmd.51.1447427527148;
 Fri, 13 Nov 2015 07:12:07 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id u139sm4328897wmu.22.2015.11.13.07.12.06
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 13 Nov 2015 07:12:06 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
Date: Fri, 13 Nov 2015 16:10:53 +0100
Message-ID: <4790563.j58UQWvBz8@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D8973C858358@IRSMSX108.ger.corp.intel.com>
References: <1446732366-10044-1-git-send-email-danielx.t.mrzyglod@intel.com>
 <18106393.evP0K7oPMu@xps13>
 <E115CCD9D858EF4F90C690B0DCB4D8973C858358@IRSMSX108.ger.corp.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 v6 8/8] doc: add a ptpclient sample 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: Fri, 13 Nov 2015 15:12:07 -0000

2015-11-13 14:58, De Lara Guarch, Pablo:
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > Tip: the extra white margins can be stripped in inkscape with ctrl+shift+d
> > and "resize page to content".
> 
> Thanks for the tip! I will change it and send a new version shortly today.
> 
> P.S.: I have done more refactoring, to make it simpler and more generic, will send it with the v7. 

Oh no!
Please send a nack when working on a new version.
I was going to push it after some small cleanups.