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

2020-01-20 Thread Thomas Monjalon
13/01/2020 07:00, 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 barrier API's as per Gavin Hu suggestion. > > v3: > * Fixed memory leak possibility issues. > > v4: >

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

2020-01-13 Thread Mahipal Challa
rayana Prasad Raju Athreya ; Subrahmanyam > Nilla ; Venkateshwarlu Nalla > Subject: [dpdk-dev] [PATCH v5 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:

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

2020-01-12 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 barrier API's as per Gavin Hu suggestion. v3: * Fixed memory leak possibility issues. v4: * Improved error handling in selftest API. v5: * Update