|
@@ -251,11 +251,11 @@ struct dpaa2_eth_ch_stats {
|
|
|
|
|
|
/* Maximum number of queues associated with a DPNI */
|
|
/* Maximum number of queues associated with a DPNI */
|
|
#define DPAA2_ETH_MAX_RX_QUEUES 16
|
|
#define DPAA2_ETH_MAX_RX_QUEUES 16
|
|
-#define DPAA2_ETH_MAX_TX_QUEUES NR_CPUS
|
|
|
|
|
|
+#define DPAA2_ETH_MAX_TX_QUEUES 16
|
|
#define DPAA2_ETH_MAX_QUEUES (DPAA2_ETH_MAX_RX_QUEUES + \
|
|
#define DPAA2_ETH_MAX_QUEUES (DPAA2_ETH_MAX_RX_QUEUES + \
|
|
DPAA2_ETH_MAX_TX_QUEUES)
|
|
DPAA2_ETH_MAX_TX_QUEUES)
|
|
|
|
|
|
-#define DPAA2_ETH_MAX_DPCONS NR_CPUS
|
|
|
|
|
|
+#define DPAA2_ETH_MAX_DPCONS 16
|
|
|
|
|
|
enum dpaa2_eth_fq_type {
|
|
enum dpaa2_eth_fq_type {
|
|
DPAA2_RX_FQ = 0,
|
|
DPAA2_RX_FQ = 0,
|