Comment 4 for bug 1359940

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/2892
Committed: http://github.org/Juniper/contrail-vrouter/commit/94f527c9fa8ce9422c1c759621c41422bf03e619
Submitter: Zuul
Branch: R1.06

commit 94f527c9fa8ce9422c1c759621c41422bf03e619
Author: anandhk-juniper <email address hidden>
Date: Fri Aug 22 01:16:07 2014 +0530

Fix compilation failure for kernels above 3.13.11

skb_get_rxhash was renamed to skb_get_hash somewhere between 3.13.0
and 3.14.0. skb_get_rxhash does not exist in ubuntu sources for
3.13.0-32, for which the version code is 3.13.11. Make skb_get_rxhash
return skb_get_hash for versions above 3.13.11

Closes Bug:1359940

Change-Id: If3710bf55c0664a85cf8eb4b148f33bded653782
(cherry picked from commit ed0fd5a123a610f0e101aef98aa064e57b254cad)