Re: [PATCH net] ionic: update the queue count on open

2020-06-25 Thread Shannon Nelson
On 6/25/20 3:57 PM, Jakub Kicinski wrote: On Thu, 25 Jun 2020 13:12:15 -0700 Shannon Nelson wrote: Let the network stack know the real number of queues that we are using. Fixes: 49d3b493673a ("ionic: disable the queues on link down") Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pen

Re: [PATCH net] ionic: update the queue count on open

2020-06-25 Thread Jakub Kicinski
On Thu, 25 Jun 2020 13:12:15 -0700 Shannon Nelson wrote: > Let the network stack know the real number of queues that > we are using. > > Fixes: 49d3b493673a ("ionic: disable the queues on link down") > Signed-off-by: Shannon Nelson > --- > drivers/net/ethernet/pensando/ionic/ionic_lif.c | 3 +++

[PATCH net] ionic: update the queue count on open

2020-06-25 Thread Shannon Nelson
Let the network stack know the real number of queues that we are using. Fixes: 49d3b493673a ("ionic: disable the queues on link down") Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/ethernet/pen