From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6B2342B85 for ; Thu, 9 Jun 2016 13:25:40 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 09 Jun 2016 04:16:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,444,1459839600"; d="scan'208";a="972158440" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 09 Jun 2016 04:12:00 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Thu, 9 Jun 2016 12:11:59 +0100 From: "Mcnamara, John" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" Thread-Topic: [PATCH v3 9/9] doc: update ipsec sample guide Thread-Index: AQHRwir9aBZZWbV9mUuia1VmqCPFUZ/g+ezg Date: Thu, 9 Jun 2016 11:11:59 +0000 Message-ID: References: <1463575330-8467-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1465461770-42233-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1465461770-42233-10-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1465461770-42233-10-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmY5Y2NhN2ItNGM2MC00ZGZmLWJiMmMtMzUwMjViMjg2MTUxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZJQUxKdHVmTGFPU21kWERFWVNkSmRcL2hsQnRKZXdRVnFXN3RZVUh3cGxNPSJ9 x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 9/9] doc: update ipsec sample 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: Thu, 09 Jun 2016 11:25:40 -0000 > -----Original Message----- > From: Gonzalez Monroy, Sergio > Sent: Thursday, June 9, 2016 9:43 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Mcnamara, Joh= n > > Subject: [PATCH v3 9/9] doc: update ipsec sample guide >=20 > Signed-off-by: Sergio Gonzalez Monroy > > ... > > Configurations > -------------- >=20 > The following sections provide some details on the default values used t= o > initialize the SP, SA and Routing tables. > -Currently all the configuration is hard coded into the application. > +Currently all configuration information is hard coded into the > application. > + > +The following image illustrate a few of the concepts regarding IPSec, > such > +as protected/unprotected and inbound/outbound traffic, from the point of > +view of two back-to-back endpoints: > + > +.. _figure_ipsec_endpoints: > + > +.. figure:: img/ipsec_endpoints.svg > + > + IPSec Inbound/Outbound traffic Hi, This file throws an error with make doc-guides-pdf. The image needs to be specified as "img/ipsec_endpoints.*" (now .svg) to=20 allow it to be converted from svg to pdf. With this fix the build works. John