Re: [PATCH] drivers: skip build of sub-libs not supporting IOVA mode

2023-03-03 Thread Thomas Monjalon
02/03/2023 15:16, Zhang, Qi Z: > From: Thomas Monjalon > > 02/03/2023 14:52, Zhang, Qi Z: > > > From: Thomas Monjalon > > > > If IOVA as PA is disabled and the driver does not support IOVA as > > > > VA, the build of the driver was disabled. > > > > Unfortunately some drivers were building some s

RE: [EXT] [PATCH] drivers: skip build of sub-libs not supporting IOVA mode

2023-03-02 Thread Shijith Thotton
>If IOVA as PA is disabled and the driver does not support IOVA as VA, >the build of the driver was disabled. >Unfortunately some drivers were building some sub-libraries >(with specific options for vector paths) which were not disabled. > >The build parsing of those drivers need to be skipped earl

RE: [PATCH] drivers: skip build of sub-libs not supporting IOVA mode

2023-03-02 Thread Zhang, Qi Z
mnath Kotur > ; Daley, John ; > Hyong Youb Kim ; Dongdong Liu > ; Yisen Zhuang ; > Zhang, Yuying ; Maxime Coquelin > ; Xia, Chenbo ; > Shijith Thotton ; Matz, Olivier > > Subject: Re: [PATCH] drivers: skip build of sub-libs not supporting IOVA mode > > 02/03/2023 14:52, Zh

RE: [PATCH] drivers: skip build of sub-libs not supporting IOVA mode

2023-03-02 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Sunday, 19 February 2023 12.55 > > If IOVA as PA is disabled and the driver does not support IOVA as VA, > the build of the driver was disabled. > Unfortunately some drivers were building some sub-libraries > (with specific options for v

Re: [PATCH] drivers: skip build of sub-libs not supporting IOVA mode

2023-03-02 Thread Thomas Monjalon
02/03/2023 14:52, Zhang, Qi Z: > From: Thomas Monjalon > > If IOVA as PA is disabled and the driver does not support IOVA as VA, the > > build of the driver was disabled. > > Unfortunately some drivers were building some sub-libraries (with specific > > options for vector paths) which were not dis

RE: [PATCH] drivers: skip build of sub-libs not supporting IOVA mode

2023-03-02 Thread Zhang, Qi Z
mnath Kotur > ; Daley, John ; > Hyong Youb Kim ; Dongdong Liu > ; Yisen Zhuang ; > Zhang, Yuying ; Maxime Coquelin > ; Xia, Chenbo ; > Shijith Thotton ; Matz, Olivier > > Subject: [PATCH] drivers: skip build of sub-libs not supporting IOVA mode > > If IOVA as PA is

[PATCH] drivers: skip build of sub-libs not supporting IOVA mode

2023-02-19 Thread Thomas Monjalon
If IOVA as PA is disabled and the driver does not support IOVA as VA, the build of the driver was disabled. Unfortunately some drivers were building some sub-libraries (with specific options for vector paths) which were not disabled. The build parsing of those drivers need to be skipped earlier to