-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
Failed to run NFF-go in AWS EC2 with ena driver #718
Comments
It looks like ENA driver doesn't support this number of TX rings. You can try to pass an appropriate value into arguments of |
HI @gshimansky, I tried to pass different values to config := &flow.Config{
HWTXChecksum: true,
TXQueuesNumberPerPort: values, // XXX: tried [0-8], but didn't change the error message
}
flow.SystemInit(config) journal logs
If I set
It seems to be the problem caused by the Is there any way I can configure the UpdateI tried again to set Performance with iperf3
|
Hi, I have a problem that I can't run nff-go on AWS EC2 instance. I got some error messages from DPDK about the init port failure with the ENA driver.
Full message
I checked with https://github.com/DPDK/dpdk/blob/main/lib/librte_ethdev/rte_ethdev.c#L2019-L2034 generated this error message. And in nff-go/internel/low/low.h, set the nb_tx_desc to 2048.
I tried to reduce TX_RING_SIZE to 1024, but got another warning message but still can't process packets from DPDK flow.
Full message
Here's the information about the environment.
The text was updated successfully, but these errors were encountered: