From: Shannon Nelson <shannon.nel...@oracle.com> Date: Tue, 9 May 2017 18:30:12 -0700
> On the SPARC platform we need to use the DMA_ATTR_WEAK_ORDERING attribute > in our Rx path dma mapping in order to get the expected performance out > of the receive path. Adding it to the Tx path has little effect, so > that's not a part of this patch. > > Signed-off-by: Shannon Nelson <shannon.nel...@oracle.com> > Reviewed-by: Tushar Dave <tushar.n.d...@oracle.com> > Reviewed-by: Tom Saeger <tom.sae...@oracle.com> > --- > v2: simplify by getting rid of the driver-specific ifdef and define Applied.