DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo
@ 2020-01-30 16:58 jerinj
  2020-01-30 17:30 ` Ferruh Yigit
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: jerinj @ 2020-01-30 16:58 UTC (permalink / raw)
  To: dev, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, techboard, ferruh.yigit, Jerin Jacob

From: Jerin Jacob <jerinj@marvell.com>

Based on the tech board meeting held on 2019-11-06,
It's been decided to move igb_uio kernel module to a new repository
hosted by dpdk.org in v20.11 release.

http://mails.dpdk.org/archives/dev/2019-November/151763.html

Adding the deprecation notice for the same in advance.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index dfcca87ab..2b9d0113f 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -38,6 +38,12 @@ Deprecation Notices
   remove it from the externally visible ABI and allow it to be updated in the
   future.
 
+* igb_uio: In the view of reducing the kernel dependency from the main tree,
+  as a first step, The technical board has been decided to move ``igb_uio``
+  kernel module to a new repository hosted by dpdk.org in v20.11 release.
+  Minutes of Technical Board Meeting of `2019-11-06
+  <http://mails.dpdk.org/archives/dev/2019-November/151763.html>`_.
+
 * dpaa2: removal of ``rte_dpaa2_memsegs`` structure which has been replaced
   by a pa-va search library. This structure was earlier being used for holding
   memory segments used by dpaa2 driver for faster pa->va translation. This
-- 
2.24.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo
  2020-01-30 16:58 [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo jerinj
@ 2020-01-30 17:30 ` Ferruh Yigit
  2020-02-24  7:03 ` [dpdk-dev] [dpdk-techboard] " Maxime Coquelin
  2020-02-25 14:54 ` [dpdk-dev] " David Marchand
  2 siblings, 0 replies; 8+ messages in thread
From: Ferruh Yigit @ 2020-01-30 17:30 UTC (permalink / raw)
  To: jerinj, dev, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, techboard

On 1/30/2020 4:58 PM, jerinj@marvell.com wrote:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> Based on the tech board meeting held on 2019-11-06,
> It's been decided to move igb_uio kernel module to a new repository
> hosted by dpdk.org in v20.11 release.
> 
> http://mails.dpdk.org/archives/dev/2019-November/151763.html
> 
> Adding the deprecation notice for the same in advance.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index dfcca87ab..2b9d0113f 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -38,6 +38,12 @@ Deprecation Notices
>    remove it from the externally visible ABI and allow it to be updated in the
>    future.
>  
> +* igb_uio: In the view of reducing the kernel dependency from the main tree,
> +  as a first step, The technical board has been decided to move ``igb_uio``
> +  kernel module to a new repository hosted by dpdk.org in v20.11 release.
> +  Minutes of Technical Board Meeting of `2019-11-06
> +  <http://mails.dpdk.org/archives/dev/2019-November/151763.html>`_.
> +
>  * dpaa2: removal of ``rte_dpaa2_memsegs`` structure which has been replaced
>    by a pa-va search library. This structure was earlier being used for holding
>    memory segments used by dpaa2 driver for faster pa->va translation. This
> 

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] doc: deprecation notice to move igb_uio to a new repo
  2020-01-30 16:58 [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo jerinj
  2020-01-30 17:30 ` Ferruh Yigit
@ 2020-02-24  7:03 ` Maxime Coquelin
  2020-02-25 10:59   ` Thomas Monjalon
  2020-02-25 14:54 ` [dpdk-dev] " David Marchand
  2 siblings, 1 reply; 8+ messages in thread
From: Maxime Coquelin @ 2020-02-24  7:03 UTC (permalink / raw)
  To: jerinj, dev, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, techboard, ferruh.yigit



On 1/30/20 5:58 PM, jerinj@marvell.com wrote:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> Based on the tech board meeting held on 2019-11-06,
> It's been decided to move igb_uio kernel module to a new repository
> hosted by dpdk.org in v20.11 release.
> 
> http://mails.dpdk.org/archives/dev/2019-November/151763.html
> 
> Adding the deprecation notice for the same in advance.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index dfcca87ab..2b9d0113f 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -38,6 +38,12 @@ Deprecation Notices
>    remove it from the externally visible ABI and allow it to be updated in the
>    future.
>  
> +* igb_uio: In the view of reducing the kernel dependency from the main tree,
> +  as a first step, The technical board has been decided to move ``igb_uio``
> +  kernel module to a new repository hosted by dpdk.org in v20.11 release.
> +  Minutes of Technical Board Meeting of `2019-11-06
> +  <http://mails.dpdk.org/archives/dev/2019-November/151763.html>`_.
> +
>  * dpaa2: removal of ``rte_dpaa2_memsegs`` structure which has been replaced
>    by a pa-va search library. This structure was earlier being used for holding
>    memory segments used by dpaa2 driver for faster pa->va translation. This
> 

Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] doc: deprecation notice to move igb_uio to a new repo
  2020-02-24  7:03 ` [dpdk-dev] [dpdk-techboard] " Maxime Coquelin
@ 2020-02-25 10:59   ` Thomas Monjalon
  2020-02-25 11:50     ` Jerin Jacob
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2020-02-25 10:59 UTC (permalink / raw)
  To: jerinj
  Cc: dev, Neil Horman, John McNamara, Marko Kovacevic, techboard,
	ferruh.yigit, Maxime Coquelin

> > From: Jerin Jacob <jerinj@marvell.com>
> > 
> > Based on the tech board meeting held on 2019-11-06,
> > It's been decided to move igb_uio kernel module to a new repository
> > hosted by dpdk.org in v20.11 release.
> > 
> > http://mails.dpdk.org/archives/dev/2019-November/151763.html
> > 
> > Adding the deprecation notice for the same in advance.
> > 
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > ---
> > +* igb_uio: In the view of reducing the kernel dependency from the main tree,
> > +  as a first step, The technical board has been decided to move ``igb_uio``

uppercases can be fixed above

> > +  kernel module to a new repository hosted by dpdk.org in v20.11 release.

The repository is already created:
	http://git.dpdk.org/dpdk-kmods/
igb_uio should be moved in dpdk-kmods.git/linux/igb_uio/

> > +  Minutes of Technical Board Meeting of `2019-11-06
> > +  <http://mails.dpdk.org/archives/dev/2019-November/151763.html>`_.
> 
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

