From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A0B01A0350 for ; Wed, 24 Jun 2020 06:47:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 62BBC1D6FB; Wed, 24 Jun 2020 06:47:41 +0200 (CEST) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id E7F6C1D6FB for ; Wed, 24 Jun 2020 06:47:39 +0200 (CEST) X-dD-Source: Outbound Received: from zssg-mailmd105.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou102.ddreams.local (Postfix) with ESMTP id D20671200FB; Wed, 24 Jun 2020 13:47:37 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd105.ddreams.local (dDREAMS) with ESMTP id <0QCE004W4YNDE4A0@dDREAMS>; Wed, 24 Jun 2020 13:47:37 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP id B55687E6032; Wed, 24 Jun 2020 13:47:37 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id B42498E6057; Wed, 24 Jun 2020 13:47:37 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id B2E858E6042; Wed, 24 Jun 2020 13:47:37 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 8A1088E6066; Wed, 24 Jun 2020 13:47:36 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP; Wed, 24 Jun 2020 13:47:36 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, yasufum.o@gmail.com Date: Wed, 24 Jun 2020 13:47:31 +0900 Message-id: <20200624044736.14540-1-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.25.1 In-reply-to: <20200529110932.26508-1-x-fn-spp-ml@ntt-tx.co.jp> References: <20200529110932.26508-1-x-fn-spp-ml@ntt-tx.co.jp> MIME-version: 1.0 Content-transfer-encoding: 8bit X-TM-AS-GCONF: 00 Subject: [spp] [PATCH v2 0/5] updates for catching up DPDK20.02 X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Hideyuki Yamashita v2: * separate configuration of 'igb_uio' from that of 'PCAP' * move consideration of NUMA node to performance section Hideyuki Yamashita (5): docs: remove unnecessary usage of ethtool docs: resolve broken reference link docs: catch up updates in dpdk-20.02 makefile: change default build target docs: add note regarding NUMA configuration GNUmakefile | 2 +- docs/guides/design/spp.rst | 4 +- docs/guides/gsg/howto_use.rst | 27 +++++------- docs/guides/gsg/install.rst | 11 ++++- docs/guides/gsg/performance_opt.rst | 55 +++++++++++++++++++++++++ docs/guides/tools/sppc/app_launcher.rst | 2 +- docs/guides/usecases/spp_mirror.rst | 10 ++--- docs/guides/usecases/spp_pcap.rst | 4 +- docs/guides/usecases/spp_vf.rst | 8 ++-- 9 files changed, 90 insertions(+), 33 deletions(-) -- 2.17.1