config: revert the max queues per port to 256
authorJijiang Liu <jijiang.liu@intel.com>
Wed, 8 Jul 2015 01:24:35 +0000 (09:24 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jul 2015 21:54:48 +0000 (23:54 +0200)
commit94c6cba001ae974de886c6ddc265f363b99d1733
tree89caeab5863659cf04aa6a80ac58b273918e9a88
parent410d70a3ff8e9f83e5b25f445aff19be9b50d830
config: revert the 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.

Fixes: 1a1109404e70 ("config: increase max queues per port")

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
config/common_linuxapp