Yes. Thx.
> -----Original Message----- > From: Wu, Jingjing > Sent: Friday, June 28, 2019 01:20 > To: Li, Xiaoyun <[email protected]>; Wiles, Keith <[email protected]>; > Liang, Cunming <[email protected]>; Maslekar, Omkar > <[email protected]> > Cc: [email protected] > Subject: RE: [PATCH v8 3/6] raw/ntb: add handshake process > > > > > -----Original Message----- > > From: Li, Xiaoyun > > Sent: Wednesday, June 26, 2019 3:12 PM > > To: Wu, Jingjing <[email protected]>; Wiles, Keith > > <[email protected]>; Liang, Cunming <[email protected]>; > > Maslekar, Omkar <[email protected]> > > Cc: [email protected]; Li, Xiaoyun <[email protected]> > > Subject: [PATCH v8 3/6] raw/ntb: add handshake process > > > > Add handshake process using doorbell so that two hosts can communicate > > to start and stop. > > > > Signed-off-by: Xiaoyun Li <[email protected]> > Acked-by: Jingjing Wu <[email protected]> > > > > + hw->db_mask = 0; > > + ret = (*hw->ntb_ops->db_set_mask)(dev, hw->db_mask); > > + if (ret) { > > + NTB_LOG(ERR, "Unanle to enable intr for all dbs."); > > Typo? Unanle -> unable?

