patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH stable master] README: indicate master branch is not used
@ 2020-03-11 11:20 Kevin Traynor
  2020-03-11 11:26 ` Luca Boccassi
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Kevin Traynor @ 2020-03-11 11:20 UTC (permalink / raw)
  To: stable, bluca; +Cc: thomas, ferruh.yigit, david.marchand, Kevin Traynor

There has been a commit history on the dpdk-stable repo
master branch even though it is not actively used or really
defined what should be there. This is the default branch when
cloning the repo so it can be confusing.

Drop all history on dpdk-stable repo master branch back to the
initial commit and add to the existing README blurb that
stable/LTS branches should be used.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>

---
Note, this is intended to be in conjunction with 'git reset --hard'
to the initial DPDK commit on the dpdk-stable repo master branch.
---
 README | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000000..7defb70606
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+DPDK is a set of libraries and drivers for fast packet processing.
+It supports many processor architectures and both FreeBSD and Linux.
+
+The DPDK uses the Open Source BSD-3-Clause license for the core libraries
+and drivers. The kernel components are GPL-2.0 licensed.
+
+Please check the doc directory for release notes,
+API documentation, and sample application information.
+
+For questions and usage discussions, subscribe to: users@dpdk.org
+Report bugs and issues to the development mailing list: dev@dpdk.org
+
+This is the master branch of the dpdk-stable repo. It is unused.
+
+Please switch branch to one of the stable/LTS branches.
+
+Details of currently maintained stable/LTS branches are available at:
+https://core.dpdk.org/roadmap/#stable
+
+Releases from current and previously maintained stable/LTS branches
+are available via git tags or at: https://core.dpdk.org/download/
-- 
2.21.1


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

* Re: [dpdk-stable] [PATCH stable master] README: indicate master branch is not used
  2020-03-11 11:20 [dpdk-stable] [PATCH stable master] README: indicate master branch is not used Kevin Traynor
@ 2020-03-11 11:26 ` Luca Boccassi
  2020-03-11 11:33 ` David Marchand
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Luca Boccassi @ 2020-03-11 11:26 UTC (permalink / raw)
  To: Kevin Traynor, stable; +Cc: thomas, ferruh.yigit, david.marchand

On Wed, 2020-03-11 at 11:20 +0000, Kevin Traynor wrote:
> There has been a commit history on the dpdk-stable repo
> master branch even though it is not actively used or really
> defined what should be there. This is the default branch when
> cloning the repo so it can be confusing.
> 
> Drop all history on dpdk-stable repo master branch back to the
> initial commit and add to the existing README blurb that
> stable/LTS branches should be used.
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> 
> ---
> Note, this is intended to be in conjunction with 'git reset --hard'
> to the initial DPDK commit on the dpdk-stable repo master branch.
> ---
>  README | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 README
> 
> diff --git a/README b/README
> new file mode 100644
> index 0000000000..7defb70606
> --- /dev/null
> +++ b/README
> @@ -0,0 +1,21 @@
> +DPDK is a set of libraries and drivers for fast packet processing.
> +It supports many processor architectures and both FreeBSD and Linux.
> +
> +The DPDK uses the Open Source BSD-3-Clause license for the core
> libraries
> +and drivers. The kernel components are GPL-2.0 licensed.
> +
> +Please check the doc directory for release notes,
> +API documentation, and sample application information.
> +
> +For questions and usage discussions, subscribe to: users@dpdk.org
> +Report bugs and issues to the development mailing list: dev@dpdk.org
> +
> +This is the master branch of the dpdk-stable repo. It is unused.
> +
> +Please switch branch to one of the stable/LTS branches.
> +
> +Details of currently maintained stable/LTS branches are available
> at:
> +https://core.dpdk.org/roadmap/#stable
> +
> +Releases from current and previously maintained stable/LTS branches
> +are available via git tags or at: https://core.dpdk.org/download/

Acked-by: Luca Boccassi <bluca@debian.org>

-- 
Kind regards,
Luca Boccassi

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

* Re: [dpdk-stable] [PATCH stable master] README: indicate master branch is not used
  2020-03-11 11:20 [dpdk-stable] [PATCH stable master] README: indicate master branch is not used Kevin Traynor
  2020-03-11 11:26 ` Luca Boccassi
