Re: [dpdk-dev] [PATCH] netvsc: update link info when getting device info

2020-02-06 Thread Stephen Hemminger
On Thu, 6 Feb 2020 12:55:41 +0200 Mohammed Gamal wrote: > testpmd 'show summary' command always shows interface status as down > with 0 Mbps speed regardless of the underlying VF's status. > This happens as hn_dev_link_update() is never called, even on the initial > RNDIS_STATUS_MEDIA_CONNECT me

[dpdk-dev] [PATCH] netvsc: update link info when getting device info

2020-02-06 Thread Mohammed Gamal
testpmd 'show summary' command always shows interface status as down with 0 Mbps speed regardless of the underlying VF's status. This happens as hn_dev_link_update() is never called, even on the initial RNDIS_STATUS_MEDIA_CONNECT message as LSC interrupts are not yet enabled at this point. Let's c