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 E69A1A04B5; Wed, 30 Sep 2020 23:36:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7D2F51BF78; Wed, 30 Sep 2020 22:56:58 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A47991BEC0 for ; Wed, 30 Sep 2020 22:56:56 +0200 (CEST) IronPort-SDR: e7sPwUQYt7gLm+5eTaA8w0Gkxd3Dq1wLcNqKHCf4Ov1vM45fyYBQi9biTPum0vrNBWma6i5HCa Li3bYWatsgPQ== X-IronPort-AV: E=McAfee;i="6000,8403,9760"; a="180704902" X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="180704902" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 13:56:50 -0700 IronPort-SDR: dzOxfEJp6dShIF6hUfjgIvxeIJok8/eiUV4MEfLTp+JPFL62LZRDcMBK9etySidcE1/hFE5B13 F63fXrlwkPrA== X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="312727776" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.229.39]) ([10.213.229.39]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 13:56:47 -0700 To: Maxime Coquelin , dev@dpdk.org, chenbo.xia@intel.com, ian.stokes@intel.com References: <20200928091712.7946-1-maxime.coquelin@redhat.com> From: Ferruh Yigit Message-ID: <186519bd-1b00-bbea-21f6-53690d638561@intel.com> Date: Wed, 30 Sep 2020 21:56:43 +0100 MIME-Version: 1.0 In-Reply-To: <20200928091712.7946-1-maxime.coquelin@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/4] vhost: remove dequeue zero-copy support 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/28/2020 10:17 AM, Maxime Coquelin wrote: > As announced in DPDK v20.08, this series removes > dequeue zero-copy support to Vhost library. > > Support for the feature is also being removed in OVS. > > Changes in v2: > -------------- > * Fix build issue due to unused symbol (Chenbo) > * Remove remaining zmbuf related struct definition (Chenbo) > * Fix typo in commit message (Chenbo) > * Remove helper string in Vhost PMD (Chenbo) > > Maxime Coquelin (4): > net/vhost: remove dequeue zero-copy support > examples/vhost_crypto: use vhost async-copy flag > examples/vhost: remove dequeue zero-copy support > vhost: remove dequeue zero-copy support > > doc/guides/prog_guide/vhost_lib.rst | 52 +---- > drivers/net/vhost/rte_eth_vhost.c | 14 -- > examples/vhost/main.c | 18 +- > examples/vhost_crypto/main.c | 2 +- > lib/librte_vhost/rte_vhost.h | 2 +- > lib/librte_vhost/socket.c | 47 ---- > lib/librte_vhost/vhost.c | 14 -- > lib/librte_vhost/vhost.h | 28 --- > lib/librte_vhost/vhost_user.c | 80 +------ > lib/librte_vhost/virtio_net.c | 326 +++------------------------- > 10 files changed, 35 insertions(+), 548 deletions(-) > Should release notes updated for this removal?