Re: [dpdk-dev] [RFT] net/netvsc: initialize link state

2020-02-07 Thread Mohammed Gamal
On Fri, 2020-02-07 at 08:12 -0800, Stephen Hemminger wrote: > On Fri, 07 Feb 2020 15:22:23 +0200 > Mohammed Gamal wrote: > > > On Thu, 2020-02-06 at 16:10 -0800, Stephen Hemminger wrote: > > > If application is using link state interrupt, the correct link > > > state > > > needs to be filled in w

Re: [dpdk-dev] [RFT] net/netvsc: initialize link state

2020-02-07 Thread Stephen Hemminger
On Fri, 07 Feb 2020 15:22:23 +0200 Mohammed Gamal wrote: > On Thu, 2020-02-06 at 16:10 -0800, Stephen Hemminger wrote: > > If application is using link state interrupt, the correct link state > > needs to be filled in when device is started. This is similar to > > how virtio updates link informat

Re: [dpdk-dev] [RFT] net/netvsc: initialize link state

2020-02-07 Thread Mohammed Gamal
On Thu, 2020-02-06 at 16:10 -0800, Stephen Hemminger wrote: > If application is using link state interrupt, the correct link state > needs to be filled in when device is started. This is similar to > how virtio updates link information. > > Reported-by: Mohammed Gamal > Signed-off-by: Stephen Hem

[dpdk-dev] [RFT] net/netvsc: initialize link state

2020-02-06 Thread Stephen Hemminger
If application is using link state interrupt, the correct link state needs to be filled in when device is started. This is similar to how virtio updates link information. Reported-by: Mohammed Gamal Signed-off-by: Stephen Hemminger --- This version marked RFT because am in airport without access