@ 2020-03-11 11:33 ` David Marchand
  2020-03-11 13:12 ` Thomas Monjalon
  2020-03-11 13:53 ` [dpdk-stable] [PATCH stable master v2] " Kevin Traynor
  3 siblings, 0 replies; 9+ messages in thread
From: David Marchand @ 2020-03-11 11:33 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: dpdk stable, Luca Boccassi, Thomas Monjalon, Yigit, Ferruh

On Wed, Mar 11, 2020 at 12:21 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> There has been a commit history on the dpdk-stable repo
> master branch even though it is not actively used or really
> defined what should be there. This is the default branch when
> cloning the repo so it can be confusing.
>
> Drop all history on dpdk-stable repo master branch back to the
> initial commit and add to the existing README blurb that
> stable/LTS branches should be used.
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>

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


-- 
David Marchand


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

* Re: [dpdk-stable] [PATCH stable master] README: indicate master branch is not used
  2020-03-11 11:20 [dpdk-stable] [PATCH stable master] README: indicate master branch is not used Kevin Traynor
  2020-03-11 11:26 ` Luca Boccassi
  2020-03-11 11:33 ` David Marchand
@ 2020-03-11 13:12 ` Thomas Monjalon
  2020-03-11 13:45   ` Kevin Traynor
  2020-03-11 13:53 ` [dpdk-stable] [PATCH stable master v2] " Kevin Traynor
  3 siblings, 1 reply; 9+ messages in thread
From: Thomas Monjalon @ 2020-03-11 13:12 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: stable, bluca, ferruh.yigit, david.marchand

11/03/2020 12:20, Kevin Traynor:
> --- /dev/null
> +++ b/README
> @@ -0,0 +1,21 @@
> +DPDK is a set of libraries and drivers for fast packet processing.
> +It supports many processor architectures and both FreeBSD and Linux.

I would remove this line because it would need to be updated.

> +
> +The DPDK uses the Open Source BSD-3-Clause license for the core libraries
> +and drivers. The kernel components are GPL-2.0 licensed.
> +
> +Please check the doc directory for release notes,
> +API documentation, and sample application information.

I would remove any reference to the doc directory in an empty branch.
Maybe better to reference the website: http://core.dpdk.org/doc/

> +
> +For questions and usage discussions, subscribe to: users@dpdk.org
> +Report bugs and issues to the development mailing list: dev@dpdk.org
> +
> +This is the master branch of the dpdk-stable repo. It is unused.
> +

Useless blank line here

> +Please switch branch to one of the stable/LTS branches.
> +
> +Details of currently maintained stable/LTS branches are available at:
> +https://core.dpdk.org/roadmap/#stable
> +
> +Releases from current and previously maintained stable/LTS branches
> +are available via git tags or at: https://core.dpdk.org/download/

The rest looks good to me.




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

* Re: [dpdk-stable] [PATCH stable master] README: indicate master branch is not used
  2020-03-11 13:12 ` Thomas Monjalon
@ 2020-03-11 13:45   ` Kevin Traynor
  0 siblings, 0 replies; 9+ messages in thread
From: Kevin Traynor @ 2020-03-11 13:45 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: stable, bluca, ferruh.yigit, david.marchand

On 11/03/2020 13:12, Thomas Monjalon wrote:
> 11/03/2020 12:20, Kevin Traynor:
>> --- /dev/null
>> +++ b/README
>> @@ -0,0 +1,21 @@
>> +DPDK is a set of libraries and drivers for fast packet processing.
>> +It supports many processor architectures and both FreeBSD and Linux.
> 
> I would remove this line because it would need to be updated.
> 
>> +
>> +The DPDK uses the Open Source BSD-3-Clause license for the core libraries
>> +and drivers. The kernel components are GPL-2.0 licensed.
>> +
>> +Please check the doc directory for release notes,
>> +API documentation, and sample application information.
> 
> I would remove any reference to the doc directory in an empty branch.
> Maybe better to reference the website: http://core.dpdk.org/doc/
> 

Yes, but I will add an 's' ;-)

>> +
>> +For questions and usage discussions, subscribe to: users@dpdk.org
>> +Report bugs and issues to the development mailing list: dev@dpdk.org
>> +
>> +This is the master branch of the dpdk-stable repo. It is unused.
>> +
> 
> Useless blank line here
> 

ack

>> +Please switch branch to one of the stable/LTS branches.
>> +
>> +Details of currently maintained stable/LTS branches are available at:
>> +https://core.dpdk.org/roadmap/#stable
>> +
>> +Releases from current and previously maintained stable/LTS branches
>> +are available via git tags or at: https://core.dpdk.org/download/
> 
> The rest looks good to me.
> 

Thanks - v2 on the way

> 
> 


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

* [dpdk-stable] [PATCH stable master v2] README: indicate master branch is not used
  2020-03-11 11:20 [dpdk-stable] [PATCH stable master] README: indicate master branch is not used Kevin Traynor
                   ` (2 preceding siblings ...)
  2020-03-11 13:12 ` Thomas Monjalon
@ 2020-03-11 13:53 ` Kevin Traynor
  2020-03-11 14:02   ` Thomas Monjalon
  3 siblings, 1 reply; 9+ messages in thread
From: Kevin Traynor @ 2020-03-11 13:53 UTC (permalink / raw)
  To: stable, bluca; +Cc: thomas, ferruh.yigit, david.marchand, Kevin Traynor

There has been a commit history on the dpdk-stable repo
master branch even though it is not actively used or really
defined what should be there. This is the default branch when
cloning the repo so it can be confusing.

Drop all history on dpdk-stable repo master branch back to the
initial commit and add to the existing README blurb that
stable/LTS branches should be used.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: David Marchand <david.marchand@redhat.com>
---
v2: remove reference to docs dir. Add acks from v1.

Note, this is intended to be in conjunction with 'git reset --hard'
to the initial DPDK commit on the dpdk-stable repo master branch.
---
 README | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000000..1427895499
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+DPDK is a set of libraries and drivers for fast packet processing.
+It supports many processor architectures and both FreeBSD and Linux.
+
+The DPDK uses the Open Source BSD-3-Clause license for the core libraries
+and drivers. The kernel components are GPL-2.0 licensed.
+
+Documentation is available at: https://core.dpdk.org/doc/
+
+For questions and usage discussions, subscribe to: users@dpdk.org
+Report bugs and issues to the development mailing list: dev@dpdk.org
+
+This is the master branch of the dpdk-stable repo. It is unused.
+Please switch branch to one of the stable/LTS branches.
+
+Details of currently maintained stable/LTS branches are available at:
+https://core.dpdk.org/roadmap/#stable
+
+Releases from current and previously maintained stable/LTS branches
+are available via git tags or at: https://core.dpdk.org/download/
-- 
2.21.1


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

* Re: [dpdk-stable] [PATCH stable master v2] README: indicate master branch is not used
  2020-03-11 13:53 ` [dpdk-stable] [PATCH stable master v2] " Kevin Traynor
@ 2020-03-11 14:02   ` Thomas Monjalon
  2020-03-11 14:05     ` Kevin Traynor
  2020-03-12 11:14     ` Kevin Traynor
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas Monjalon @ 2020-03-11 14:02 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: stable, bluca, ferruh.yigit, david.marchand

11/03/2020 14:53, Kevin Traynor:
> +DPDK is a set of libraries and drivers for fast packet processing.
> +It supports many processor architectures and both FreeBSD and Linux.

You missed my previous comment about this line.
Windows is missing and other OS could be added.
I think it is better to remove this line completely.

> +
> +The DPDK uses the Open Source BSD-3-Clause license for the core libraries
> +and drivers. The kernel components are GPL-2.0 licensed.
> +
> +Documentation is available at: https://core.dpdk.org/doc/
> +
> +For questions and usage discussions, subscribe to: users@dpdk.org
> +Report bugs and issues to the development mailing list: dev@dpdk.org
> +
> +This is the master branch of the dpdk-stable repo. It is unused.
> +Please switch branch to one of the stable/LTS branches.
> +
> +Details of currently maintained stable/LTS branches are available at:
> +https://core.dpdk.org/roadmap/#stable
> +
> +Releases from current and previously maintained stable/LTS branches
> +are available via git tags or at: https://core.dpdk.org/download/

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

