bonding: fix LACP mempool size
authorAndriy Berestovskyy <aber@semihalf.com>
Tue, 8 Dec 2015 13:23:05 +0000 (14:23 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 14 Dec 2015 21:53:10 +0000 (22:53 +0100)
commit3ef7955700e7be3e1c8e1b3767908f2123ceb19a
tree7d12010fc80862630e7f3ea2a89f53c6b7e2f9f7
parent576b64b5397f7b049769c076e8b86f4f92b1d0c9
bonding: fix LACP mempool size

The following messages might appear after some idle time:
"PMD: Failed to allocate LACP packet from pool"

The fix ensures the mempool size is greater than the sum
of TX descriptors.

Signed-off-by: Andriy Berestovskyy <aber@semihalf.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
drivers/net/bonding/rte_eth_bond_8023ad.c