port: fix burst size mask type
authorJasvinder Singh <jasvinder.singh@intel.com>
Mon, 11 Apr 2016 17:54:46 +0000 (18:54 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Apr 2016 20:22:08 +0000 (22:22 +0200)
commit52f7a5aeb190427232ba0289ec156e91ae68d3e6
treece67ab41e576259b0006e82b2efed5d6ede8bdaa
parent03600dd583af60c1cb454ee5e8e9f2118269545d
port: fix burst size mask type

Fixes the variable bsz_mask type from uint32_t to uint64_t

Fixes: 4d97e8b565cc ("port: ethdev")
Fixes: 304c8091e90a ("port: add ethdev writer nodrop")
Fixes: 8dceb6aa6ecf ("port: hierarchical scheduler")
Fixes: 3e5966837a09 ("port: new Tx burst implementation of ring writer")
Fixes: 5f4cd47309d6 ("port: add ring writer nodrop")

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_port/rte_port_ethdev.c
lib/librte_port/rte_port_ring.c
lib/librte_port/rte_port_sched.c