Re: [PATCH v2] bnx2: Reset device during driver initialization

2016-09-13 Thread Baoquan He
On 09/13/16 at 11:25am, David Miller wrote: > > Just to be clear, I did actually apply this v2 of the patch > rather than the initial version.:) Thanks a lot!

Re: [PATCH v2] bnx2: Reset device during driver initialization

2016-09-13 Thread Baoquan He
On 09/13/16 at 11:25am, David Miller wrote: > > Just to be clear, I did actually apply this v2 of the patch > rather than the initial version.:) Thanks a lot!

Re: [PATCH v2] bnx2: Reset device during driver initialization

2016-09-13 Thread David Miller
Just to be clear, I did actually apply this v2 of the patch rather than the initial version.:)

Re: [PATCH v2] bnx2: Reset device during driver initialization

2016-09-13 Thread David Miller
Just to be clear, I did actually apply this v2 of the patch rather than the initial version.:)

[PATCH v2] bnx2: Reset device during driver initialization

2016-09-09 Thread Baoquan He
When system enters into kdump kernel because of kernel panic, it won't shutdown devices. On-flight DMA will continue transferring data until device driver initializes. All devices are supposed to reset during driver initialization. And this property is used to fix the kdump failure in system with

[PATCH v2] bnx2: Reset device during driver initialization

2016-09-09 Thread Baoquan He
When system enters into kdump kernel because of kernel panic, it won't shutdown devices. On-flight DMA will continue transferring data until device driver initializes. All devices are supposed to reset during driver initialization. And this property is used to fix the kdump failure in system with