<div dir="ltr">I initialize a port with the following methods on a primary process:<div><br></div><div>rte_dev_probe(vf)<br></div><div><br></div><div>rte_eth_dev_configure(port_id, ... );<br><br>rte_eth_dev_adjust_nb_rx_tx_desc(port_id, ... );<br><br>rte_eth_rx_queue_setup(port_id, .... );<br> <br>rte_eth_tx_queue_setup(port_id, ... );<br><br>rte_eth_dev_start(port_id ... );<br></div><div><br></div><div><br></div><div><br></div><div>Then I use the rte_eth_tx_burst(port_id) in the secondary process but I get this message:</div><div><br></div><div>called tx_pkt_burst for not ready port 0 </div><div><br></div><div>Is this expected?</div></div>