igb/ixgbe: fix build with ICC
authorRichardson, Bruce <bruce.richardson@intel.com>
Tue, 26 Nov 2013 11:07:52 +0000 (11:07 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Jan 2014 14:29:29 +0000 (15:29 +0100)
commitb2595c4aa92d412e03eed6223db229ae971bb64c
tree7746d180fe5918096cc3e01e3406949c8683b31e
parente8ae856140bce4e470005ecc02dfa5f7c433f2eb
igb/ixgbe: fix build with ICC

ICC requires an initializer be given for the static variables,
so adding one in cases where one wasn't previously given.

This problem was introduced in commit e8ae856140bce4e
(fix index overflow when resetting big queues).

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_e1000/igb_rxtx.c
lib/librte_pmd_ixgbe/ixgbe_rxtx.c