From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=umnGX5wWsg/AMRyb/LCnaGg7KcLfBjLtDpM5fYO9mw4=; b=P84SbuxkZeQau9F5v7QaO05Vh4ls3/F8zLl0j4t4+m6RuPOtIGn/IWl0Q/1g7KyY2y wZLeuI4hZmLCO8acuAY8kJqcIO5FfUU0DRgC+9SqN9SjecfoAM55P31yK0/LwO+Yrigl /8oth1hvatgmAze0jBYEaS1HMCI3G3EvCQY5oWoStA4WcwMh23KiPx6jLboFXVrRPWEe fYbz2kfpdtlGU3fadwkx3y8CipcdtIcl2pJCEuGCYyTLif53Rmsdb17LKS+aNW+EwQfV atpxRwzdWFndMpSTY90XGEEQlX68FrANo3Z8IFO6adocKU6s/LATcrKLZ/gQpjq9l2Hx 5j3g== X-Gm-Message-State: ALoCoQmM29gWzwXU+/WK1538dz4Z+G9qZh9PVLMH31ZI6MZziZqFSW/YPcDvkvnVikfHlOU0xsNc X-Received: by 10.194.71.164 with SMTP id w4mr57213643wju.61.1438036095920; Mon, 27 Jul 2015 15:28:15 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fz16sm15791052wic.3.2015.07.27.15.28.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jul 2015 15:28:15 -0700 (PDT) Date: Mon, 27 Jul 2015 15:28:15 -0700 (PDT) X-Google-Original-Date: Tue, 28 Jul 2015 00:27 +0200 From: Thomas Monjalon To: Jijiang Liu Message-ID: <2885056.gWjdpHHvC1@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435906697-16823-1-git-send-email-jijiang.liu@intel.com> References: <1435906697-16823-1-git-send-email-jijiang.liu@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 v2] doc/sample_app_ug:add a VXLAN 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: Mon, 27 Jul 2015 22:28:16 -0000 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