Re: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes

2017-10-23 Thread Thomas Monjalon
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: ec5144

Re: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes

2017-10-18 Thread 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 Offlo

Re: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes

2017-10-16 Thread Yang, Zhiyong
> -Original Message- > From: dev [mailto:dev-boun...@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 h

[dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes

2017-10-13 Thread Thomas Monjalon
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 ---