Re: [PATCH] eal: add warning for incompatibe requested IOVA mode

2023-06-12 Thread Thomas Monjalon
12/06/2023 11:55, Burakov, Anatoly: > On 6/6/2023 4:39 PM, Viacheslav Ovsiienko wrote: > > The DPDK can be compiled to be run in IOVA VA mode with > > 'enable_iova_as_pa=false' meson option. It disables support > > of the physical address field in the mbufs and application > > can not be run in 'IO

Re: [PATCH] eal: add warning for incompatibe requested IOVA mode

2023-06-12 Thread Burakov, Anatoly
On 6/6/2023 4:39 PM, Viacheslav Ovsiienko wrote: The DPDK can be compiled to be run in IOVA VA mode with 'enable_iova_as_pa=false' meson option. It disables support of the physical address field in the mbufs and application can not be run in 'IOVA as PA mode'. The patch adds warning if some bus

[PATCH] eal: add warning for incompatibe requested IOVA mode

2023-06-06 Thread Viacheslav Ovsiienko
The DPDK can be compiled to be run in IOVA VA mode with 'enable_iova_as_pa=false' meson option. It disables support of the physical address field in the mbufs and application can not be run in 'IOVA as PA mode'. The patch adds warning if some bus requires the 'IOVA as PA' mode in runtime and the '