Re: [dpdk-dev] [PATCH v2 0/7] fix DMA mask check

2018-11-04 Thread Thomas Monjalon
02/11/2018 19:38, Ferruh Yigit: > On 11/1/2018 7:53 PM, Alejandro Lucero wrote: > > A patchset sent introducing DMA mask checks has several critical > > issues precluding apps to execute. The patchset was reviewed and > > finally accepted after three versions. Obviously it did not go > > through t

Re: [dpdk-dev] [PATCH v2 0/7] fix DMA mask check

2018-11-02 Thread Ferruh Yigit
On 11/1/2018 7:53 PM, Alejandro Lucero wrote: > A patchset sent introducing DMA mask checks has several critical > issues precluding apps to execute. The patchset was reviewed and > finally accepted after three versions. Obviously it did not go > through the proper testing what can be explained, a

[dpdk-dev] [PATCH v2 0/7] fix DMA mask check

2018-11-01 Thread Alejandro Lucero
A patchset sent introducing DMA mask checks has several critical issues precluding apps to execute. The patchset was reviewed and finally accepted after three versions. Obviously it did not go through the proper testing what can be explained, at least from my side, due to the big changes to the me