Re: [PATCH net-next 0/4] ixgbe: enable Relaxed Order for ARM64

2017-04-01 Thread Ding Tianhong
On 2017/4/1 16:39, Jeff Kirsher wrote: > On Sat, 2017-04-01 at 15:25 +0800, Ding Tianhong wrote: >> The IXGBE_ALLOW_RELAXED_ORDER will enable Relaxed Ordering (RO) which >> allows >> transactions that do not have any order of completion requirements to >> complete more efficiently compare to the

Re: [PATCH net-next 0/4] ixgbe: enable Relaxed Order for ARM64

2017-04-01 Thread Jeff Kirsher
On Sat, 2017-04-01 at 15:25 +0800, Ding Tianhong wrote: > The IXGBE_ALLOW_RELAXED_ORDER will enable Relaxed Ordering (RO) which > allows > transactions that do not have any order of completion requirements to > complete more efficiently compare to the Stricted Ordering (SO) for > ixbge > nic card.

[PATCH net-next 0/4] ixgbe: enable Relaxed Order for ARM64

2017-04-01 Thread Ding Tianhong
The IXGBE_ALLOW_RELAXED_ORDER will enable Relaxed Ordering (RO) which allows transactions that do not have any order of completion requirements to complete more efficiently compare to the Stricted Ordering (SO) for ixbge nic card. Some architecture will see high write-to-memory performance when RO