[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-09 Thread Jerin Jacob
On Wed, Jun 08, 2016 at 04:08:37PM +0100, Bruce Richardson wrote: > On Wed, Jun 08, 2016 at 03:42:14PM +0200, Thomas Monjalon wrote: > > 2016-06-08 18:13, Jerin Jacob: > > > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > > > Hi Jerin, > > > > > > > > In patch subject, as tag,

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-09 Thread Thomas Monjalon
2016-06-09 16:19, Jerin Jacob: > On Wed, Jun 08, 2016 at 04:08:37PM +0100, Bruce Richardson wrote: > > On Wed, Jun 08, 2016 at 03:42:14PM +0200, Thomas Monjalon wrote: > > > 2016-06-08 18:13, Jerin Jacob: > > > > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > > > > Hi Jerin, > >

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-09 Thread Bruce Richardson
On Thu, Jun 09, 2016 at 04:02:17PM +0200, Thomas Monjalon wrote: > 2016-06-09 16:19, Jerin Jacob: > > On Wed, Jun 08, 2016 at 04:08:37PM +0100, Bruce Richardson wrote: > > > On Wed, Jun 08, 2016 at 03:42:14PM +0200, Thomas Monjalon wrote: > > > > 2016-06-08 18:13, Jerin Jacob: > > > > > On Wed,

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Jerin Jacob
On Wed, Jun 08, 2016 at 02:22:55PM +0100, Bruce Richardson wrote: > On Wed, Jun 08, 2016 at 06:13:21PM +0530, Jerin Jacob wrote: > > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > > On 6/7/2016 5:40 PM, Jerin Jacob wrote: > > > > Jerin Jacob (20): > > > > thunderx/nicvf/base:

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Jerin Jacob
On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > On 6/7/2016 5:40 PM, Jerin Jacob wrote: > > Jerin Jacob (20): > > thunderx/nicvf/base: add hardware API for ThunderX nicvf inbuilt NIC > > thunderx/nicvf: add pmd skeleton > > thunderx/nicvf: add link status and link update

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Bruce Richardson
On Wed, Jun 08, 2016 at 03:42:14PM +0200, Thomas Monjalon wrote: > 2016-06-08 18:13, Jerin Jacob: > > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > > Hi Jerin, > > > > > > In patch subject, as tag, other drivers are using only driver name, and > > > Intel drivers also has

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Thomas Monjalon
2016-06-08 19:02, Jerin Jacob: > On Wed, Jun 08, 2016 at 02:22:55PM +0100, Bruce Richardson wrote: > > On Wed, Jun 08, 2016 at 06:13:21PM +0530, Jerin Jacob wrote: > > > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > > > On 6/7/2016 5:40 PM, Jerin Jacob wrote: > > > > Hi Jerin,

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Thomas Monjalon
2016-06-08 18:13, Jerin Jacob: > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > Hi Jerin, > > > > In patch subject, as tag, other drivers are using only driver name, and > > Intel drivers also has "driver/base", since base code has some special > > case. For thunderx, what do

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Bruce Richardson
On Wed, Jun 08, 2016 at 06:13:21PM +0530, Jerin Jacob wrote: > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > On 6/7/2016 5:40 PM, Jerin Jacob wrote: > > > Jerin Jacob (20): > > > thunderx/nicvf/base: add hardware API for ThunderX nicvf inbuilt NIC > > > thunderx/nicvf: add

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Ferruh Yigit
On 6/8/2016 1:43 PM, Jerin Jacob wrote: > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: >> On 6/7/2016 5:40 PM, Jerin Jacob wrote: >>> Jerin Jacob (20): >>> thunderx/nicvf/base: add hardware API for ThunderX nicvf inbuilt NIC >>> thunderx/nicvf: add pmd skeleton >>>

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-08 Thread Ferruh Yigit
On 6/7/2016 5:40 PM, Jerin Jacob wrote: > This patch set provides the initial version of DPDK PMD for the > built-in NIC device in Cavium ThunderX SoC family. > > Implemented features and ThunderX nicvf PMD documentation added > in doc/guides/nics/overview.rst and doc/guides/nics/thunderx.rst >

[dpdk-dev] [PATCH v3 00/20] DPDK PMD for ThunderX NIC device

2016-06-07 Thread Jerin Jacob
This patch set provides the initial version of DPDK PMD for the built-in NIC device in Cavium ThunderX SoC family. Implemented features and ThunderX nicvf PMD documentation added in doc/guides/nics/overview.rst and doc/guides/nics/thunderx.rst respectively in this patch set. These patches are