> 
> On Thu, Nov 3, 2022 at 12:54 PM Srikanth Yalavarthi
> <syalavar...@marvell.com> wrote:
> >
> > > On Tue, Nov 1, 2022 at 3:23 PM Srikanth Yalavarthi
> > > <syalavar...@marvell.com> wrote:
> > > >
> > > > Use helper function rte_mbuf_iova_set to set IOVA address to fix
> > > > compilation failures.
> > > >
> > > > Below error was observed:
> > > >
> > > > dpdk/app/test-bbdev/test_bbdev_perf.c: In function ‘init_op_data_objs’:
> > > > dpdk/app/test-bbdev/test_bbdev_perf.c:1145:11: error:
> > > > ‘struct rte_mbuf’ has no member named ‘buf_iova’
> > > >  1145 |     m_head->buf_iova = rte_malloc_virt2iova(data);
> > > >       |           ^~
> > > >
> > > > Fixes: 0acdb98667 ("test/bbdev: add FFT operations cases")
> > >
> > > Is this change came after rte_mbuf_iova_set() API introduction?
> > Yes,  the change is need after rte_mbuf_iova_set API is added. Build 
> > failure is
> observed on x86 and ARM64.
> 
> Then, Please change Fixes: as the changeset introduced the rte_mbuf_iova_set()
> 
FFT patch was added after the new API was introduced. So Fixes should be the 
FFT patch only.

Applied to dpdk-next-crypto


Reply via email to