From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id C0C8A677B for ; Fri, 31 Oct 2014 18:58:59 +0100 (CET) Received: by mail-wi0-f170.google.com with SMTP id q5so1911795wiv.5 for ; Fri, 31 Oct 2014 11:08:01 -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=S/ID3TN85+BPze5TIWTvcQNkzKTUmQsib2CxmyyIjbI=; b=CsBTYnEWOtZNkVP1Uj7XiwZxkHv9nqEQTKyjR1pPWxCP9n+4Du4z277ijp23H83tJ4 uvhfcrfXVA33RIwQ4CrDjTi0QN/+LL77NejVOkakvUnEg0qJNeLoMtn+Lfb+wAY44UCY FddXZi0P0v4/TWcottnuNsbihG9PaCKrZV/6Lt3rNC2NeSRyUTQVzQXSO5ej3b7AekR7 NF9TxY6vpWIJ352S6wO/2Z+AA8G+hYchMNA3rLZHOUTZZjH+1fmTfd5t/HkpdPtCzIOJ aEGBGOvIMsEPjhN5teqYiSlV4gbDAOQM6kVREm+U3O2SL9G/pqPLeMw12hcsQpD1j7L/ FWXA== X-Gm-Message-State: ALoCoQkm05Lw2/5HnC09GHJ09z1jgLGfeVmMxQqLqReMNeopWWKRMAFHAMDk/J9RO49owMbj1jtZ X-Received: by 10.180.105.74 with SMTP id gk10mr5798068wib.0.1414778881141; Fri, 31 Oct 2014 11:08:01 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ua8sm12900591wjc.7.2014.10.31.11.07.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Oct 2014 11:08:00 -0700 (PDT) From: Thomas Monjalon To: Bernard Iremonger Date: Fri, 31 Oct 2014 19:07:40 +0100 Message-ID: <5984095.zbF0CaiV1y@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.1-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1414772715-7485-1-git-send-email-bernard.iremonger@intel.com> References: <1414772715-7485-1-git-send-email-bernard.iremonger@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] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux getting started guide. 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: Fri, 31 Oct 2014 17:59:00 -0000 Hi Bernard, There are some conversion issues with the text of these images: > doc/guides/prog_guide/images/image18.png | Bin 0 -> 13397 bytes > doc/guides/prog_guide/images/image3.png | Bin 0 -> 56284 bytes > doc/guides/sample_app_ug/images/image18.png | Bin 0 -> 22301 bytes > doc/guides/sample_app_ug/images/image2.png | Bin 0 -> 60504 bytes > doc/guides/sample_app_ug/images/image4.png | Bin 0 -> 11906 bytes Please could you fix it and submit another pull request? Ideally the conversion of the images should be done dynamically when building the documentation but it's a future improvement. Thanks -- Thomas