Re: [PATCH] point to right memory window index

2019-09-10 Thread Jon Mason
> Sent: Friday, March 29, 2019 5:03 PM > To: S-k, Shyam-sundar ; jdma...@kudzu.us; > dave.ji...@intel.com; alle...@gmail.com > Cc: linux-...@googlegroups.com; linux-kernel@vger.kernel.org; Mehta, Sanju > > Subject: [PATCH] point to right memory window index > > From: Sa

RE: [PATCH] point to right memory window index

2019-04-10 Thread Mehta, Sanju
rnel@vger.kernel.org; Mehta, Sanju Subject: [PATCH] point to right memory window index From: Sanjay R Mehta second parameter of ntb_peer_mw_get_addr is pointing to wrong memory window index by passing "peer gidx" instead of "local gidx". For ex, "local gidx" value

[PATCH] point to right memory window index

2019-03-29 Thread Mehta, Sanju
From: Sanjay R Mehta second parameter of ntb_peer_mw_get_addr is pointing to wrong memory window index by passing "peer gidx" instead of "local gidx". For ex, "local gidx" value is '0' and "peer gidx" value is '1', then on peer side ntb_mw_set_trans() api is used as below with gidx pointing to