Re: [dpdk-dev] [PATCH 00/28] introduce I/O device memory read/write operations

2016-12-16 Thread Thomas Monjalon
2016-12-14 18:48, Jerin Jacob: > On Wed, Dec 14, 2016 at 10:53:57AM +0800, Yuanhan Liu wrote: > > On Wed, Dec 14, 2016 at 07:25:30AM +0530, Jerin Jacob wrote: > > > patchset 14-28: Replace the raw readl/writel in the drivers with > > > new rte_read[b/w/l/q], rte_write[b/w/l/q] eal abstraction > >

Re: [dpdk-dev] [PATCH 00/28] introduce I/O device memory read/write operations

2016-12-14 Thread Jerin Jacob
On Wed, Dec 14, 2016 at 10:53:57AM +0800, Yuanhan Liu wrote: > On Wed, Dec 14, 2016 at 07:25:30AM +0530, Jerin Jacob wrote: > > patchset 14-28: Replace the raw readl/writel in the drivers with > > new rte_read[b/w/l/q], rte_write[b/w/l/q] eal abstraction > > Instead of rte_read[b/w/l/q], there is

Re: [dpdk-dev] [PATCH 00/28] introduce I/O device memory read/write operations

2016-12-14 Thread Bruce Richardson
On Wed, Dec 14, 2016 at 10:53:57AM +0800, Yuanhan Liu wrote: > On Wed, Dec 14, 2016 at 07:25:30AM +0530, Jerin Jacob wrote: > > patchset 14-28: Replace the raw readl/writel in the drivers with > > new rte_read[b/w/l/q], rte_write[b/w/l/q] eal abstraction > > Instead of rte_read[b/w/l/q], there is

Re: [dpdk-dev] [PATCH 00/28] introduce I/O device memory read/write operations

2016-12-13 Thread Yuanhan Liu
On Wed, Dec 14, 2016 at 07:25:30AM +0530, Jerin Jacob wrote: > patchset 14-28: Replace the raw readl/writel in the drivers with > new rte_read[b/w/l/q], rte_write[b/w/l/q] eal abstraction Instead of rte_read[b/w/l/q], there is another typical naming style: rte_read[8/16/32/64]. Any preferences? If

[dpdk-dev] [PATCH 00/28] introduce I/O device memory read/write operations

2016-12-13 Thread Jerin Jacob
Based on the disussion in the below-mentioned thread, http://dev.dpdk.narkive.com/DpIRqDuy/dpdk-dev-patch-v2-i40e-fix-eth-i40e-dev-init-sequence-on-thunderx This patchset introduces 8-bit, 16-bit, 32bit, 64bit I/O device memory read/write operations along with the relaxed versions. The weakly-ord