> -----Original Message----- > From: Li, Xiaoyun > Sent: Wednesday, June 26, 2019 3:12 PM > To: Wu, Jingjing <jingjing...@intel.com>; Wiles, Keith > <keith.wi...@intel.com>; Liang, > Cunming <cunming.li...@intel.com>; Maslekar, Omkar <omkar.masle...@intel.com> > Cc: dev@dpdk.org; Li, Xiaoyun <xiaoyun...@intel.com> > Subject: [PATCH v8 4/6] examples/ntb: enable an example for ntb > > Enable an example for rawdev ntb. Support interactive mode to send > file on one host and receive file from another host. The command line > would be 'send [filepath]' and 'receive [filepath]'. > > But since the FIFO is not enabled right now, use rte_memcpy as the enqueue > and dequeue functions and only support transmitting file no more than 4M. > > Signed-off-by: Xiaoyun Li <xiaoyun...@intel.com> Reviewed-by: Jingjing Wu <jingjing...@intel.com>
The test app looks fine currently. Just one thought, if this example is temporary, can we just move this patch to test instead of example. As when the FIFO is done, this one be modified, right? Thanks Jingjing