sched: allow more subports
authorStephen Hemminger <shemming@brocade.com>
Fri, 13 Nov 2015 17:58:36 +0000 (09:58 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 Nov 2015 23:59:58 +0000 (00:59 +0100)
commitd9d15a2eab4bfcbbace9f23ba7ab72e453a1b21f
treef1d69f1ee25de82ab03ea72dbcc5d75905d29e55
parent51fa9d616dff232f42f3905a4ff16f94f25838b0
sched: allow more subports

Increase the number of possible subports per port to allow up to 16 bits.
It is still possible that this will require excessive RAM.

Although mbuf structure is changed, it is ABI compatiable since it
just expands existing sched part of structure to overlap pre-existing hole
in the hash element of structure.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
doc/guides/rel_notes/deprecation.rst
lib/librte_mbuf/rte_mbuf.h
lib/librte_sched/rte_sched.c