DPDK patches and discussions
 help / color / mirror / Atom feed
From: Srikanth Yalavarthi <syalavarthi@marvell.com>
Cc: <dev@dpdk.org>, <syalavarthi@marvell.com>,
	<sshankarnara@marvell.com>, <aprabhu@marvell.com>,
	<ptakkar@marvell.com>
Subject: [PATCH v1 0/3] Add support for 32 I/O per model
Date: Sat, 22 Apr 2023 22:08:11 -0700	[thread overview]
Message-ID: <20230423050814.825-1-syalavarthi@marvell.com> (raw)

This patch series adds support for 32 inputs / outputs per each
model. Changes required to enable the required support include:

1. Splitiing model metadata fields into structures.
2. Update model metadata to v2301 which supports 32 I/O.
3. Update ML driver code to support metadata v2301 .


Srikanth Yalavarthi (3):
  ml/cnxk: split metadata fields into sections
  ml/cnxk: update model metadata to v2301
  ml/cnxk: add support for 32 I/O per model

 drivers/ml/cnxk/cn10k_ml_model.c | 401 +++++++++++++++++-------
 drivers/ml/cnxk/cn10k_ml_model.h | 512 +++++++++++++++++--------------
 drivers/ml/cnxk/cn10k_ml_ops.c   | 133 ++++++--
 3 files changed, 659 insertions(+), 387 deletions(-)

--
2.17.1


             reply	other threads:[~2023-04-23  5:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-23  5:08 Srikanth Yalavarthi [this message]
2023-04-23  5:08 ` [PATCH v1 1/3] ml/cnxk: split metadata fields into sections Srikanth Yalavarthi
2023-04-23  5:08 ` [PATCH v1 2/3] ml/cnxk: update model metadata to v2301 Srikanth Yalavarthi
2023-04-23  5:08 ` [PATCH v1 3/3] ml/cnxk: add support for 32 I/O per model Srikanth Yalavarthi
2023-06-12 16:28 ` [PATCH v1 0/3] Add " Thomas Monjalon

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=20230423050814.825-1-syalavarthi@marvell.com \
    --to=syalavarthi@marvell.com \
    --cc=aprabhu@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ptakkar@marvell.com \
    --cc=sshankarnara@marvell.com \
    /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).