Re: [dpdk-dev] [PATCH 4/4] examples/ntb: support more functions for NTB

2019-09-05 Thread Li, Xiaoyun
Sure. Thanks for reminding. Will fix it in v2. > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Thursday, September 5, 2019 21:57 > To: Li, Xiaoyun > Cc: dev@dpdk.org > Subject: re: [dpdk-dev] [PATCH 4/4] examples/ntb: support more f

Re: [dpdk-dev] [PATCH 4/4] examples/ntb: support more functions for NTB

2019-09-05 Thread Aaron Conole
Hi Xiaoyun, Xiaoyun Li writes: > Support to transmit files between two systems. > Support iofwd between one ethdev and NTB device. > Support rxonly and txonly for NTB device. > Support to set forwarding mode as file-trans, txonly, > rxonly or iofwd. > Support to show/clear port stats and throug

[dpdk-dev] [PATCH 4/4] examples/ntb: support more functions for NTB

2019-09-04 Thread Xiaoyun Li
Support to transmit files between two systems. Support iofwd between one ethdev and NTB device. Support rxonly and txonly for NTB device. Support to set forwarding mode as file-trans, txonly, rxonly or iofwd. Support to show/clear port stats and throughput. Signed-off-by: Xiaoyun Li --- doc/guid