DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Bugfixes
@ 2024-11-20 18:02 Serhii Iliushyk
  2024-11-20 18:02 ` [PATCH v1 1/3] net/ntnic: fix action modify field DSCP Serhii Iliushyk
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Serhii Iliushyk @ 2024-11-20 18:02 UTC (permalink / raw)
  To: dev; +Cc: mko-plv, sil-plv, ckm, andrew.rybchenko, ferruh.yigit, stephen

This patch set provides further fixes:

Feature DSCP:
  The issue with the modification of the DSCP field
  for IPV4 and IPV6 is fixed by adding
  copying the DSCP value to the flow handler.

Feature MTU:
  Supplement existing toggle-like macros
  with respective opposites for the correct enablement of the MTU

The header rte_pmd_ntnic.h was moved
to the root of ntnic PMD. The correct place for this header.

Danylo Vodopianov (1):
  net/ntnic: fix action modify field DSCP

Oleksandr Kolomeiets (2):
  net/ntnic: add supplementary macros
  net/ntnic: move headers to driver's root

 drivers/net/ntnic/meson.build                                 | 3 +++
 .../nthw/flow_api/profile_inline/flow_api_profile_inline.c    | 4 ++++
 .../nthw/flow_api/profile_inline/flow_api_profile_inline.h    | 3 +++
 drivers/net/ntnic/{nthw => }/rte_pmd_ntnic.h                  | 0
 4 files changed, 10 insertions(+)
 rename drivers/net/ntnic/{nthw => }/rte_pmd_ntnic.h (100%)

-- 
2.45.0


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

end of thread, other threads:[~2024-11-25 10:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20 18:02 [PATCH v1 0/3] Bugfixes Serhii Iliushyk
2024-11-20 18:02 ` [PATCH v1 1/3] net/ntnic: fix action modify field DSCP Serhii Iliushyk
2024-11-20 18:02 ` [PATCH v1 2/3] net/ntnic: add supplementary macros Serhii Iliushyk
2024-11-20 18:02 ` [PATCH v1 3/3] net/ntnic: move headers to driver's root Serhii Iliushyk
2024-11-24 18:12 ` [PATCH v1 0/3] Bugfixes Stephen Hemminger
2024-11-25 10:27   ` Serhii Iliushyk

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