net/ixgbe/base: add missing FDIRSCTPM mask setting
authorXiao Wang <xiao.w.wang@intel.com>
Sun, 25 Sep 2016 09:00:03 +0000 (17:00 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commit1eb4050817d4e57523bff836baf572ee7e982ca9
tree55f6c8ce561a9f57998071142b52e7b2ef068fda
parentc9bc2f6d2dfe400575110b19441faced2ace0665
net/ixgbe/base: add missing FDIRSCTPM mask setting

This patch adds missing FDIRSCTPM mask setting for tunneled packets.
It should be set the same way as FDIRTCPM and FDIRUDPM so that SCTP
packets can be filtered correctly.

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_82599.c