-
Notifications
You must be signed in to change notification settings - Fork 728
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
Add support for i40e #440
base: devel
Are you sure you want to change the base?
Add support for i40e #440
Conversation
This patch is only for IPv4. 1. x-port DPDK/dpdk@97bd4ef from DPDK 18.02 2. uncomment DPVS_CFG_I40E_PMD The commit 97bd4ef9a0fecfc660231d9547f94a8df616e8df has been modified as 0003-net-i40e-support-input-set-configuration.patch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems incomplete. Also need to add support for fdir mask for each queue.
It's a bit hacking, but it can work. The fdir mask is set on port and no need to configure it on each queue. |
Hi Daniel, |
Hi, Thanks, |
i40e上你们有没有发现运行一段时间高概率软件收不到包,取包i40e_rx_scan_hw_ring函数中判断 I40E_RX_DESC_STATUS_DD_SHIFT位一直为0,但是硬件是收到包了 |
This patch is only for IPv4.
The commit 97bd4ef9a0fecfc660231d9547f94a8df616e8df has been modified as
0003-net-i40e-support-input-set-configuration.patch.