Re: [PATCH net 0/2] nfp: flower: fixes for flower offload

2018-09-12 Thread David Miller
From: Jakub Kicinski Date: Tue, 11 Sep 2018 06:38:43 -0700 > Two fixes for flower matching and tunnel encap. Pieter fixes > VLAN matching if the entire VLAN id is masked out and match > is only performed on the PCP field. Louis adds validation of > tunnel flags for encap, most importantly we sh

[PATCH net 0/2] nfp: flower: fixes for flower offload

2018-09-11 Thread Jakub Kicinski
Hi! Two fixes for flower matching and tunnel encap. Pieter fixes VLAN matching if the entire VLAN id is masked out and match is only performed on the PCP field. Louis adds validation of tunnel flags for encap, most importantly we should not offload actions on IPv6 tunnels if it's not supported.