DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] fm10k: fix the compilation on big endian platforms
@ 2015-08-03  6:31 Chao Zhu
  2015-08-03  6:31 ` Chao Zhu
  2015-08-03  8:53 ` Thomas Monjalon
  0 siblings, 2 replies; 8+ messages in thread
From: Chao Zhu @ 2015-08-03  6:31 UTC (permalink / raw)
  To: dev

The using of rte_cpu_to_le_32() in pre-compile macros will cause error
'initializer element is not constant' on big endian platforms. This patch
fixes the compilation error of fm10k driver.


Chao Zhu (1):
  fm10k: fix the compilation on big endian platforms

 drivers/net/fm10k/base/fm10k_tlv.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-08-04  0:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-03  6:31 [dpdk-dev] [PATCH] fm10k: fix the compilation on big endian platforms Chao Zhu
2015-08-03  6:31 ` Chao Zhu
2015-08-03  9:06   ` Thomas Monjalon
2015-08-03 11:32     ` Chao Zhu
2015-08-03 11:38       ` Thomas Monjalon
2015-08-04  0:50         ` Tony Lu
2015-08-03  8:53 ` Thomas Monjalon
2015-08-03  9:02   ` Chao Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).