DPDK patches and discussions
 help / color / mirror / Atom feed
From: Serhii Iliushyk <sil-plv@napatech.com>
To: dev@dpdk.org
Cc: mko-plv@napatech.com, sil-plv@napatech.com, ckm@napatech.com,
	andrew.rybchenko@oktetlabs.ru, ferruh.yigit@amd.com,
	stephen@networkplumber.org
Subject: [PATCH v2 0/2] Bugfixes
Date: Fri, 22 Nov 2024 23:49:13 +0100	[thread overview]
Message-ID: <20241122224916.432217-1-sil-plv@napatech.com> (raw)

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


             reply	other threads:[~2024-11-22 22:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-22 22:49 Serhii Iliushyk [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241122224916.432217-1-sil-plv@napatech.com \
    --to=sil-plv@napatech.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=ckm@napatech.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=mko-plv@napatech.com \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).