mbox series

[v4,0/3] Match On VLAN Presence In Transfer Flows

Message ID 20210524114833.4056-1-ivan.malov@oktetlabs.ru (mailing list archive)
Headers
Series Match On VLAN Presence In Transfer Flows |

Message

Ivan Malov May 24, 2021, 11:48 a.m. UTC
  Changes in v2:
* [1/3] no longer triggers spelling warnings

Changes in v3:
* Attempt to correct mailing order of the patches

Changes in v4:
* Yet another attempt to correct mailing order of the patches

Andrew Rybchenko (1):
  common/sfc_efx/base: update MCDI headers

Ivan Malov (2):
  common/sfc_efx/base: add MAE VLAN presence match bits
  net/sfc: support matching on VLAN presence in transfer rules

 drivers/common/sfc_efx/base/efx.h             |   18 +
 drivers/common/sfc_efx/base/efx_impl.h        |    3 +-
 drivers/common/sfc_efx/base/efx_mae.c         |  235 +-
 drivers/common/sfc_efx/base/efx_regs_mcdi.h   | 3532 +++++++++++++++--
 .../common/sfc_efx/base/efx_regs_mcdi_aoe.h   |  142 +-
 .../common/sfc_efx/base/efx_regs_mcdi_strs.h  |    2 +-
 drivers/common/sfc_efx/version.map            |    1 +
 drivers/net/sfc/sfc_mae.c                     |  124 +-
 drivers/net/sfc/sfc_mae.h                     |   19 +-
 9 files changed, 3708 insertions(+), 368 deletions(-)
  

Comments

David Marchand July 7, 2021, 10 a.m. UTC | #1
On Mon, May 24, 2021 at 1:49 PM Ivan Malov <ivan.malov@oktetlabs.ru> wrote:
>
> Changes in v2:
> * [1/3] no longer triggers spelling warnings
>
> Changes in v3:
> * Attempt to correct mailing order of the patches
>
> Changes in v4:
> * Yet another attempt to correct mailing order of the patches
>
> Andrew Rybchenko (1):
>   common/sfc_efx/base: update MCDI headers
>
> Ivan Malov (2):
>   common/sfc_efx/base: add MAE VLAN presence match bits
>   net/sfc: support matching on VLAN presence in transfer rules

Series applied, thanks.