Re: [PATCH net-next] cxgb4: Setup FW queues before registering netdev

2018-03-25 Thread David Miller
From: Ganesh Goudar Date: Fri, 23 Mar 2018 15:25:10 +0530 > From: Arjun Vynipadath > > When NetworkManager is enabled, there are chances that interface up > is called even before probe completes. This means we have not yet > allocated the FW sge queues, hence rest of ingress queue allocation >

[PATCH net-next] cxgb4: Setup FW queues before registering netdev

2018-03-23 Thread Ganesh Goudar
From: Arjun Vynipadath When NetworkManager is enabled, there are chances that interface up is called even before probe completes. This means we have not yet allocated the FW sge queues, hence rest of ingress queue allocation wont be proper. Fix this by calling setup_fw_sge_queues() before registe