Re: [dpdk-dev] [PATCH v8 0/5] add ifcvf vdpa driver

2018-04-16 Thread Wang, Xiao W
Thanks for the reminder. Will fix it. BRs, Xiao > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, April 17, 2018 2:07 AM > To: Wang, Xiao W > Cc: Yigit, Ferruh ; Burakov, Anatoly > ; dev@dpdk.org; maxime.coque...@redhat.com; > Wang, Zhihong ; Bie,

Re: [dpdk-dev] [PATCH v8 0/5] add ifcvf vdpa driver

2018-04-16 Thread Thomas Monjalon
16/04/2018 18:36, Ferruh Yigit: > Hi Xiao, > > Getting following build error for 32bit [1], can you please check them? > > [1] > .../dpdk/drivers/net/ifc/ifcvf_vdpa.c: In function ‘ifcvf_dma_map’: > .../dpdk/drivers/net/ifc/ifcvf_vdpa.c:24:3: error: format ‘%lx’ expects > argument > of type ‘lon

Re: [dpdk-dev] [PATCH v8 0/5] add ifcvf vdpa driver

2018-04-16 Thread Ferruh Yigit
On 4/16/2018 4:34 PM, Xiao Wang wrote: > IFCVF driver > > The IFCVF vDPA (vhost data path acceleration) driver provides support for the > Intel FPGA 100G VF (IFCVF). IFCVF's datapath is virtio ring compatible, it > works as a HW vhost backend which can send/receive packets to/from virt

[dpdk-dev] [PATCH v8 0/5] add ifcvf vdpa driver

2018-04-16 Thread Xiao Wang
IFCVF driver The IFCVF vDPA (vhost data path acceleration) driver provides support for the Intel FPGA 100G VF (IFCVF). IFCVF's datapath is virtio ring compatible, it works as a HW vhost backend which can send/receive packets to/from virtio directly by DMA. Besides, it supports dirty pa