* [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes
@ 2017-10-14 0:09 Thomas Monjalon
2017-10-16 8:33 ` Yang, Zhiyong
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Thomas Monjalon @ 2017-10-14 0:09 UTC (permalink / raw)
To: dev
The libraries which have their ABI version increased in this release
must be prepended with a + sign to make them appear clearly.
Fixes: f8244c6399d9 ("ethdev: increase port id range")
Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/rel_notes/release_17_11.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 8db35f5e4..1235350e9 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -338,16 +338,16 @@ The libraries prepended with a plus sign were incremented in this version.
.. code-block:: diff
librte_acl.so.2
- librte_bitratestats.so.2
+ + librte_bitratestats.so.2
librte_cfgfile.so.2
librte_cmdline.so.2
librte_cryptodev.so.3
librte_distributor.so.1
librte_eal.so.5
- librte_ethdev.so.8
- librte_eventdev.so.3
+ + librte_ethdev.so.8
+ + librte_eventdev.so.3
librte_gro.so.1
- librte_gso.so.1
+ + librte_gso.so.1
librte_hash.so.2
librte_ip_frag.so.1
librte_jobstats.so.1
@@ -360,12 +360,12 @@ The libraries prepended with a plus sign were incremented in this version.
librte_meter.so.1
librte_metrics.so.1
librte_net.so.1
- librte_pdump.so.2
+ + librte_pdump.so.2
librte_pipeline.so.3
- librte_pmd_bnxt.so.2
- librte_pmd_bond.so.2
- librte_pmd_i40e.so.2
- librte_pmd_ixgbe.so.2
+ + librte_pmd_bnxt.so.2
+ + librte_pmd_bond.so.2
+ + librte_pmd_i40e.so.2
+ + librte_pmd_ixgbe.so.2
librte_pmd_ring.so.2
+ librte_pmd_softnic.so.1
librte_pmd_vhost.so.2
--
2.14.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes
2017-10-14 0:09 [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes Thomas Monjalon
@ 2017-10-16 8:33 ` Yang, Zhiyong
2017-10-18 20:57 ` Ferruh Yigit
2017-10-23 10:15 ` [dpdk-dev] [PATCH v2] " Thomas Monjalon
2 siblings, 0 replies; 7+ messages in thread
From: Yang, Zhiyong @ 2017-10-16 8:33 UTC (permalink / raw)
To: Thomas Monjalon, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Saturday, October 14, 2017 8:10 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes
>
> The libraries which have their ABI version increased in this release must be
> prepended with a + sign to make them appear clearly.
>
> Fixes: f8244c6399d9 ("ethdev: increase port id range")
> Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework")
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes
2017-10-14 0:09 [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes Thomas Monjalon
2017-10-16 8:33 ` Yang, Zhiyong
@ 2017-10-18 20:57 ` Ferruh Yigit
2017-10-23 10:13 ` Thomas Monjalon
2017-10-23 10:15 ` [dpdk-dev] [PATCH v2] " Thomas Monjalon
2 siblings, 1 reply; 7+ messages in thread
From: Ferruh Yigit @ 2017-10-18 20:57 UTC (permalink / raw)
To: Thomas Monjalon, dev
On 10/13/2017 5:09 PM, Thomas Monjalon wrote:
> The libraries which have their ABI version increased in this release
> must be prepended with a + sign to make them appear clearly.
>
> Fixes: f8244c6399d9 ("ethdev: increase port id range")
> Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework")
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
<...>
> + + librte_pmd_ixgbe.so.2
> librte_pmd_ring.so.2
> + librte_pmd_softnic.so.1
> librte_pmd_vhost.so.2
librte_pmd_vhost.so.2 also requires a "+"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes
2017-10-18 20:57 ` Ferruh Yigit
@ 2017-10-23 10:13 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2017-10-23 10:13 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev
18/10/2017 22:57, Ferruh Yigit:
> On 10/13/2017 5:09 PM, Thomas Monjalon wrote:
> > The libraries which have their ABI version increased in this release
> > must be prepended with a + sign to make them appear clearly.
> >
> > Fixes: f8244c6399d9 ("ethdev: increase port id range")
> > Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework")
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> <...>
>
> > + + librte_pmd_ixgbe.so.2
> > librte_pmd_ring.so.2
> > + librte_pmd_softnic.so.1
> > librte_pmd_vhost.so.2
>
> librte_pmd_vhost.so.2 also requires a "+"
Right, I send a v2, thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v2] doc: fix highlight of bumped libs in release notes
2017-10-14 0:09 [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes Thomas Monjalon
2017-10-16 8:33 ` Yang, Zhiyong
2017-10-18 20:57 ` Ferruh Yigit
@ 2017-10-23 10:15 ` Thomas Monjalon
2017-10-23 16:26 ` Ferruh Yigit
2 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2017-10-23 10:15 UTC (permalink / raw)
To: dev; +Cc: ferruh.yigit
The libraries which have their ABI version increased in this release
must be prepended with a + sign to make them appear clearly.
Fixes: f8244c6399d9 ("ethdev: increase port id range")
Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>
---
v2: highlight vhost too
---
doc/guides/rel_notes/release_17_11.rst | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 8db35f5e4..a8b113bb1 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -338,16 +338,16 @@ The libraries prepended with a plus sign were incremented in this version.
.. code-block:: diff
librte_acl.so.2
- librte_bitratestats.so.2
+ + librte_bitratestats.so.2
librte_cfgfile.so.2
librte_cmdline.so.2
librte_cryptodev.so.3
librte_distributor.so.1
librte_eal.so.5
- librte_ethdev.so.8
- librte_eventdev.so.3
+ + librte_ethdev.so.8
+ + librte_eventdev.so.3
librte_gro.so.1
- librte_gso.so.1
+ + librte_gso.so.1
librte_hash.so.2
librte_ip_frag.so.1
librte_jobstats.so.1
@@ -360,15 +360,15 @@ The libraries prepended with a plus sign were incremented in this version.
librte_meter.so.1
librte_metrics.so.1
librte_net.so.1
- librte_pdump.so.2
+ + librte_pdump.so.2
librte_pipeline.so.3
- librte_pmd_bnxt.so.2
- librte_pmd_bond.so.2
- librte_pmd_i40e.so.2
- librte_pmd_ixgbe.so.2
+ + librte_pmd_bnxt.so.2
+ + librte_pmd_bond.so.2
+ + librte_pmd_i40e.so.2
+ + librte_pmd_ixgbe.so.2
librte_pmd_ring.so.2
+ librte_pmd_softnic.so.1
- librte_pmd_vhost.so.2
+ + librte_pmd_vhost.so.2
librte_port.so.3
librte_power.so.1
librte_reorder.so.1
--
2.14.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: fix highlight of bumped libs in release notes
2017-10-23 10:15 ` [dpdk-dev] [PATCH v2] " Thomas Monjalon
@ 2017-10-23 16:26 ` Ferruh Yigit
2017-10-23 20:39 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Ferruh Yigit @ 2017-10-23 16:26 UTC (permalink / raw)
To: Thomas Monjalon, dev
On 10/23/2017 3:15 AM, Thomas Monjalon wrote:
> The libraries which have their ABI version increased in this release
> must be prepended with a + sign to make them appear clearly.
>
> Fixes: f8244c6399d9 ("ethdev: increase port id range")
> Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework")
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: fix highlight of bumped libs in release notes
2017-10-23 16:26 ` Ferruh Yigit
@ 2017-10-23 20:39 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2017-10-23 20:39 UTC (permalink / raw)
To: dev; +Cc: Ferruh Yigit
23/10/2017 18:26, Ferruh Yigit:
> On 10/23/2017 3:15 AM, Thomas Monjalon wrote:
> > The libraries which have their ABI version increased in this release
> > must be prepended with a + sign to make them appear clearly.
> >
> > Fixes: f8244c6399d9 ("ethdev: increase port id range")
> > Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework")
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>
>
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-10-23 20:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-14 0:09 [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes Thomas Monjalon
2017-10-16 8:33 ` Yang, Zhiyong
2017-10-18 20:57 ` Ferruh Yigit
2017-10-23 10:13 ` Thomas Monjalon
2017-10-23 10:15 ` [dpdk-dev] [PATCH v2] " Thomas Monjalon
2017-10-23 16:26 ` Ferruh Yigit
2017-10-23 20:39 ` Thomas Monjalon
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).