net/ice: fix IPv6 UDP port matching
authorYahui Cao <yahui.cao@intel.com>
Thu, 24 Oct 2019 12:56:37 +0000 (20:56 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 25 Oct 2019 17:20:24 +0000 (19:20 +0200)
commit16cbe5f469491cd7be324eb5d41b095b6774e93d
tree64e0f9092d55f9d4be361a0debd7ce6ac252bf7e
parenta5d7c23ec5ca756a091867044fd10a4a9e46b823
net/ice: fix IPv6 UDP port matching

Reverse the src and dest notion, since the HW expects them to be from Tx
perspective where as the input from user is from Rx filter view.

Fixes: f5cafa961fae ("net/ice: add flow director create and destroy")

Signed-off-by: Yahui Cao <yahui.cao@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ice/ice_fdir_filter.c