Re: [PATCH net-next 0/2] Fix bugs in NFP flower match offload

2019-07-12 Thread David Miller
From: John Hurley Date: Wed, 10 Jul 2019 19:30:28 +0100 > This patchset contains bug fixes for corner cases in the match fields of > flower offloads. The patches ensure that flows that should not be > supported are not (incorrectly) offloaded. These include rules that match > on layer 3 and/or 4

[PATCH net-next 0/2] Fix bugs in NFP flower match offload

2019-07-10 Thread John Hurley
This patchset contains bug fixes for corner cases in the match fields of flower offloads. The patches ensure that flows that should not be supported are not (incorrectly) offloaded. These include rules that match on layer 3 and/or 4 data without specified ethernet or ip protocol fields. John Hurle