From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc/sample_app_ug:add a VXLAN sample guide Date: Mon, 27 Jul 2015 15:28:15 -0700 (PDT) Message-ID: <2885056.gWjdpHHvC1@xps13> References: <1435906697-16823-1-git-send-email-jijiang.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jijiang Liu Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 739A6C5C6 for ; Tue, 28 Jul 2015 00:28:16 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so131546245wic.1 for ; Mon, 27 Jul 2015 15:28:16 -0700 (PDT) In-Reply-To: <1435906697-16823-1-git-send-email-jijiang.liu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-03 14:58, Jijiang Liu: > Add a VXLAN sample guide in the sample_app_ug directory. > > It includes: > > - Add the overlay networking picture with svg format. > > - Add the TEP termination framework picture with svg format. > > - Add the tep_termination.rst file > > - Change the index.rst file for the above pictures index. > > Signed-off-by: Jijiang Liu > Signed-off-by: Thomas Long > > v2 changes: > optimize the two pictures > add tep_termination index in index.rst file > fix a typo and a command line > > Acked-by: Marvin Liu To avoid big margins around pictures, SVG files have been resized to content. The RST file have been wrapped. Applied, thanks