Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1520472

[PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at probe stage

From Baoquan He <bhe@redhat.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at probe stage
Date 2016-11-13 06:10 +0100
Message-ID <sCVdg-48t-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This is v2 post.

In commit 3e1be7a ("bnx2: Reset device during driver initialization"),
firmware requesting code was moved from open stage to probe stage.
The reason is in kdump kernel hardware iommu need device be reset in
driver probe stage, otherwise those in-flight DMA from 1st kernel
will continue going and look up into the newly created io-page tables.
However bnx2 chip resetting involves firmware requesting issue, that
need be done in open stage. 

Michale Chan suggested we can just wait for the old in-flight DMA to
complete at probe stage, then though without device resetting, we
don't need to worry the old in-flight DMA could continue looking up 
the newly created io-page tables.

v1->v2:
    Michael suggested to wait for the in-flight DMA to complete at probe
    stage. So give up the old method of trying to reset chip at probe
    stage, take the new way accordingly.


Baoquan He (2):
  Revert "bnx2: Reset device during driver initialization"
  bnx2: Wait for in-flight DMA to complete at probe stage

 drivers/net/ethernet/broadcom/bnx2.c | 48 +++++++++++++++++++++++++++---------
 1 file changed, 36 insertions(+), 12 deletions(-)

-- 
2.5.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at probe stage Baoquan He <bhe@redhat.com> - 2016-11-13 06:10 +0100
  [PATCH v2 1/2] Revert "bnx2: Reset device during driver initialization" Baoquan He <bhe@redhat.com> - 2016-11-13 06:10 +0100
  [PATCH v2 2/2] bnx2: Wait for in-flight DMA to complete at probe stage Baoquan He <bhe@redhat.com> - 2016-11-13 06:10 +0100
    Re: [PATCH v2 2/2] bnx2: Wait for in-flight DMA to complete at probe stage Michael Chan <michael.chan@broadcom.com> - 2016-11-13 20:10 +0100
  Re: [PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at probe  stage Paul Menzel <pmenzel@molgen.mpg.de> - 2016-11-14 09:30 +0100
    Re: [PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at probe  stage Baoquan He <bhe@redhat.com> - 2016-11-14 10:20 +0100
    Re: [PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at  probe stage David Miller <davem@davemloft.net> - 2016-11-14 18:30 +0100
      Re: [PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at probe  stage Paul Menzel <pmenzel@molgen.mpg.de> - 2016-11-14 18:40 +0100
  Re: [PATCH v2 0/2] bnx2: Wait for in-flight DMA to complete at  probe stage David Miller <davem@davemloft.net> - 2016-11-14 22:30 +0100

csiph-web