commit | 6fc7caa84e713f7627e171ab1e7c4b5be0dc9b3d | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Fri Jan 17 00:32:46 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 18 14:38:29 2020 +0100 |
tree | ea0006cb4d704bc08c093b3350a2db9fa50513df | |
parent | ceb3284c588eee5ea256c70e4d8d7cf399b8134e [diff] |
bnxt_en: Fix ipv6 RFS filter matching logic. Fix bnxt_fltr_match() to match ipv6 source and destination addresses. The function currently only checks ipv4 addresses and will not work corrently on ipv6 filters. Fixes: c0c050c58d84 ("bnxt_en: New Broadcom ethernet driver.") Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>