Re: [PATCH net-next] liquidio VF: reduce load time of module

2017-01-12 Thread David Miller
From: Felix Manlunas Date: Wed, 11 Jan 2017 17:40:27 -0800 > From: Prasad Kanneganti > > Reduce the load time of the VF driver by decreasing the wait time between > iterations of the loop that polls for a mailbox response from the PF. Also > change the wait time units from jiffies to millisecon

[PATCH net-next] liquidio VF: reduce load time of module

2017-01-11 Thread Felix Manlunas
From: Prasad Kanneganti Reduce the load time of the VF driver by decreasing the wait time between iterations of the loop that polls for a mailbox response from the PF. Also change the wait time units from jiffies to milliseconds. Signed-off-by: Prasad Kanneganti Signed-off-by: Felix Manlunas S