From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 58B4D1F5 for ; Sun, 7 May 2017 22:50:19 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B74B5206EA; Sun, 7 May 2017 16:50:18 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 07 May 2017 16:50:18 -0400 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:x-sasl-enc; s=mesmtp; bh=5YS29LxlLoXlWUC 7fyWV7zMSfK4WhS+srx7gq9PgVUI=; b=QahBa2TdCJr/SbrZFwCvIIrmZ9c823e IGj1Nx4djcIBQka/GgCQgl0Z4YMIVfscf1EHZWa9RD4DXffTKdPcS+4PEoCjINOq sK9b0hxtoZVmV9qi/CHDh+7a0Yz08O7Z7+vIyQsZaWXRm3lKlFdZ3BxMCFmgWXPZ gaqHWCaITZMs= 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:x-sasl-enc; s= fm1; bh=5YS29LxlLoXlWUC7fyWV7zMSfK4WhS+srx7gq9PgVUI=; b=JKebnF7h p9zmRFSk9m2ThY5n3MWmKnuYqUoFtUxyWSIcjuLZXHX+xdSao5+kb0Oljd71tnym WcMbYwcia+d5TJv5W3saZbMhDBolWDdugBgC+CsX6sr6Vtg3Uw+PcXrwlQxJDSn/ fd8wKDse5aIHc5Tp+VOlmFw9x8bZ8cLKWNNpxoVo/IpNEPuOKXPLGY43J4n4chZn rLFhZbeANiwT7OgocVVnj/LK9ysRp0vOg6v23b+SRDu10gN9VEDusVS+waWmF1NC 1XC24JDd2nSs4FsWd57Hi/d3P3vfVCb3babJ3WKu85r3qkeXfil2Yqn02A04154h WsOf/ZBM3hHHjw== X-ME-Sender: X-Sasl-enc: S6XJCbEsME+EP71y2ychbJC5xa50dT486e2pnbqQXzZu 1494190218 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 604857E46B; Sun, 7 May 2017 16:50:18 -0400 (EDT) From: Thomas Monjalon To: Ravi Kerur Cc: dev@dpdk.org, konstantin.ananyev@intel.com Date: Sun, 07 May 2017 22:50:17 +0200 Message-ID: <2449201.3f6kNIuhA3@xps> In-Reply-To: <1493145557-17160-1-git-send-email-rkerur@gmail.com> References: <1493145557-17160-1-git-send-email-rkerur@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: Merge l3fwd and l3fwd-acl documentation files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2017 20:50:19 -0000 Hi, 25/04/2017 20:39, Ravi Kerur: > Merge relevant contents of l3fwd and l3fwd-acl documentation. > Modify l3fwd document with ACL specific information. > Remove l3fwd-acl documentation file. > > Signed-off-by: Ravi Kerur > --- > doc/guides/sample_app_ug/img/ipv4_hash_rule.svg | 158 +++++++++ > doc/guides/sample_app_ug/img/ipv4_lpm_rule.svg | 139 ++++++++ > doc/guides/sample_app_ug/index.rst | 1 - > doc/guides/sample_app_ug/l3_forward.rst | 326 ++++++++++++++++- > .../sample_app_ug/l3_forward_access_ctrl.rst | 385 --------------------- > 5 files changed, 614 insertions(+), 395 deletions(-) > create mode 100644 doc/guides/sample_app_ug/img/ipv4_hash_rule.svg > create mode 100644 doc/guides/sample_app_ug/img/ipv4_lpm_rule.svg > delete mode 100644 doc/guides/sample_app_ug/l3_forward_access_ctrl.rst I've not looked at the content. I just do not understand why a patch for merging content is adding some new files. Moreover, these SVG files contains some binary PNG. Please send only some source files.