[dpdk-dev] [PATCH v11 0/4] rawdev driver for ntb

Thomas Monjalon thomas at monjalon.net
Fri Jul 5 12:52:23 CEST 2019


05/07/2019 04:41, Li, Xiaoyun:
> From: Thomas Monjalon
> > 
> > This patch set adds support for Intel NTB device with Skylake platform.
> > It is a raw device for allowing two hosts to communicate with each other and
> > access the peer memory.
> > 
> > This patch set also provides a simple example to transmit a file between two
> > hosts. But since there is no FIFO here, only support file which is no more than
> > 4M. And will add FIFO in the future.
> > 
> > 
> > v11 (Thomas):
> > * rebased on top of IOAT driver
> > * squashed commit for binding script
> > * renamed ntb_rawdev to ntb as agreed with Bruce Please review this version, I
> > may have done mistakes.
> 
> I've compared the new version code with v10 code. There is no change except "ntb_rawdev -> ntb".
> And I also tested the new version. Works fine. No mistake. :)
> Thanks!

Rebased on top of octeontx2_dma and applied, thanks




More information about the dev mailing list