net/i40e: fix hash filter on X722
authorJeff Guo <jia.guo@intel.com>
Tue, 25 Oct 2016 02:42:36 +0000 (22:42 -0400)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 26 Oct 2016 17:42:23 +0000 (19:42 +0200)
commitf32f5aee9effafd14b24a6a17e537a994f77063c
tree3404d8f12a4e956e942900fbbd0d8f17d5361aa2
parent4675752f1ddf6a3c6c8f9e7e2143657adf120eaf
net/i40e: fix hash filter on X722

When verifying the Hash filtering on X722, we found a problem that
the hash value in descriptor is incorrect. The root cause is that X722
uses different way of hash key word selection compared with X710/XL710.
This patch fixes it by setting X722 specific key selection.

Fixes: 98f055707685 ("i40e: configure input fields for RSS or flow director")

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
drivers/net/i40e/i40e_ethdev.c