Re: [PATCH net-next 0/7] net: dsa: bcm_sf2: Add support for IPv6 CFP rules

2017-10-20 Thread Florian Fainelli
On 10/20/2017 02:34 PM, Florian Fainelli wrote: > Hi all, > > This patch series adds support for matching IPv6 addresses to the existing CFP > support code. Because IPv6 addresses are four times bigger than IPv4, we can > fit them anymore in a single slice, so we need to chain two in order to have

[PATCH net-next 0/7] net: dsa: bcm_sf2: Add support for IPv6 CFP rules

2017-10-20 Thread Florian Fainelli
Hi all, This patch series adds support for matching IPv6 addresses to the existing CFP support code. Because IPv6 addresses are four times bigger than IPv4, we can fit them anymore in a single slice, so we need to chain two in order to have a complete match. This makes us require a second bitmap t