Re: [dpdk-dev] [PATCH v4 15/15] doc: add IOVA aware API changes in release notes

2017-11-06 Thread Mcnamara, John
pdk-dev] [PATCH v4 15/15] doc: add IOVA aware API changes in > release notes > > The wording changes have been done in the API without breaking the ABI. > The deprecated fields and symbols can be removed later when an another ABI > change will be required. > The deprecation not

Re: [dpdk-dev] [PATCH v4 15/15] doc: add IOVA aware API changes in release notes

2017-11-05 Thread santosh
On Monday 06 November 2017 07:11 AM, Thomas Monjalon wrote: > The wording changes have been done in the API without breaking > the ABI. The deprecated fields and symbols can be removed later > when an another ABI change will be required. > The deprecation notice can be removed. > > The release not

[dpdk-dev] [PATCH v4 15/15] doc: add IOVA aware API changes in release notes

2017-11-05 Thread Thomas Monjalon
The wording changes have been done in the API without breaking the ABI. The deprecated fields and symbols can be removed later when an another ABI change will be required. The deprecation notice can be removed. The release notes describe the new available API with IOVA wording. Signed-off-by: Tho