> -----Original Message----- > From: dev <[email protected]> On Behalf Of Radu Nicolau > Sent: Wednesday, May 12, 2021 6:29 PM > To: [email protected] > Cc: Richardson, Bruce <[email protected]>; Noonan, Gordon > <[email protected]>; Wu, Jingjing <[email protected]>; Xing, > Beilei <[email protected]>; Nicolau, Radu <[email protected]> > Subject: [dpdk-dev] [PATCH] net/iavf: use write combining store for tail > updates > > From: Gordon Noonan <[email protected]> > > Performance improvement: use a write combining store instead of a regular > mmio write to update queue tail registers. > > Signed-off-by: Gordon Noonan <[email protected]> > Signed-off-by: Radu Nicolau <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

