Re: [dpdk-dev] [RFC 1/2] doc: clean ABI/API policy guide

2018-12-20 Thread Luca Boccassi
On Wed, 2018-12-19 at 12:52 +, Ferruh Yigit wrote: > +    Application > +    \-> LibA.old > +    \-> LibB.new -> LibA.new > + > +That is a conflict which can be avoided by setting > ``CONFIG_RTE_MAJOR_ABI``. > +If set, the value of ``CONFIG_RTE_MAJOR_ABI`` overwrites all - > otherwise per > +li

Re: [dpdk-dev] [RFC 1/2] doc: clean ABI/API policy guide

2018-12-20 Thread Luca Boccassi
On Wed, 2018-12-19 at 12:52 +, Ferruh Yigit wrote: > The original document written from the point of ABI versioning but > later > additions make document confusing, convert document into a ABI/API > policy documentation and organize the document in subsections: > - ABI/API Deprecation > - Exper