From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jianfeng.tan@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 921F5FA65
 for <dev@dpdk.org>; Thu,  9 Feb 2017 17:06:11 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga101.fm.intel.com with ESMTP; 09 Feb 2017 08:06:10 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.35,137,1484035200"; d="scan'208";a="1105192302"
Received: from dpdk06.sh.intel.com ([10.239.129.195])
 by fmsmga001.fm.intel.com with ESMTP; 09 Feb 2017 08:06:03 -0800
From: Jianfeng Tan <jianfeng.tan@intel.com>
To: dev@dpdk.org
Cc: thomas.monjalon@6wind.com, john.mcnamara@intel.com,
 yuanhan.liu@linux.intel.com, stephen@networkplumber.org,
 Jianfeng Tan <jianfeng.tan@intel.com>
Date: Thu,  9 Feb 2017 16:06:43 +0000
Message-Id: <1486656406-144541-1-git-send-email-jianfeng.tan@intel.com>
X-Mailer: git-send-email 2.7.4
In-Reply-To: <1485243248-27082-1-git-send-email-jianfeng.tan@intel.com>
References: <1485243248-27082-1-git-send-email-jianfeng.tan@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/3] doc upates
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: Thu, 09 Feb 2017 16:06:12 -0000

v2:
  - Change svg files.
  - Postpone instead of remove ABI changes in igb_uio.

Patch 1: howto doc of virtio_user for container networking.
Patch 2: howto doc of virtio_user as exceptional path.
Patch 3: postpone ABI changes in igb_uio

Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>

Jianfeng Tan (3):
  doc: add guide to use virtio_user for container networking
  doc: add guide to use virtio_user as exceptional path
  doc: postpone ABI changes in igb_uio

 .../use_models_for_running_dpdk_in_containers.svg  | 574 ++++++++++++++++++
 .../howto/img/virtio_user_as_exceptional_path.svg  | 386 +++++++++++++
 .../img/virtio_user_for_container_networking.svg   | 638 +++++++++++++++++++++
 doc/guides/howto/index.rst                         |   2 +
 .../howto/virtio_user_as_exceptional_path.rst      | 142 +++++
 .../howto/virtio_user_for_container_networking.rst | 142 +++++
 doc/guides/rel_notes/deprecation.rst               |   2 +-
 7 files changed, 1885 insertions(+), 1 deletion(-)
 create mode 100644 doc/guides/howto/img/use_models_for_running_dpdk_in_containers.svg
 create mode 100644 doc/guides/howto/img/virtio_user_as_exceptional_path.svg
 create mode 100644 doc/guides/howto/img/virtio_user_for_container_networking.svg
 create mode 100644 doc/guides/howto/virtio_user_as_exceptional_path.rst
 create mode 100644 doc/guides/howto/virtio_user_for_container_networking.rst

-- 
2.7.4