All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ntb perf and ntb tool improvements
@ 2020-02-05 17:16 Arindam Nath
  2020-02-05 17:16 ` [PATCH 1/4] ntb_perf: refactor code for CPU and DMA transfers Arindam Nath
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Arindam Nath @ 2020-02-05 17:16 UTC (permalink / raw)
  To: Jon Mason, Dave Jiang, Allen Hubbe, Sanjay R Mehta
  Cc: linux-ntb, linux-kernel, Arindam Nath

This patch series modifies the ntb perf code to
have separate functions for CPU and DMA transfers.
It also adds handling for -EAGAIN error code so
that we re-try sending commands later.

Fixes have been made to ntb_perf and ntb_tool
to use 'struct device' associated with 'struct
pci_dev' rather than 'struct ntb_dev'.

The patches are based on Linus' tree,

git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Arindam Nath (2):
  ntb_perf: refactor code for CPU and DMA transfers
  ntb_perf: send command in response to EAGAIN

Sanjay R Mehta (2):
  ntb_perf: pass correct struct device to dma_alloc_coherent
  ntb_tool: pass correct struct device to dma_alloc_coherent

 drivers/ntb/test/ntb_perf.c | 168 ++++++++++++++++++++++++++----------
 drivers/ntb/test/ntb_tool.c |   6 +-
 2 files changed, 126 insertions(+), 48 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-07  8:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 17:16 [PATCH 0/4] ntb perf and ntb tool improvements Arindam Nath
2020-02-05 17:16 ` [PATCH 1/4] ntb_perf: refactor code for CPU and DMA transfers Arindam Nath
2020-02-05 17:16 ` [PATCH 2/4] ntb_perf: send command in response to EAGAIN Arindam Nath
2020-02-05 17:16 ` [PATCH 3/4] ntb_perf: pass correct struct device to dma_alloc_coherent Arindam Nath
2020-02-05 18:44   ` Logan Gunthorpe
2020-02-07  8:40     ` Nath, Arindam
2020-02-05 17:16 ` [PATCH 4/4] ntb_tool: " Arindam Nath

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.