DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC 0/2] use traffic class PRM field for IPv6 modification
@ 2024-01-10  7:12 Gavin Li
  2024-01-10  7:12 ` [RFC 1/2] net/mlx5: discover IPv6 traffic class support in RDMA core Gavin Li
  2024-01-10  7:12 ` [RFC 2/2] net/mlx5: use traffic class PRM field for IPv6 modification Gavin Li
  0 siblings, 2 replies; 3+ messages in thread
From: Gavin Li @ 2024-01-10  7:12 UTC (permalink / raw)
  To: dev, dsosnowski, viacheslavo, orika, suanmingm, matan; +Cc: jiaweiw, rasland

New PRM defined new field OUT_IPV6_TRAFFIC_CLASS for IPv6 which will be
used by both IPv6 ECN and DSCP. To apply the new ID and keep backward
compatibility with different RDMA core and FW releases, 1) detect the
support of the new ID in RDMA core and FW. 2) apply the new ID if possible
otherwise, keep using the old ID.

Gavin Li (2):
  net/mlx5: discover IPv6 traffic class support in RDMA core
  net/mlx5: use traffic class PRM field for IPv6 modification

 drivers/common/mlx5/mlx5_devx_cmds.c |  3 ++
 drivers/common/mlx5/mlx5_devx_cmds.h |  1 +
 drivers/common/mlx5/mlx5_prm.h       |  8 ++-
 drivers/net/mlx5/linux/mlx5_os.c     |  5 ++
 drivers/net/mlx5/mlx5.h              |  1 +
 drivers/net/mlx5/mlx5_flow.c         | 42 +++++++++++++++
 drivers/net/mlx5/mlx5_flow.h         |  4 ++
 drivers/net/mlx5/mlx5_flow_dv.c      | 78 ++++++++++++++++++++++++----
 drivers/net/mlx5/mlx5_flow_hw.c      |  7 +++
 9 files changed, 138 insertions(+), 11 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-01-10  7:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10  7:12 [RFC 0/2] use traffic class PRM field for IPv6 modification Gavin Li
2024-01-10  7:12 ` [RFC 1/2] net/mlx5: discover IPv6 traffic class support in RDMA core Gavin Li
2024-01-10  7:12 ` [RFC 2/2] net/mlx5: use traffic class PRM field for IPv6 modification Gavin Li

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