Thanks



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

* Re: [dpdk-stable] [PATCH stable master v2] README: indicate master branch is not used
  2020-03-11 14:02   ` Thomas Monjalon
@ 2020-03-11 14:05     ` Kevin Traynor
  2020-03-12 11:14     ` Kevin Traynor
  1 sibling, 0 replies; 9+ messages in thread
From: Kevin Traynor @ 2020-03-11 14:05 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: stable, bluca, ferruh.yigit, david.marchand

On 11/03/2020 14:02, Thomas Monjalon wrote:
> 11/03/2020 14:53, Kevin Traynor:
>> +DPDK is a set of libraries and drivers for fast packet processing.
>> +It supports many processor architectures and both FreeBSD and Linux.
> 
> You missed my previous comment about this line.
> Windows is missing and other OS could be added.
> I think it is better to remove this line completely.
> 
>> +
>> +The DPDK uses the Open Source BSD-3-Clause license for the core libraries
>> +and drivers. The kernel components are GPL-2.0 licensed.
>> +
>> +Documentation is available at: https://core.dpdk.org/doc/
>> +
>> +For questions and usage discussions, subscribe to: users@dpdk.org
>> +Report bugs and issues to the development mailing list: dev@dpdk.org
>> +
>> +This is the master branch of the dpdk-stable repo. It is unused.
>> +Please switch branch to one of the stable/LTS branches.
>> +
>> +Details of currently maintained stable/LTS branches are available at:
>> +https://core.dpdk.org/roadmap/#stable
>> +
>> +Releases from current and previously maintained stable/LTS branches
>> +are available via git tags or at: https://core.dpdk.org/download/
> 
> With above comment,
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 

oops, yes - will remove it before merge, thanks.

> Thanks
> 
> 


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

* Re: [dpdk-stable] [PATCH stable master v2] README: indicate master branch is not used
  2020-03-11 14:02   ` Thomas Monjalon
  2020-03-11 14:05     ` Kevin Traynor
@ 2020-03-12 11:14     ` Kevin Traynor
  1 sibling, 0 replies; 9+ messages in thread
From: Kevin Traynor @ 2020-03-12 11:14 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: stable, bluca, ferruh.yigit, david.marchand

On 11/03/2020 14:02, Thomas Monjalon wrote:
> 11/03/2020 14:53, Kevin Traynor:
>> +DPDK is a set of libraries and drivers for fast packet processing.
>> +It supports many processor architectures and both FreeBSD and Linux.
> 
> You missed my previous comment about this line.
> Windows is missing and other OS could be added.
> I think it is better to remove this line completely.
> 
>> +
>> +The DPDK uses the Open Source BSD-3-Clause license for the core libraries
>> +and drivers. The kernel components are GPL-2.0 licensed.
>> +
>> +Documentation is available at: https://core.dpdk.org/doc/
>> +
>> +For questions and usage discussions, subscribe to: users@dpdk.org
>> +Report bugs and issues to the development mailing list: dev@dpdk.org
>> +
>> +This is the master branch of the dpdk-stable repo. It is unused.
>> +Please switch branch to one of the stable/LTS branches.
>> +
>> +Details of currently maintained stable/LTS branches are available at:
>> +https://core.dpdk.org/roadmap/#stable
>> +
>> +Releases from current and previously maintained stable/LTS branches
>> +are available via git tags or at: https://core.dpdk.org/download/
> 
> With above comment,
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Thanks
> 
> 

Pushed (with edit for comment above), thanks.

Kevin.


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

end of thread, other threads:[~2020-03-12 11:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 11:20 [dpdk-stable] [PATCH stable master] README: indicate master branch is not used Kevin Traynor
2020-03-11 11:26 ` Luca Boccassi
2020-03-11 11:33 ` David Marchand
2020-03-11 13:12 ` Thomas Monjalon
2020-03-11 13:45   ` Kevin Traynor
2020-03-11 13:53 ` [dpdk-stable] [PATCH stable master v2] " Kevin Traynor
2020-03-11 14:02   ` Thomas Monjalon
2020-03-11 14:05     ` Kevin Traynor
2020-03-12 11:14     ` Kevin Traynor

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