@@ -28,9 +28,9 @@ The DPDK development process has the following features:
28
28
* All sub-repositories are merged into main repository for ``-rc1 `` and ``-rc2 `` versions of the release.
29
29
* After the ``-rc2 `` release all patches should target the main repository.
30
30
31
- The mailing list for DPDK development is `
[email protected] <
http://dpdk.org/ml /archives/dev/ >`_.
32
- Contributors will need to `register for the mailing list <http://dpdk.org/ml /listinfo/dev >`_ in order to submit patches.
33
- It is also worth registering for the DPDK `Patchwork <http://dpdk.org/dev/patchwork /project/dpdk/list/ >`_
31
+ The mailing list for DPDK development is `
[email protected] <
http://mails. dpdk.org/archives/dev/ >`_.
32
+ Contributors will need to `register for the mailing list <http://mails. dpdk.org/listinfo/dev >`_ in order to submit patches.
33
+ It is also worth registering for the DPDK `Patchwork <http://patches. dpdk.org/project/dpdk/list/ >`_
34
34
35
35
The development process requires some familiarity with the ``git `` version control system.
36
36
Refer to the `Pro Git Book <http://www.git-scm.com/book/ >`_ for further information.
@@ -130,7 +130,7 @@ main repository::
130
130
git clone git://dpdk.org/dpdk
131
131
git clone http://dpdk.org/git/dpdk
132
132
133
- sub-repositories (`list <http://dpdk.org/browse /next >`_)::
133
+ sub-repositories (`list <http://git. dpdk.org/next >`_)::
134
134
135
135
git clone git://dpdk.org/next/dpdk-next-*
136
136
git clone http://dpdk.org/git/next/dpdk-next-*
@@ -286,7 +286,7 @@ in the body of the commit message. For example::
286
286
Signed-off-by: Alex Smith <[email protected] >
287
287
288
288
289
- `Bugzilla <https://dpdk.org/tracker >`_
289
+ `Bugzilla <https://bugs. dpdk.org >`_
290
290
is a bug- or issue-tracking system.
291
291
Bug-tracking systems allow individual or groups of developers
292
292
effectively to keep track of outstanding problems with their product.
@@ -308,7 +308,7 @@ Patch for Stable Releases
308
308
~~~~~~~~~~~~~~~~~~~~~~~~~
309
309
310
310
All fix patches to the master branch that are candidates for backporting
311
- should also be CCed to the `
[email protected] <
http://dpdk.org/ml /listinfo/stable >`_
311
+ should also be CCed to the `
[email protected] <
http://mails. dpdk.org/listinfo/stable >`_
312
312
mailing list.
313
313
In the commit message body the Cc:
[email protected] should be inserted as follows::
314
314
@@ -509,7 +509,7 @@ If the patch is in relation to a previous email thread you can add it to the sam
509
509
git send-email --to [email protected] --in-reply-to <[email protected] > 000*.patch
510
510
511
511
The Message ID can be found in the raw text of emails or at the top of each Patchwork patch,
512
- `for example <http://dpdk.org/dev/patchwork /patch/7646/ >`_.
512
+ `for example <http://patches. dpdk.org/patch/7646/ >`_.
513
513
Shallow threading (``--thread --no-chain-reply-to ``) is preferred for a patch series.
514
514
515
515
Once submitted your patches will appear on the mailing list and in Patchwork.
0 commit comments