Re: [PATCH V3 net-next 00/14] Bug Fixes in ENA driver.

2017-01-27 Thread David Miller
From: Netanel Belgazal Date: Fri, 27 Jan 2017 00:18:02 +0200 > Changes between V3 and V2: > * Fix typos and correct alignment in commit messages. > * use napi_complete_done() return value to determine when the napi > handler needs to unmask the interrupts rather than

Re: [PATCH V3 net-next 00/14] Bug Fixes in ENA driver.

2017-01-27 Thread David Miller
From: Netanel Belgazal Date: Fri, 27 Jan 2017 00:18:02 +0200 > Changes between V3 and V2: > * Fix typos and correct alignment in commit messages. > * use napi_complete_done() return value to determine when the napi > handler needs to unmask the interrupts rather than implementing > non standard

[PATCH V3 net-next 00/14] Bug Fixes in ENA driver.

2017-01-26 Thread Netanel Belgazal
Changes between V3 and V2: * Fix typos and correct alignment in commit messages. * use napi_complete_done() return value to determine when the napi handler needs to unmask the interrupts rather than implementing non standard solution. * Remove new features from this patchset and leave bug fixes

[PATCH V3 net-next 00/14] Bug Fixes in ENA driver.

2017-01-26 Thread Netanel Belgazal
Changes between V3 and V2: * Fix typos and correct alignment in commit messages. * use napi_complete_done() return value to determine when the napi handler needs to unmask the interrupts rather than implementing non standard solution. * Remove new features from this patchset and leave bug fixes