]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
bnxt_en: wildcard smac while creating tunnel decap filter
authorSunil Challa <sunilkumar.challa@broadcom.com>
Fri, 1 Dec 2017 08:13:03 +0000 (03:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2017 02:25:38 +0000 (21:25 -0500)
commitc8fb7b8259c67b86cd93a71c85e78b34d2c96fdc
treedd7525558e152f12bd6be75045ee33dd97767df3
parenta7f3f939dd7d8398acebecd1ceb2e9e7ffbe91d2
bnxt_en: wildcard smac while creating tunnel decap filter

While creating a decap filter the tunnel smac need not (and must not) be
specified as we cannot ascertain the neighbor in the recv path. 'ttl'
match is also not needed for the decap filter and must be wild-carded.

Fixes: f484f6782e01 ("bnxt_en: add hwrm FW cmds for cfa_encap_record and decap_filter")
Signed-off-by: Sunil Challa <sunilkumar.challa@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c