Re: [dpdk-dev] [PATCHv8 00/46] NXP DPAA2 PMD

2017-03-08 Thread Shreyansh Jain
Hello Ferruh, > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Tuesday, March 07, 2017 10:31 PM > To: Hemant Agrawal ; dev@dpdk.org > Cc: thomas.monja...@6wind.com; bruce.richard...@intel.com; Shreyansh Jain > ; john.mcnam...@intel.com; > jerin.ja...@cavium

Re: [dpdk-dev] [PATCHv8 00/46] NXP DPAA2 PMD

2017-03-07 Thread Ferruh Yigit
On 3/3/2017 12:46 PM, Hemant Agrawal wrote: > The patch series adds NXP’s QorIQ-Layerscape DPAA2 Architecture based > fsl-mc bus driver and network SoC PMD. This version of the driver > supports NXP LS208xA, LS204xA and LS108x families Network SoCs. > > DPAA2, or Data Path Acceleration Architectu

Re: [dpdk-dev] [PATCHv8 00/46] NXP DPAA2 PMD

2017-03-07 Thread Thomas Monjalon
2017-03-03 18:16, Hemant Agrawal: > v8: > * rebased over master (17.02: 35b09d76) > * Removed all drivers/common/* code and moved to drivers/bus/fslmc Looks to be the best place for these libraries (except outside of DPDK ;) Thanks for having moved them in the bus sub-directory.