From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D976EDE3 for ; Tue, 24 Jan 2017 08:33:27 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP; 23 Jan 2017 23:33:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,277,1477983600"; d="scan'208";a="51831801" Received: from dpdk06.sh.intel.com ([10.239.129.195]) by orsmga004.jf.intel.com with ESMTP; 23 Jan 2017 23:33:25 -0800 From: Jianfeng Tan To: dev@dpdk.org Cc: john.mcnamara@intel.com, yuanhan.liu@linux.intel.com, stephen@networkplumber.org, Jianfeng Tan Date: Tue, 24 Jan 2017 07:34:05 +0000 Message-Id: <1485243248-27082-1-git-send-email-jianfeng.tan@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 0/3] doc upates 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: Tue, 24 Jan 2017 07:33:28 -0000 Patch 1: howto doc of virtio_user for container networking. Patch 2: howto doc of virtio_user as exceptional path. Patch 3: remove ABI changes in igb_uio Signed-off-by: Jianfeng Tan Jianfeng Tan (3): doc: add guide to use virtio_user for container networking doc: add guide to use virtio_user as exceptional path doc: remove ABI changes in igb_uio .../use_models_for_running_dpdk_in_containers.svg | 3280 ++++++++++++++++++++ .../howto/img/virtio_user_as_exceptional_path.svg | 1260 ++++++++ .../img/virtio_user_for_container_networking.svg | 1654 ++++++++++ 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 | 5 - 7 files changed, 6480 insertions(+), 5 deletions(-) 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