[dpdk-dev] [PATCH 0/2] Compile fixes in SUSE11 SP3 i686 platform

2016-03-31 Thread Thomas Monjalon
2016-03-25 15:20, Michael Qiu: > In SUSE11 SP3 i686 platform with gcc version 4.5.1, there is > some compile issues. This patch set is try to fix them. > > Michael Qiu (2): > lib/librte_lpm: Fix anonymous union initialization issue > drivers/crypto: Fix anonymous union initialization in crypto

[dpdk-dev] [PATCH 0/2] Compile fixes in SUSE11 SP3 i686 platform

2016-03-25 Thread Michael Qiu
In SUSE11 SP3 i686 platform with gcc version 4.5.1, there is some compile issues. This patch set is try to fix them. Michael Qiu (2): lib/librte_lpm: Fix anonymous union initialization issue drivers/crypto: Fix anonymous union initialization in crypto drivers/crypto/null/null_crypto_pmd_ops.