SUSE下安装与centos下安装有稍许不同:
# cd dpdk-1.8.0
# grep -rn Werror . |grep -iE "Makefile|mk" |awk -F"[:]" '{print $1}' |while read line; do sed -i 's/\-Werror/ /g' $line; done
# make install T=x86_64-native-linuxapp-gcc EXTRA_CFLAGS="-msse4.2"
Logging::Info("UserThread[%02u_%10u]: %s Initialing .....\n", datacommres_.index, pThread_Self(), FileNameFormat(__FILE__));