Go to file
Xuelin Shi afc5c914a0 lpm: fix big endian support
This module uses type conversion between struct and int.
Also truncation and comparison is used with this int.
It is not safe for different endian arch.

Add ifdef for big endian struct to fix this issue.

Signed-off-by: Xuelin Shi <xuelin.shi@freescale.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2015-07-10 23:23:15 +02:00
app app/test: improve hash unit tests 2015-07-10 12:34:13 +02:00
config mk: enable next abi preview 2015-07-09 00:56:40 +02:00
doc cxgbe: update documentation 2015-07-10 03:00:57 +02:00
drivers pcap: support jumbo frames 2015-07-10 23:14:47 +02:00
examples examples/ip_pipeline: rework flow classification pipeline 2015-07-09 17:25:46 +02:00
lib lpm: fix big endian support 2015-07-10 23:23:15 +02:00
mk mk: enable next abi preview 2015-07-09 00:56:40 +02:00
pkg mk: enable next abi preview 2015-07-09 00:56:40 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS maintainers: claim EAL of IBM POWER 2015-07-01 23:39:43 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00