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

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

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

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

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

2017-10-23 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 Acke