> -----Original Message-----
> From: Jakub Kicinski <[email protected]>
> Sent: Friday, June 26, 2020 12:00 PM
> To: Kirsher, Jeffrey T <[email protected]>
> Cc: [email protected]; Michael, Alice <[email protected]>;
> [email protected]; [email protected]; [email protected];
> Brady, Alan <[email protected]>; Burra, Phani R <[email protected]>;
> Hay, Joshua A <[email protected]>; Chittim, Madhu
> <[email protected]>; Linga, Pavan Kumar
> <[email protected]>; Skidmore, Donald C
> <[email protected]>; Brandeburg, Jesse
> <[email protected]>; Samudrala, Sridhar
> <[email protected]>
> Subject: Re: [net-next v3 09/15] iecm: Init and allocate vport
> 
> On Thu, 25 Jun 2020 19:07:31 -0700 Jeff Kirsher wrote:
> > @@ -532,7 +540,12 @@ static void iecm_service_task(struct work_struct
> *work)
> >   */
> >  static void iecm_up_complete(struct iecm_vport *vport)  {
> > -   /* stub */
> > +   netif_set_real_num_rx_queues(vport->netdev, vport->num_txq);
> > +   netif_set_real_num_tx_queues(vport->netdev, vport->num_rxq);
> 
> These can fail.
> 
> > +   netif_carrier_on(vport->netdev);
> > +   netif_tx_start_all_queues(vport->netdev);
> > +
> > +   vport->adapter->state = __IECM_UP;
> >  }

Will fix, thanks

-Alan

Reply via email to