Re: [dpdk-dev] [PATCH v5 0/3] Introduce Intel FPGA BUS

2018-04-04 Thread Shreyansh Jain
> -Original Message- > From: Richardson, Bruce [mailto:bruce.richard...@intel.com] > Sent: Wednesday, April 4, 2018 4:08 PM > To: Shreyansh Jain ; Xu, Rosen > ; dev@dpdk.org > Cc: Doherty, Declan ; Yigit, Ferruh > ; Ananyev, Konstantin > ; Zhang, Tianfei > ; Wu, Hao ; > gaetan.ri...@6wind.c

Re: [dpdk-dev] [PATCH v5 0/3] Introduce Intel FPGA BUS

2018-04-04 Thread Richardson, Bruce
> -Original Message- > From: Shreyansh Jain [mailto:shreyansh.j...@nxp.com] > Sent: Wednesday, April 4, 2018 11:14 AM > To: Xu, Rosen ; dev@dpdk.org > Cc: Doherty, Declan ; Richardson, Bruce > ; Yigit, Ferruh ; > Ananyev, Konstantin ; Zhang, Tianfei > ; Wu, Hao ; > gaetan.ri...@6wind.com

Re: [dpdk-dev] [PATCH v5 0/3] Introduce Intel FPGA BUS

2018-04-04 Thread Shreyansh Jain
Hello Rosen, > -Original Message- > From: Rosen Xu [mailto:rosen...@intel.com] > Sent: Wednesday, April 4, 2018 12:21 PM > To: dev@dpdk.org > Cc: declan.dohe...@intel.com; bruce.richard...@intel.com; Shreyansh Jain > ; ferruh.yi...@intel.com; > konstantin.anan...@intel.com; tianfei.zh...@i

[dpdk-dev] [PATCH v5 0/3] Introduce Intel FPGA BUS

2018-04-03 Thread Rosen Xu
Intel FPGA BUS in DPDK - This patch set introduces Intel FPGA BUS support in DPDK. v5 updates: === - Fixed SHARED LIB Build issue - Changed command name to IFPGA Rawdev name, so remove pci library datastruct and function. - Fixed PATCH v2/v3/v4 comments v4