Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and mempool driver

2019-06-28 Thread Ferruh Yigit
> >> Subject: Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and >> mempool driver >>> >>> Hi Jerin, >>> >>> There are some build errors with ICC, there are multiple but mainly >>> two type of them [1a] & [1b]. >>> >>

Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and mempool driver

2019-06-27 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Jerin Jacob Kollanukkaran > Sent: Thursday, June 27, 2019 1:45 PM > To: Ferruh Yigit > Cc: dev@dpdk.org; Thomas Monjalon ; Amit Gupta > > Subject: Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and > mempool

Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and mempool driver

2019-06-27 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, June 26, 2019 6:44 PM > To: Jerin Jacob Kollanukkaran > Cc: dev@dpdk.org; Thomas Monjalon > Subject: [EXT] Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and > mempool driver > On 6/22/2019 2:2

Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and mempool driver

2019-06-26 Thread Stephen Hemminger
On Tue, 25 Jun 2019 23:39:36 +0200 Thomas Monjalon wrote: > 22/06/2019 15:23, jer...@marvell.com: > > From: Jerin Jacob > > > > This patch set adds initial driver support for OCTEON TX2 SoC. > > > > OCTEON TX2 is an armv8.2 SoC with integrated HW based mempool, ethdev, > > cryptodev, compressd

Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and mempool driver

2019-06-26 Thread Ferruh Yigit
On 6/22/2019 2:23 PM, jer...@marvell.com wrote: > From: Jerin Jacob > > This patch set adds initial driver support for OCTEON TX2 SoC. > > OCTEON TX2 is an armv8.2 SoC with integrated HW based mempool, ethdev, > cryptodev, compressdev, and eventdev devices. > > This patch set adds common driver

Re: [dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and mempool driver

2019-06-25 Thread Thomas Monjalon
22/06/2019 15:23, jer...@marvell.com: > From: Jerin Jacob > > This patch set adds initial driver support for OCTEON TX2 SoC. > > OCTEON TX2 is an armv8.2 SoC with integrated HW based mempool, ethdev, > cryptodev, compressdev, and eventdev devices. > > This patch set adds common driver and mempo

[dpdk-dev] [PATCH v4 00/27] OCTEON TX2 common and mempool driver

2019-06-22 Thread jerinj
From: Jerin Jacob This patch set adds initial driver support for OCTEON TX2 SoC. OCTEON TX2 is an armv8.2 SoC with integrated HW based mempool, ethdev, cryptodev, compressdev, and eventdev devices. This patch set adds common driver and mempool device driver for OCTEON TX2 SoC. There will be thr