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
@canonical.com; jasow...@redhat.com; vkuzn...@redhat.com; Haiyang > Zhang ; Hadden Hoppert > ; helg...@kernel.org; Stephen Hemminger > > Subject: [PATCH 0/5] PCI: hv: some minor bug fixes and cleanups > > > 1. use zero-length array to make the code more readable. > 2. rem

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 >

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

2016-08-22 Thread Dexuan Cui
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 PCI: hv: use pci_function_description[0] in struct definitions PCI: hv: