doc: deprecation notice to move igb_uio to a new repo

Message ID 20200130165853.693270-1-jerinj@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series doc: deprecation notice to move igb_uio to a new repo |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success Travis build: passed
ci/Intel-compilation success Compilation OK

Commit Message

Jerin Jacob Kollanukkaran Jan. 30, 2020, 4:58 p.m. UTC
  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(+)
  

Comments

Ferruh Yigit Jan. 30, 2020, 5:30 p.m. UTC | #1
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>
  
Maxime Coquelin Feb. 24, 2020, 7:03 a.m. UTC | #2
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
  
Thomas Monjalon Feb. 25, 2020, 10:59 a.m. UTC | #3
> > 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>
  
Jerin Jacob Feb. 25, 2020, 11:50 a.m. UTC | #4
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>
>
>
  
Thomas Monjalon Feb. 25, 2020, 12:47 p.m. UTC | #5
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>
  
David Marchand Feb. 25, 2020, 1:49 p.m. UTC | #6
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 Feb. 25, 2020, 2:54 p.m. UTC | #7
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.
  

Patch

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