patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Kevin Traynor <ktraynor@redhat.com>
To: stable@dpdk.org, bluca@debian.org
Cc: thomas@monjalon.net, ferruh.yigit@intel.com,
	david.marchand@redhat.com, Kevin Traynor <ktraynor@redhat.com>
Subject: [dpdk-stable] [PATCH stable master] README: indicate master branch is not used
Date: Wed, 11 Mar 2020 11:20:39 +0000	[thread overview]
Message-ID: <20200311112039.32038-1-ktraynor@redhat.com> (raw)

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


             reply	other threads:[~2020-03-11 11:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-11 11:20 Kevin Traynor [this message]
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

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=20200311112039.32038-1-ktraynor@redhat.com \
    --to=ktraynor@redhat.com \
    --cc=bluca@debian.org \
    --cc=david.marchand@redhat.com \
    --cc=ferruh.yigit@intel.com \
    --cc=stable@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).