DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Bugfixes
@ 2024-11-22 22:49 Serhii Iliushyk
  2024-11-22 22:49 ` [PATCH v2 1/2] net/ntnic: fix incorrect error message Serhii Iliushyk
  2024-11-22 22:49 ` [PATCH v2 2/2] net/ntnic: fix of Toeplitz key and log with mask Serhii Iliushyk
  0 siblings, 2 replies; 4+ messages in thread
From: Serhii Iliushyk @ 2024-11-22 22:49 UTC (permalink / raw)
  To: dev; +Cc: mko-plv, sil-plv, ckm, andrew.rybchenko, ferruh.yigit, stephen

This patch set provides further fixes:

Feature RSS:
  Fix the Toeplitz key and log with a mask.
  Toeplitz's secret keyword order was reversed during programming into
  FPGA, which leads to unexpected RSS hash values.

Error handling:
  The missed error messages were added to the list to avoid incorrect logs
  Change order base initializers to index base initializers
  Add static assertions to control the completeness of the list of messages.

Serhii Iliushyk (2):
  net/ntnic: fix incorrect error message
  net/ntnic: fix of Toeplitz key and log with mask

 drivers/net/ntnic/include/flow_api.h          |   3 +-
 drivers/net/ntnic/include/flow_api_engine.h   |   3 +-
 drivers/net/ntnic/nthw/flow_api/flow_api.c    | 164 ++++++++++++------
 .../profile_inline/flow_api_profile_inline.c  |  61 +++----
 4 files changed, 139 insertions(+), 92 deletions(-)

-- 
2.45.0


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

end of thread, other threads:[~2024-11-22 23:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-22 22:49 [PATCH v2 0/2] Bugfixes Serhii Iliushyk
2024-11-22 22:49 ` [PATCH v2 1/2] net/ntnic: fix incorrect error message Serhii Iliushyk
2024-11-22 23:08   ` Stephen Hemminger
2024-11-22 22:49 ` [PATCH v2 2/2] net/ntnic: fix of Toeplitz key and log with mask 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).