RE: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups

2016-09-06 Thread Dexuan Cui
...@aepfle.de; > a...@canonical.com; jasow...@redhat.com; vkuzn...@redhat.com; Haiyang > Zhang ; Hadden Hoppert > ; Stephen Hemminger > Subject: Re: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups > > On Tue, Aug 23, 2016 at 04:42:41AM +, Dexuan Cui wrote: > > > >

Re: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups

2016-09-06 Thread Bjorn Helgaas
On Tue, Aug 23, 2016 at 04:42:41AM +, Dexuan Cui wrote: > > 1. use zero-length array to make the code more readable. > 2. remove an unused struct member. > 3. small error handling improvement to some error cases. > > Dexuan Cui (5): > PCI: hv: use zero-length message in struct pci_packet >

RE: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups

2016-09-06 Thread KY Srinivasan
inuxdriverproject.org; o...@aepfle.de; > a...@canonical.com; jasow...@redhat.com; vkuzn...@redhat.com; Haiyang > Zhang ; Hadden Hoppert > ; Stephen Hemminger > Subject: Re: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups > > On Tue, Aug 23, 2016 at 04:42:41AM +, Dexua

RE: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups

2016-09-06 Thread KY Srinivasan
> -Original Message- > From: Dexuan Cui > Sent: Tuesday, August 23, 2016 10:13 AM > To: Bjorn Helgaas ; linux-...@vger.kernel.org; > gre...@linuxfoundation.org; KY Srinivasan ; linux- > ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de; > a...@canonical.com; jasow...@re

Re: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups

2016-09-06 Thread Bjorn Helgaas
On Tue, Aug 23, 2016 at 04:42:41AM +, Dexuan Cui wrote: > > 1. use zero-length array to make the code more readable. > 2. remove an unused struct member. > 3. small error handling improvement to some error cases. > > Dexuan Cui (5): > PCI: hv: use zero-length message in struct pci_packet >