Hello, On Tue, Mar 5, 2024 at 11:37 AM Mingjin Ye <mingjinx...@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