Re: [PATCH net] net: dsa: bcm_sf2: Set correct CHAIN_ID and slice number mask
From: David Miller <davem@davemloft.net>
Date: 2017-11-30 19:22:14
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2017-11-30 19:22:14
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com> Date: Thu, 30 Nov 2017 10:45:26 -0800
When configuring an IPv6 address mask, we should use SLICE_NUM_MASK as
the mask in order to make sure all bits are masked by the hardware.
Also, we want matching entries to have a CHAIN_ID value set to the same
value as the rule index we return to user-space for convenience, so fix
that too.
Fixes: ba0696c22e7c ("net: dsa: bcm_sf2: Add support for IPv6 CFP rules")
Fixes: dd8eff68343d ("net: dsa: bcm_sf2: Allow matching arbitrary IPv6 masks/lengths")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>Applied, thanks Florian.