With precision above,
Acked-by: Thomas Monjalon <thomas@monjalon.net>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] doc: deprecation notice to move igb_uio to a new repo
  2020-02-25 10:59   ` Thomas Monjalon
@ 2020-02-25 11:50     ` Jerin Jacob
  2020-02-25 12:47       ` Thomas Monjalon
  0 siblings, 1 reply; 8+ messages in thread
From: Jerin Jacob @ 2020-02-25 11:50 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: Jerin Jacob, dpdk-dev, Neil Horman, John McNamara,
	Marko Kovacevic, techboard, Ferruh Yigit, Maxime Coquelin

On Tue, Feb 25, 2020 at 4:30 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> > > From: Jerin Jacob <jerinj@marvell.com>
> > >
> > > Based on the tech board meeting held on 2019-11-06,
> > > It's been decided to move igb_uio kernel module to a new repository
> > > hosted by dpdk.org in v20.11 release.
> > >
> > > http://mails.dpdk.org/archives/dev/2019-November/151763.html
> > >
> > > Adding the deprecation notice for the same in advance.
> > >
> > > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > > ---
> > > +* igb_uio: In the view of reducing the kernel dependency from the main tree,
> > > +  as a first step, The technical board has been decided to move ``igb_uio``
>
> uppercases can be fixed above

Sorry, Which upper cases you are referring to?

I am planning to rework like this. Let me know if any changes are required.

igb_uio: In the view of reducing the kernel dependency from the main tree,
as a first step, The technical board has been decided to move ``igb_uio``
to dpdk-kmods.git/linux/igb_uio/ in v20.11 release.

>
> > > +  kernel module to a new repository hosted by dpdk.org in v20.11 release.
>
> The repository is already created:
>         http://git.dpdk.org/dpdk-kmods/
> igb_uio should be moved in dpdk-kmods.git/linux/igb_uio/
>
> > > +  Minutes of Technical Board Meeting of `2019-11-06
> > > +  <http://mails.dpdk.org/archives/dev/2019-November/151763.html>`_.
> >
> > Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
>
> With precision above,
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
>
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] doc: deprecation notice to move igb_uio to a new repo
  2020-02-25 11:50     ` Jerin Jacob
@ 2020-02-25 12:47       ` Thomas Monjalon
  2020-02-25 13:49         ` David Marchand
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2020-02-25 12:47 UTC (permalink / raw)
  To: Jerin Jacob
  Cc: Jerin Jacob, dpdk-dev, Neil Horman, John McNamara,
	Marko Kovacevic, techboard, Ferruh Yigit, Maxime Coquelin

25/02/2020 12:50, Jerin Jacob:
> On Tue, Feb 25, 2020 at 4:30 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> >
> > > > From: Jerin Jacob <jerinj@marvell.com>
> > > >
> > > > Based on the tech board meeting held on 2019-11-06,
> > > > It's been decided to move igb_uio kernel module to a new repository
> > > > hosted by dpdk.org in v20.11 release.
> > > >
> > > > http://mails.dpdk.org/archives/dev/2019-November/151763.html
> > > >
> > > > Adding the deprecation notice for the same in advance.
> > > >
> > > > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > > > ---
> > > > +* igb_uio: In the view of reducing the kernel dependency from the main tree,
> > > > +  as a first step, The technical board has been decided to move ``igb_uio``
> >
> > uppercases can be fixed above
> 
> Sorry, Which upper cases you are referring to?

After a comma, there is no uppercase, this is not a beginning of sentence.
And I think we should use uppercases for Technical Board.
One more thing: s/has been decided/decided/


> I am planning to rework like this. Let me know if any changes are required.
> 
> igb_uio: In the view of reducing the kernel dependency from the main tree,
> as a first step, The technical board has been decided to move ``igb_uio``
> to dpdk-kmods.git/linux/igb_uio/ in v20.11 release.
> 
> >
> > > > +  kernel module to a new repository hosted by dpdk.org in v20.11 release.
> >
> > The repository is already created:
> >         http://git.dpdk.org/dpdk-kmods/
> > igb_uio should be moved in dpdk-kmods.git/linux/igb_uio/
> >
> > > > +  Minutes of Technical Board Meeting of `2019-11-06
> > > > +  <http://mails.dpdk.org/archives/dev/2019-November/151763.html>`_.
> > >
> > > Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> >
> > With precision above,
> > Acked-by: Thomas Monjalon <thomas@monjalon.net>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] doc: deprecation notice to move igb_uio to a new repo
  2020-02-25 12:47       ` Thomas Monjalon
@ 2020-02-25 13:49         ` David Marchand
  0 siblings, 0 replies; 8+ messages in thread
