DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: thomas@monjalon.net, kirankumark@marvell.com,
	olivier.matz@6wind.com, ferruh.yigit@intel.com,
	anatoly.burakov@intel.com, arybchenko@solarflare.com,
	stephen@networkplumber.org, vattunuru@marvell.com
Subject: [dpdk-dev] [PATCH v15 0/2] kni: support IOVA mode
Date: Sun, 17 Nov 2019 16:12:42 +0100	[thread overview]
Message-ID: <20191117151244.3854-1-david.marchand@redhat.com> (raw)

Sending this to track the changes I did on the v14 patchset from Vamsi.

Changelog since v14:
- reworded commitlogs,
- added missing documentation update,
- fixed release notes,

-- 
David Marchand

Vamsi Attunuru (2):
  kni: support userspace VA
  eal/linux: remove KNI restriction on IOVA

 .../prog_guide/env_abstraction_layer.rst      |  3 +
 .../prog_guide/kernel_nic_interface.rst       | 14 +++++
 doc/guides/rel_notes/release_19_11.rst        | 11 ++++
 kernel/linux/kni/compat.h                     | 14 +++++
 kernel/linux/kni/kni_dev.h                    | 42 +++++++++++++
 kernel/linux/kni/kni_misc.c                   | 39 +++++++++---
 kernel/linux/kni/kni_net.c                    | 62 +++++++++++++++----
 lib/librte_eal/linux/eal/eal.c                | 11 +++-
 .../linux/eal/include/rte_kni_common.h        |  1 +
 lib/librte_kni/rte_kni.c                      |  5 ++
 10 files changed, 178 insertions(+), 24 deletions(-)

-- 
2.23.0


             reply	other threads:[~2019-11-17 15:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-17 15:12 David Marchand [this message]
2019-11-17 15:12 ` [dpdk-dev] [PATCH v15 1/2] kni: support userspace VA David Marchand
2019-11-18 14:04   ` Jerin Jacob
2019-11-20 10:47   ` Ferruh Yigit
2019-11-17 15:12 ` [dpdk-dev] [PATCH v15 2/2] eal/linux: remove KNI restriction on IOVA David Marchand
2019-11-18 14:04   ` Jerin Jacob
2019-11-18 15:03 ` [dpdk-dev] [PATCH v15 0/2] kni: support IOVA mode David Marchand

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=20191117151244.3854-1-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=anatoly.burakov@intel.com \
    --cc=arybchenko@solarflare.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=kirankumark@marvell.com \
    --cc=olivier.matz@6wind.com \
    --cc=stephen@networkplumber.org \
    --cc=thomas@monjalon.net \
    --cc=vattunuru@marvell.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).