From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id 3F25311DE
 for <dev@dpdk.org>; Tue, 17 Jan 2017 21:35:33 +0100 (CET)
Received: by mail-wm0-f51.google.com with SMTP id r126so217634280wmr.0
 for <dev@dpdk.org>; Tue, 17 Jan 2017 12:35:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=8DSerdrwcza956Znqet9BdbP8z0t7GAHBVGlmHGQBtE=;
 b=jsNCyY3SdDlvvgMyp+CHkz+Y1BWZN64TZ9XVpjSP5YKwmmxiI59q3PQJWyTa6tPRGy
 BMAMyp9RL/IPt5WD/8LH3KwEqHwSJ/4Gxw6Jj4dsHi1+9qgDV0/N+5QfeslCPyKxdChR
 i+jtU0BuukFq7212OgCzNdsH8KcMZw3eYQ6daMbDKG5EXxnNVHD89eBVTeFj3F25zhVR
 1kcwxfHRFeY8QaDbvooR/EMNd+ZZwG7kfqzeUG35JFgJjGjOeNwVQV5eTJB2EX0UdH9h
 FJoA08WGGYvOOT0TwZnKN5aHvmFPROMV302E2EmEZnLMbY0xD/nE640X10YqZ9VBEqU+
 abQQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=8DSerdrwcza956Znqet9BdbP8z0t7GAHBVGlmHGQBtE=;
 b=LsfXv40ZKvF2aJFvJaeiScC6gf6a3r6196PHlQGui9nK1o084o0gaA9xg/D5v5Oiv9
 UZVn5FpLHQhIcfMC1pTiFSueP8Sg5lED0FaTH3yf7NVXC2rxn8jZPk9q3bZz39GREklp
 CRYKGKopeFm+W6x+s2OZtwQ6xHFrsu8E0oBzRZBivy0KM/kSBtLa8valHjJHKFsAraJk
 9pqjXUsNcHrX39Q15d3Zu67KaFCZEwhYmZOSG3YjyRh0Ak4iYO1aBTG4a1XAMn2Es3PY
 r7YO5dt/37+ew+NNMj4q/ioAqh4iaDbDHsTE5mWoLq/XOeff8gFgFZqUc+NhEhQrkRSK
 ibww==
X-Gm-Message-State: AIkVDXJlIiBGxDJDtpayQl4VkcbgYll64K4xHFYaEtr63CMAvvIZd1kS/+TrSP3GHL3pTmHK
X-Received: by 10.223.168.111 with SMTP id l102mr12361013wrc.150.1484685333047; 
 Tue, 17 Jan 2017 12:35:33 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id f67sm39567204wmd.13.2017.01.17.12.35.32
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 17 Jan 2017 12:35:32 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Cc: dev@dpdk.org, Sameh Gobriel <sameh.gobriel@intel.com>
Date: Tue, 17 Jan 2017 21:35:31 +0100
Message-ID: <1785160.lBhnQNKT26@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1484594519-227376-6-git-send-email-pablo.de.lara.guarch@intel.com>
References: <1484559804-133610-1-git-send-email-pablo.de.lara.guarch@intel.com>
 <1484594519-227376-1-git-send-email-pablo.de.lara.guarch@intel.com>
 <1484594519-227376-6-git-send-email-pablo.de.lara.guarch@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v6 5/5] doc: add flow distributor guide
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: Tue, 17 Jan 2017 20:35:33 -0000

2017-01-16 19:21, Pablo de Lara:
> Signed-off-by: Sameh Gobriel <sameh.gobriel@intel.com>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> Acked-by: Christian Maciocco <christian.maciocco@intel.com>
> ---
>  MAINTAINERS                                       |    1 +
>  doc/guides/sample_app_ug/flow_distributor.rst     |  494 ++++++++
>  doc/guides/sample_app_ug/img/flow_distributor.svg | 1254 +++++++++++++++++++++
>  doc/guides/sample_app_ug/index.rst                |    1 +

A reference to fix:

doc/guides/sample_app_ug/flow_distributor.rst:55: WARNING:
undefined label: _figure_efd_sample_app_overview