[PATCH v4] net/ice: add diagnostic support in Tx path
David Marchand
david.marchand at redhat.com
Mon May 6 14:50:58 CEST 2024
Hello,
On Tue, Mar 5, 2024 at 11:37 AM Mingjin Ye <mingjinx.ye at 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
More information about the dev
mailing list