[dpdk-dev] [PATCH] compilation fixes for ICC

2013-12-10 Thread Thomas Monjalon
26/11/2013 12:07, Richardson, Bruce : > Compilation fixes for ICC > > ICC requires an initializer be given for the static variables, so > adding one in cases where one wasn't previously given. Acked and applied. -- Thomas

[dpdk-dev] [PATCH] compilation fixes for ICC

2013-11-26 Thread Richardson, Bruce
Compilation fixes for ICC ICC requires an initializer be given for the static variables, so adding one in cases where one wasn't previously given. --- lib/librte_pmd_e1000/igb_rxtx.c |6 -- lib/librte_pmd_ixgbe/ixgbe_rxtx.c |6 -- 2 files changed, 8 insertions(+), 4 deletions(-)