dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Vamsi Krishna Attunuru <vattunuru@marvell.com>
To: Jerin Jacob <jerinjacobk@gmail.com>,
	David Marchand <david.marchand@redhat.com>
Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>,
	John McNamara <john.mcnamara@intel.com>,
	Marko Kovacevic <marko.kovacevic@intel.com>, dev <dev@dpdk.org>,
	Kiran Kumar Kokkilagadda <kirankumark@marvell.com>,
	"Igor Ryzhov" <iryzhov@nfware.com>,
	Ferruh Yigit <ferruh.yigit@intel.com>
Subject: Re: [dpdk-dev] [EXT] Re: [PATCH v2] kni: increase kernel version requirement for VA
Date: Thu, 21 Nov 2019 02:18:11 +0000	[thread overview]
Message-ID: <MWHPR18MB1645BFC941D890ABAD43FCA9A64E0@MWHPR18MB1645.namprd18.prod.outlook.com> (raw)
In-Reply-To: <CALBAE1OWz8=YCZ9K+MCMvbRNH5Uw-k0AcVR+ddktOGTf3rtQKA@mail.gmail.com>



> -----Original Message-----
> From: Jerin Jacob <jerinjacobk@gmail.com>
> Sent: Thursday, November 21, 2019 7:28 AM
> To: David Marchand <david.marchand@redhat.com>
> Cc: Vamsi Krishna Attunuru <vattunuru@marvell.com>; Jerin Jacob
> Kollanukkaran <jerinj@marvell.com>; John McNamara
> <john.mcnamara@intel.com>; Marko Kovacevic
> <marko.kovacevic@intel.com>; dev <dev@dpdk.org>; Kiran Kumar
> Kokkilagadda <kirankumark@marvell.com>; Igor Ryzhov
> <iryzhov@nfware.com>; Ferruh Yigit <ferruh.yigit@intel.com>
> Subject: [EXT] Re: [dpdk-dev] [PATCH v2] kni: increase kernel version
> requirement for VA
> 
> External Email
> 
> ----------------------------------------------------------------------
> On Wed, Nov 20, 2019 at 10:59 PM David Marchand
> <david.marchand@redhat.com> wrote:
> >
> > On Wed, Nov 20, 2019 at 6:22 PM Ferruh Yigit <ferruh.yigit@intel.com>
> wrote:
> > >
> > > A build error reported related to the selected
> > > 'get_user_pages_remote()' kernel API:
> > >
> > > .../kernel/linux/kni/kni_dev.h:113:8:
> > >   error: too few arguments to function ‘get_user_pages_remote’
> > >   ret = get_user_pages_remote(tsk, tsk->mm, iova, 1
> > >         ^~~~~~~~~~~~~~~~~~~~~
> > >
> > > Currently there are three version of the 'get_user_pages_remote()'
> > > supported, based on kernel version
> > > < 4.9, = 4.9, > 4.9
> > >
> > > These version based checks are not working fine with the distro
> > > kernels which is the cause of reported build error. The error
> > > reported by the kernel version 4.8, but it is using API defined in > 4.9.
> > >
> > > To be able to take control of this, and possible more, related build
> > > error, increasing the minimum supported kernel version for iova=va
> > > with KNI to kernel version 4.9.
> > >
> > > This leaves us with single version of the kernel API and more
> > > manageable.
> > >
> > > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >
> > Jerin, Vamsi,
> >
> > Is this okay for you?
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>
> 

Acked-by: Vamsi Attunuru <vattunuru@marvell.com>
> 
> > Thanks.
> >
> >
> > --
> > David Marchand
> >

  reply	other threads:[~2019-11-21  2:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 16:00 [dpdk-dev] [PATCH] kni: increase kernel version requirement for VA Ferruh Yigit
2019-11-20 16:24 ` Igor Ryzhov
2019-11-20 16:26   ` Ferruh Yigit
2019-11-20 17:22 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2019-11-20 17:28   ` David Marchand
2019-11-20 22:30     ` David Marchand
2019-11-28 10:44       ` Andrew Rybchenko
2019-11-28 10:50         ` Thomas Monjalon
2019-11-28 11:01         ` Jerin Jacob
2019-11-28 11:02         ` David Marchand
2019-11-28 11:05           ` Ferruh Yigit
2019-11-21  1:58     ` Jerin Jacob
2019-11-21  2:18       ` Vamsi Krishna Attunuru [this message]
2019-11-28 12:13   ` Ferruh Yigit
2019-11-28 14:58     ` [dpdk-dev] [EXT] " Vamsi Krishna Attunuru

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=MWHPR18MB1645BFC941D890ABAD43FCA9A64E0@MWHPR18MB1645.namprd18.prod.outlook.com \
    --to=vattunuru@marvell.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=iryzhov@nfware.com \
    --cc=jerinj@marvell.com \
    --cc=jerinjacobk@gmail.com \
    --cc=john.mcnamara@intel.com \
    --cc=kirankumark@marvell.com \
    --cc=marko.kovacevic@intel.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).