From: David Marchand @ 2020-02-25 13:49 UTC (permalink / raw)
  To: Jerin Jacob
  Cc: Jerin Jacob, dpdk-dev, Neil Horman, John McNamara,
	Marko Kovacevic, techboard, Ferruh Yigit, Maxime Coquelin,
	Thomas Monjalon

On Tue, Feb 25, 2020 at 1:48 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 25/02/2020 12:50, Jerin Jacob:
> > On Tue, Feb 25, 2020 at 4:30 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> > >
> > > > > From: Jerin Jacob <jerinj@marvell.com>
> > > > >
> > > > > Based on the tech board meeting held on 2019-11-06,
> > > > > It's been decided to move igb_uio kernel module to a new repository
> > > > > hosted by dpdk.org in v20.11 release.
> > > > >
> > > > > http://mails.dpdk.org/archives/dev/2019-November/151763.html
> > > > >
> > > > > Adding the deprecation notice for the same in advance.
> > > > >
> > > > > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > > > > ---
> > > > > +* igb_uio: In the view of reducing the kernel dependency from the main tree,
> > > > > +  as a first step, The technical board has been decided to move ``igb_uio``
> > >
> > > uppercases can be fixed above
> >
> > Sorry, Which upper cases you are referring to?
>
> After a comma, there is no uppercase, this is not a beginning of sentence.
> And I think we should use uppercases for Technical Board.
> One more thing: s/has been decided/decided/
>
>
> > I am planning to rework like this. Let me know if any changes are required.
> >
> > igb_uio: In the view of reducing the kernel dependency from the main tree,
> > as a first step, The technical board has been decided to move ``igb_uio``
> > to dpdk-kmods.git/linux/igb_uio/ in v20.11 release.
> >
> > >
> > > > > +  kernel module to a new repository hosted by dpdk.org in v20.11 release.
> > >
> > > The repository is already created:
> > >         http://git.dpdk.org/dpdk-kmods/
> > > igb_uio should be moved in dpdk-kmods.git/linux/igb_uio/
> > >
> > > > > +  Minutes of Technical Board Meeting of `2019-11-06
> > > > > +  <http://mails.dpdk.org/archives/dev/2019-November/151763.html>`_.
> > > >
> > > > Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> > >
> > > With precision above,
> > > Acked-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: David Marchand <david.marchand@redhat.com>

I will take your rewording and handle Thomas comment when applying.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo
  2020-01-30 16:58 [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo jerinj
  2020-01-30 17:30 ` Ferruh Yigit
  2020-02-24  7:03 ` [dpdk-dev] [dpdk-techboard] " Maxime Coquelin
@ 2020-02-25 14:54 ` David Marchand
  2 siblings, 0 replies; 8+ messages in thread
From: David Marchand @ 2020-02-25 14:54 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran
  Cc: dev, Neil Horman, John McNamara, Marko Kovacevic,
	Thomas Monjalon, techboard, Yigit, Ferruh

On Thu, Jan 30, 2020 at 5:59 PM <jerinj@marvell.com> wrote:
>
> From: Jerin Jacob <jerinj@marvell.com>
>
> Based on the tech board meeting held on 2019-11-06,
> It's been decided to move igb_uio kernel module to a new repository
> hosted by dpdk.org in v20.11 release.
>
> http://mails.dpdk.org/archives/dev/2019-November/151763.html
>
> Adding the deprecation notice for the same in advance.
>
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>


Applied, thanks.

-- 
David Marchand


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-02-25 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 16:58 [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo jerinj
2020-01-30 17:30 ` Ferruh Yigit
2020-02-24  7:03 ` [dpdk-dev] [dpdk-techboard] " Maxime Coquelin
2020-02-25 10:59   ` Thomas Monjalon
2020-02-25 11:50     ` Jerin Jacob
2020-02-25 12:47       ` Thomas Monjalon
2020-02-25 13:49         ` David Marchand
2020-02-25 14:54 ` [dpdk-dev] " David Marchand

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).