DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Maxime Coquelin <maxime.coquelin@redhat.com>,
	dev@dpdk.org, chenbo.xia@intel.com, ian.stokes@intel.com
Subject: Re: [dpdk-dev] [PATCH v2 0/4] vhost: remove dequeue zero-copy support
Date: Wed, 30 Sep 2020 21:56:43 +0100	[thread overview]
Message-ID: <186519bd-1b00-bbea-21f6-53690d638561@intel.com> (raw)
In-Reply-To: <20200928091712.7946-1-maxime.coquelin@redhat.com>

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?

      parent reply	other threads:[~2020-09-30 21:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28  9:17 Maxime Coquelin
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 1/4] net/vhost: " Maxime Coquelin
2020-09-28 11:07   ` Xia, Chenbo
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 2/4] examples/vhost_crypto: use vhost async-copy flag Maxime Coquelin
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 3/4] examples/vhost: remove dequeue zero-copy support Maxime Coquelin
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 4/4] vhost: " Maxime Coquelin
2020-09-28 11:14   ` Xia, Chenbo
2020-09-30 16:21 ` [dpdk-dev] [PATCH v2 0/4] " Maxime Coquelin
2020-09-30 20:56 ` Ferruh Yigit [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=186519bd-1b00-bbea-21f6-53690d638561@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=chenbo.xia@intel.com \
    --cc=dev@dpdk.org \
    --cc=ian.stokes@intel.com \
    --cc=maxime.coquelin@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).