netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] nfp: flower: fixes for flower offload
@ 2018-09-11 13:38 Jakub Kicinski
  2018-09-11 13:38 ` [PATCH net 1/2] nfp: flower: fix vlan match by checking both vlan id and vlan pcp Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jakub Kicinski @ 2018-09-11 13:38 UTC (permalink / raw)
  To: davem; +Cc: netdev, oss-drivers, 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.

Louis Peens (1):
  nfp: flower: reject tunnel encap with ipv6 outer headers for
    offloading

Pieter Jansen van Vuuren (1):
  nfp: flower: fix vlan match by checking both vlan id and vlan pcp

 drivers/net/ethernet/netronome/nfp/flower/action.c  |  6 ++++++
 drivers/net/ethernet/netronome/nfp/flower/main.h    |  1 +
 drivers/net/ethernet/netronome/nfp/flower/match.c   |  2 +-
 drivers/net/ethernet/netronome/nfp/flower/offload.c | 11 +++++++++++
 4 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-13  1:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-11 13:38 [PATCH net 0/2] nfp: flower: fixes for flower offload Jakub Kicinski
2018-09-11 13:38 ` [PATCH net 1/2] nfp: flower: fix vlan match by checking both vlan id and vlan pcp Jakub Kicinski
2018-09-11 13:38 ` [PATCH net 2/2] nfp: flower: reject tunnel encap with ipv6 outer headers for offloading Jakub Kicinski
2018-09-12 20:19 ` [PATCH net 0/2] nfp: flower: fixes for flower offload David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).