From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DED091B2F7 for ; Wed, 14 Feb 2018 04:59:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 19:59:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,510,1511856000"; d="scan'208";a="34520052" Received: from dpdk06.sh.intel.com ([10.67.110.196]) by orsmga002.jf.intel.com with ESMTP; 13 Feb 2018 19:59:44 -0800 From: Jianfeng Tan To: dev@dpdk.org Cc: Jianfeng Tan Date: Wed, 14 Feb 2018 04:01:28 +0000 Message-Id: <1518580892-32656-1-git-send-email-jianfeng.tan@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 0/4] some fixes target for 18.05 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: Wed, 14 Feb 2018 03:59:48 -0000 Some trivial fixes, and a vhost memory optimization to avoid polulating guest memory. Jianfeng Tan (4): vhost: remove unused macro vhost: avoid function call in data path app/testpmd: add option to avoid lock all memory vhost: avoid populate guest memory app/test-pmd/parameters.c | 5 ++++- app/test-pmd/testpmd.c | 32 ++++++++++++++++++-------------- app/test-pmd/testpmd.h | 1 + lib/librte_vhost/vhost.c | 13 ------------- lib/librte_vhost/vhost.h | 15 ++++++++++++--- lib/librte_vhost/vhost_user.c | 4 +++- 6 files changed, 38 insertions(+), 32 deletions(-) -- 2.7.4