DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] net/mlx5: add modify field ADD fields support
@ 2023-12-14  3:04 Suanming Mou
  2023-12-14  3:04 ` [PATCH 1/4] net/mlx5: add TCP/IP length modify field Suanming Mou
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Suanming Mou @ 2023-12-14  3:04 UTC (permalink / raw)
  Cc: dev, rasland

Before this series, the modify_field ADD operation in mlx5 PMD only
allowed sum of immediate value to field.

ADD_FIELD operation allows user to add the src field value to the
dest field. Dest field has the sum of src field value and original
dst field value.


Suanming Mou (4):
  net/mlx5: add TCP/IP length modify field
  net/mlx5: rename modify copy destination to destination
  net/mlx5: add modify field action ADD fields support
  net/mlx5: add modify field action ADD fields validation

 doc/guides/rel_notes/release_24_03.rst |  4 ++
 drivers/common/mlx5/mlx5_prm.h         |  4 ++
 drivers/net/mlx5/mlx5_flow.h           |  2 +-
 drivers/net/mlx5/mlx5_flow_dv.c        | 83 ++++++++++++++++++++------
 drivers/net/mlx5/mlx5_flow_hw.c        | 42 ++++++++++++-
 5 files changed, 112 insertions(+), 23 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-01-07 12:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-14  3:04 [PATCH 0/4] net/mlx5: add modify field ADD fields support Suanming Mou
2023-12-14  3:04 ` [PATCH 1/4] net/mlx5: add TCP/IP length modify field Suanming Mou
2023-12-14 11:35   ` Ori Kam
2023-12-14 11:36   ` Ori Kam
2023-12-14  3:04 ` [PATCH 2/4] net/mlx5: rename modify copy destination to destination Suanming Mou
2023-12-14 11:37   ` Ori Kam
2023-12-14  3:04 ` [PATCH 3/4] net/mlx5: add modify field action ADD fields support Suanming Mou
2023-12-14 11:38   ` Ori Kam
2023-12-14  3:04 ` [PATCH 4/4] net/mlx5: add modify field action ADD fields validation Suanming Mou
2023-12-14 11:39   ` Ori Kam
2024-01-07 12:37 ` [PATCH 0/4] net/mlx5: add modify field ADD fields support Raslan Darawsheh

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).