[dpdk-dev] config: revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256

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

Commit Message

Jijiang Liu July 8, 2015, 1:24 a.m. UTC
  Revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256.

The previous commit changed the size and the offsets of struct rte_eth_dev,
so it is an ABI breakage. I revert it, and will send a deprecation notice for this.

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
---
 config/common_linuxapp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
  

Comments

Thomas Monjalon July 10, 2015, 9:58 p.m. UTC | #1
2015-07-08 09:24, Jijiang Liu:
> Revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256.
> 
> The previous commit changed the size and the offsets of struct rte_eth_dev,
> so it is an ABI breakage. I revert it, and will send a deprecation notice for this.
> 
> Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>

Applied, thanks
  

Patch

diff --git a/config/common_linuxapp b/config/common_linuxapp
index f5646e0..e883f69 100644
--- a/config/common_linuxapp
+++ b/config/common_linuxapp
@@ -139,7 +139,7 @@  CONFIG_RTE_LIBRTE_KVARGS=y
 CONFIG_RTE_LIBRTE_ETHER=y
 CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
 CONFIG_RTE_MAX_ETHPORTS=32
-CONFIG_RTE_MAX_QUEUES_PER_PORT=1024
+CONFIG_RTE_MAX_QUEUES_PER_PORT=256
 CONFIG_RTE_LIBRTE_IEEE1588=n
 CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
 CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y