From: Nirranjan Kirubaharan <nirran...@chelsio.com> Date: Thu, 30 May 2019 23:14:28 -0700
> + while (--ethqidx >= 0) { > + --msi_index; It is more canonical to use "msi_index--;" here.
From: Nirranjan Kirubaharan <nirran...@chelsio.com> Date: Thu, 30 May 2019 23:14:28 -0700
> + while (--ethqidx >= 0) { > + --msi_index; It is more canonical to use "msi_index--;" here.