> Subject: [PATCH v2 08/15] net/intel: allow building without IOVA in mbuf > > Ensure correct macros are used to build the vector Tx code without the > IOVA stored explicitly in the mbuf. This allows the iavf driver to build > when the config setting for IOVA in mbuf is disabled. > > Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ciara Loftus <[email protected]> > --- > drivers/net/intel/common/tx_vec_x86.h | 30 +++++++++++++-------------- > drivers/net/intel/iavf/meson.build | 4 +--- > 2 files changed, 16 insertions(+), 18 deletions(-) >

