DPDK usage discussions
 help / color / mirror / Atom feed
* Initializing and starting port on primary but transmitting on secondary I get port not ready
@ 2022-08-31 20:59 Anna Tauzzi
  2022-09-01  1:25 ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Anna Tauzzi @ 2022-08-31 20:59 UTC (permalink / raw)
  To: users

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

I initialize a port with the following methods on a primary process:

rte_dev_probe(vf)

rte_eth_dev_configure(port_id, ... );

rte_eth_dev_adjust_nb_rx_tx_desc(port_id, ... );

rte_eth_rx_queue_setup(port_id, .... );

rte_eth_tx_queue_setup(port_id, ... );

rte_eth_dev_start(port_id ... );



Then I use the rte_eth_tx_burst(port_id) in the secondary process but I get
this message:

called tx_pkt_burst for not ready port 0

Is this expected?

[-- Attachment #2: Type: text/html, Size: 653 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-05 10:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 20:59 Initializing and starting port on primary but transmitting on secondary I get port not ready Anna Tauzzi
2022-09-01  1:25 ` Stephen Hemminger
2022-09-01  7:33   ` Anna Tauzzi
2022-09-01 15:21     ` Stephen Hemminger
2022-09-05 10:14       ` Anna Tauzzi

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).