From: David Marchand <david.marchand@redhat.com>
To: Mingjin Ye <mingjinx.ye@intel.com>,
Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org, Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Subject: Re: [PATCH v4] net/ice: add diagnostic support in Tx path
Date: Mon, 6 May 2024 14:50:58 +0200 [thread overview]
Message-ID: <CAJFAV8zKCL97bSD9Bng2hJknJy-mbGFbLDiipOEkWR2=cp+FYQ@mail.gmail.com> (raw)
In-Reply-To: <20240305101843.769539-1-mingjinx.ye@intel.com>
Hello,
On Tue, Mar 5, 2024 at 11:37 AM Mingjin Ye <mingjinx.ye@intel.com> wrote:
> /**
> * Structure to store private data for each PF/VF instance.
> */
> @@ -599,6 +610,8 @@ struct ice_adapter {
> struct ice_devargs devargs;
> enum ice_pkg_type active_pkg_type; /* loaded ddp package type */
> uint16_t fdir_ref_cnt;
> + /* For vector PMD */
> + eth_rx_burst_t tx_pkt_burst;
Caught while reading some drivers code.
It should be eth_tx_burst.
Btw, was using ethdev rx/tx callbacks considered?
--
David Marchand
prev parent reply other threads:[~2024-05-06 12:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-21 10:13 [PATCH] net/ice: add diagnostic support in TX path Mingjin Ye
2024-01-05 10:11 ` [PATCH v2] " Mingjin Ye
2024-03-01 9:50 ` [PATCH v3] " Mingjin Ye
2024-03-01 16:13 ` Patrick Robb
2024-03-04 9:33 ` [PATCH v4] net/ice: add diagnostic support in Tx path Mingjin Ye
2024-03-05 10:18 ` Mingjin Ye
2024-03-05 13:48 ` Bruce Richardson
2024-05-06 12:50 ` David Marchand [this message]
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='CAJFAV8zKCL97bSD9Bng2hJknJy-mbGFbLDiipOEkWR2=cp+FYQ@mail.gmail.com' \
--to=david.marchand@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=mingjinx.ye@intel.com \
--cc=vladimir.medvedkin@intel.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).