[dpdk-dev] doc:announce ABI changes planned for struct rte_eth_dev to support up to 1024 queues per port

Message ID 1436321305-26996-1-git-send-email-jijiang.liu@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Jijiang Liu July 8, 2015, 2:08 a.m. UTC
  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@intel.com>
---
 doc/guides/rel_notes/abi.rst |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
  

Comments

Neil Horman July 8, 2015, 11:07 a.m. UTC | #1
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@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@tuxdriver.com>
  
Thomas Monjalon July 10, 2015, 10:14 p.m. UTC | #2
> > 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@intel.com>
[...]
> >  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.

not only for shared libraries

> Acked-by: Neil Horman <nhorman@tuxdriver.com>

Wrapped and applied with above fix, thanks
  

Patch

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.