Re: [dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Point Driver

2020-01-09 Thread Jerin Jacob
On Tue, Jan 7, 2020 at 7:53 PM Mahipal Challa wrote: > > This patchset adds support for OCTEON TX2 end point mode of operation. > The driver implementation uses DPDK rawdevice sub-system. > > v2: > * Updated memory barrior API's as per Gavin Hu suggestion. > > v3: > * Fixed memory leak possibility

Re: [dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Point Driver

2020-01-09 Thread Mahipal Challa
k.org; > tho...@monjalon.net; Jerin Jacob Kollanukkaran > Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju > Athreya ; Subrahmanyam Nilla > ; Venkateshwarlu Nalla ; nd > > Subject: [EXT] RE: [dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Po

Re: [dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Point Driver

2020-01-08 Thread Gavin Hu
jer...@marvell.com; Narayana Prasad Raju Athreya > ; Subrahmanyam Nilla ; > Venkateshwarlu Nalla ; Gavin Hu > > Subject: RE: [dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Point Driver > > Hi Gavin, > We have incorporated the changes you suggested in v3, please ack. > We like to tak

Re: [dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Point Driver

2020-01-07 Thread Mahipal Challa
Subject: [dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Point Driver > > This patchset adds support for OCTEON TX2 end point mode of operation. > The driver implementation uses DPDK rawdevice sub-system. > > v2: > * Updated memory barrior API's as per Gavin Hu suggestion. > &g

[dpdk-dev] [PATCH v4 0/6] OCTEON TX2 End Point Driver

2020-01-07 Thread Mahipal Challa
This patchset adds support for OCTEON TX2 end point mode of operation. The driver implementation uses DPDK rawdevice sub-system. v2: * Updated memory barrior API's as per Gavin Hu suggestion. v3: * Fixed memory leak possibility issues. v4: * Improved error handling in selftest API. Mahipal Chal