On Wed, Jul 08, 2015 at 10:08:25AM +0800, Jijiang Liu wrote: > The significant ABI change of all shared libraries is planned for struct > rte_eth_dev to support up to 1024 queues per port which will be taken effect > from release 2.2. > > Signed-off-by: Jijiang Liu <jijiang.liu at intel.com> > --- > doc/guides/rel_notes/abi.rst | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst > index 110c486..ff4a810 100644 > --- a/doc/guides/rel_notes/abi.rst > +++ b/doc/guides/rel_notes/abi.rst > @@ -12,3 +12,4 @@ Examples of Deprecation Notices > > Deprecation Notices > ------------------- > +* Significant ABI changes are planned for struct rte_eth_dev to support up > to 1024 queues per port. This change will be taken effect for shared > libraries from release 2.2. There is no backward compatibility planned from > release 2.2. All binaries will need to be rebuilt from release 2.2. > -- > 1.7.7.6 > >
Acked-by: Neil Horman <nhorman at tuxdriver.com>