[dpdk-dev] [PATCH] kni: fix build with kernel 3.15

2014-04-17 Thread Thomas Monjalon
2014-04-14 16:50, Aaro Koskinen: > rxhash has been renamed to hash. In 3.14 and newer, we can use > skb_set_hash(). > > Signed-off-by: Aaro Koskinen Acked-by: Thomas Monjalon It's applied for version 1.6.0r2. Thanks -- Thomas

[dpdk-dev] [PATCH] kni: fix build with kernel 3.15

2014-04-14 Thread Aaro Koskinen
rxhash has been renamed to hash. In 3.14 and newer, we can use skb_set_hash(). Signed-off-by: Aaro Koskinen --- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 3 ++- lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 11 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff