1. 14 Jan, 2011 8 commits
  2. 13 Jan, 2011 10 commits
  3. 12 Jan, 2011 2 commits
  4. 11 Jan, 2011 19 commits
  5. 10 Jan, 2011 1 commit
    • Casey Leedom's avatar
      cxgb4vf: fix mailbox data/control coherency domain race · 80ce3f67
      Casey Leedom authored
      For the VFs, the Mailbox Data "registers" are actually backed by
      T4's "MA" interface rather than PL Registers (as is the case for
      the PFs).  Because these are in different coherency domains, the
      write to the VF's PL-register-backed Mailbox Control can race in
      front of the writes to the MA-backed VF Mailbox Data "registers".
      So we need to do a read-back on at least one byte of the VF Mailbox
      Data registers before doing the write to the VF Mailbox Control
      register.
      Signed-off-by: default avatarCasey Leedom <leedom@chelsio.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      80ce3f67