From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 19AA71B1B2
 for <dev@dpdk.org>; Wed, 15 Nov 2017 19:18:29 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 8ABD820BB5;
 Wed, 15 Nov 2017 13:18:29 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Wed, 15 Nov 2017 13:18:29 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=WEsVXrn77k8kS3FkF/1EKx2aMl
 7LN6v6oiIK9W0xjp8=; b=Bfs5MPkN6BtHfT3IAVbah9ebPP2a1GTwZ1HbTJ1Zaw
 iNbzCHosd/9iUiujvzvtBmVZ6OoyWDrUMzQiBlI/eMo8PhPEZf74guKi9N9VaP6T
 60ImTMbsnmBRDtSptdGWN16uL/fs5B9zmEgUNYSD+yYNxKMHUYmAA05GfJibk8AB
 A=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=WEsVXr
 n77k8kS3FkF/1EKx2aMl7LN6v6oiIK9W0xjp8=; b=XQJ2GQmusDGM0/FnHrcpoO
 2q2MuEDrT5ZrX/D9FBSnPViuXuf165QQf/BVGxAvxvnZdAUp+6fimrSYvgS+kH4g
 Z6hQrRHksJEzB5JR1Mg2knNPFRJ63f26CsjCiyjdo0xG7f0qLBH6Vc32bkaLpBCV
 MtvEjF/yqTmtrakoxSFeNAo/F/wbYGow5gm/WcIXVEyEjm35MmxuVKN/K+a2PD2t
 0n1cUIFZ14mpTtdIGbtZgT67dMDOzkrA0GQ75lcPrEGbYCjFEAqmOtIY7uKVxM9i
 40PDJwY0t4deDmpFi/tyhnflusH/dZlQUq/xzPFhrtpPYmko61D0zXb3y1Sc+a3g
 ==
X-ME-Sender: <xms:9YQMWoCckdgJVhFFRqVT4FZp6oJSJrH5CBOmKIJt0vKXM6yfn7RHaw>
Received: from xps.localnet (unknown [64.124.208.80])
 by mail.messagingengine.com (Postfix) with ESMTPA id 19401240F8;
 Wed, 15 Nov 2017 13:18:29 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: mark.b.kavanagh@intel.com
Date: Wed, 15 Nov 2017 19:18:27 +0100
Message-ID: <1540688.rsUh1Zf6lV@xps>
In-Reply-To: <20171115175905.11848-1-thomas@monjalon.net>
References: <20171115175905.11848-1-thomas@monjalon.net>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: fix GSO guide as PDF
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <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: Wed, 15 Nov 2017 18:18:30 -0000

15/11/2017 18:59, Thomas Monjalon:
> The PDF cannot be built because of some images integration being
> forced as SVG. They are converted for PDF format, so the extension
> must be a wildcard in the RST file.
> 
> Fixes: f6010c7655cc ("doc: add GSO programmer's guide")
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

I had to apply this fix in the release to fix the PDF build.
It has been discovered after pushing the tag v17.11,
so the tag has been updated.