Re: [dpdk-dev] Issue with X550 link status

2020-03-09 Thread Kevin Traynor
On 04/03/2020 21:22, Dey, Souvik wrote: Hi Souvik, > Little more information. It looks like the below X550 nic is broken as the > change related to http://patches.dpdk.org/patch/63951/ is not been backported. > The below patch broken the link status for ixgbevf and the fix was done in > the abo

Re: [dpdk-dev] Issue with X550 link status

2020-03-05 Thread Zhang, Xiao
Hi Souvik, The patch http://patches.dpdk.org/patch/63951/ has been queued to LTS release 18.11.7 by Kevin. And the release date should be April 2020 according to the release plan on http://core.dpdk.org/roadmap/. BR, Xiao From: Dey, Souvik [mailto:so...@rbbn.com] Sent: Thursday, March 5, 2020

Re: [dpdk-dev] Issue with X550 link status

2020-03-04 Thread Dey, Souvik
Little more information. It looks like the below X550 nic is broken as the change related to http://patches.dpdk.org/patch/63951/ is not been backported. The below patch broken the link status for ixgbevf and the fix was done in the above patch but we have only backported the below patch to 18.11

Re: [dpdk-dev] Issue with X550 link status

2020-03-04 Thread Dey, Souvik
The X550 NIC is of the below device id. [root@stdell10 ~]# lspci -nnn | grep -i ether 19:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10G X550T [8086:1563] (rev 01) 19:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10G X550T [8086:1563] (rev 01) 1

[dpdk-dev] Issue with X550 link status

2020-03-04 Thread Dey, Souvik
Hi All, After upgrading to DPDK 18.11.6 LTS release from 18.11.2 the link_update call for link status update is not working for X550 NICs SR-IOV enabled. On debugging it looks like the change introduced as a part of this patch is causing the issue. https://patches.dpdk.org/patch/