Re: [PATCH net] enic: increment devcmd2 result ring in case of timeout

2016-02-09 Thread David Miller
From: Govindarajulu Varadarajan Date: Wed, 3 Feb 2016 14:40:44 +0530 > From: Sandeep Pillai > > Firmware posts the devcmd result in result ring. In case of timeout, driver > does not increment the current result pointer and firmware could post the > result after timeout has occurred. During ne

Re: [PATCH net] enic: increment devcmd2 result ring in case of timeout

2016-02-09 Thread David Miller
From: Govindarajulu Varadarajan Date: Wed, 3 Feb 2016 14:40:44 +0530 > From: Sandeep Pillai > > Firmware posts the devcmd result in result ring. In case of timeout, driver > does not increment the current result pointer and firmware could post the > result after timeout has occurred. During ne

[PATCH net] enic: increment devcmd2 result ring in case of timeout

2016-02-03 Thread Govindarajulu Varadarajan
From: Sandeep Pillai Firmware posts the devcmd result in result ring. In case of timeout, driver does not increment the current result pointer and firmware could post the result after timeout has occurred. During next devcmd, driver would be reading the result of previous devcmd. Fix this by inc