[PATCH v2 0/2] Bugfixes
Serhii Iliushyk
sil-plv at napatech.com
Fri Nov 22 23:49:13 CET 2024
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
More information about the dev
mailing list