mbox series

[0/5] net/sfc: support IP TTL decrement actions in transfer flows

Message ID 20211105215409.5706-1-ivan.malov@oktetlabs.ru (mailing list archive)
Headers
Series net/sfc: support IP TTL decrement actions in transfer flows |

Message

Ivan Malov Nov. 5, 2021, 9:54 p.m. UTC
  Ivan Malov (5):
  common/sfc_efx/base: refine adding encap action to a set
  common/sfc_efx/base: refine adding count action to a set
  common/sfc_efx/base: factor out no-op helper functions
  common/sfc_efx/base: support adding dec. TTL action to a set
  net/sfc: support decrement IP TTL actions in transfer flows

 doc/guides/nics/features/sfc.ini       |   2 +
 doc/guides/nics/sfc_efx.rst            |   4 +
 drivers/common/sfc_efx/base/ef10_nic.c |   9 ++
 drivers/common/sfc_efx/base/efx.h      |  14 +++
 drivers/common/sfc_efx/base/efx_impl.h |   8 ++
 drivers/common/sfc_efx/base/efx_mae.c  | 151 +++++++++++--------------
 drivers/common/sfc_efx/version.map     |   1 +
 drivers/net/sfc/sfc_mae.c              |   8 ++
 8 files changed, 110 insertions(+), 87 deletions(-)
  

Comments

Ferruh Yigit Nov. 8, 2021, 3:32 p.m. UTC | #1
On 11/5/2021 9:54 PM, Ivan Malov wrote:
> Ivan Malov (5):
>    common/sfc_efx/base: refine adding encap action to a set
>    common/sfc_efx/base: refine adding count action to a set
>    common/sfc_efx/base: factor out no-op helper functions
>    common/sfc_efx/base: support adding dec. TTL action to a set
>    net/sfc: support decrement IP TTL actions in transfer flows
> 

Series applied to dpdk-next-net/main, thanks.