We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我配置lcore_mask为多核,并在ff_init的参数里带了-p,这样配置后,queue id 为非0值。 但是仅仅在queueid为0时报文才能发成功,非零值时报文无法发送成功。 当自己构造报文,并用下面接口指定非0的queueid发送报文时也发送不出去。请问如何使用非0 的queue呢? ret = rte_eth_tx_burst(port, queueid, m_table, n);
The text was updated successfully, but these errors were encountered:
他这个配置比较死,多进程才能有多队列,你可以自己改一下dpdk网口设置的代码,一个进程绑多个队列,然后轮训的时候,for循环去burst就行
Sorry, something went wrong.
No branches or pull requests
我配置lcore_mask为多核,并在ff_init的参数里带了-p,这样配置后,queue id 为非0值。
但是仅仅在queueid为0时报文才能发成功,非零值时报文无法发送成功。
当自己构造报文,并用下面接口指定非0的queueid发送报文时也发送不出去。请问如何使用非0 的queue呢?
ret = rte_eth_tx_burst(port, queueid, m_table, n);
The text was updated successfully, but these errors were encountered: