> -----Original Message----- > From: Zhang, Qi Z <[email protected]> > Sent: Monday, December 12, 2022 9:28 PM > To: [email protected]; Richardson, Bruce > <[email protected]>; Lu, Wenzhuo <[email protected]> > Cc: [email protected]; Wu, Wenjun1 <[email protected]> > Subject: RE: [PATCH v2] net/ice: support IOVA as VA mode > > > > > -----Original Message----- > > From: Zhang, Qi Z <[email protected]> > > Sent: Tuesday, December 13, 2022 5:36 AM > > To: [email protected]; Richardson, Bruce > > <[email protected]>; Lu, Wenzhuo <[email protected]> > > Cc: [email protected]; Wu, Wenjun1 <[email protected]>; Zhang, Qi Z > > <[email protected]> > > Subject: [PATCH v2] net/ice: support IOVA as VA mode > > > > Claim pmd_supports_disable_iova_as_pa. Remove buf_iova access when > > RTE_IOVA_AS_PA is not defined. > > > > The patch simply replace buf_iova with buf_addr at IOVA as VA mode. > > Some SIMD instructions in data path may be over used, further > > optimization is expected. > > > > Signed-off-by: Qi Zhang <[email protected]> > > Forgot to inherent ack from v1 > Acked-by: Morten Brørup <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

