Re: [External] Re: [PATCH v5 0/3] Enable Zicbom in usermode

2025-02-26 Thread yunhui cui
Hi Alex, On Tue, Feb 25, 2025 at 10:07 PM Alexandre Ghiti wrote: > > On Tue, Feb 25, 2025 at 2:27 PM yunhui cui wrote: > > > > Hi Alex, > > > > On Tue, Feb 25, 2025 at 9:21 PM Alexandre Ghiti > > wrote: > > > > > > Hi Yunhui, > > > > > > On Wed, Jan 15, 2025 at 3:40 AM Yunhui Cui > > > wrote

Re: [External] Re: [PATCH v5 0/3] Enable Zicbom in usermode

2025-02-25 Thread Alexandre Ghiti
On Tue, Feb 25, 2025 at 2:27 PM yunhui cui wrote: > > Hi Alex, > > On Tue, Feb 25, 2025 at 9:21 PM Alexandre Ghiti > wrote: > > > > Hi Yunhui, > > > > On Wed, Jan 15, 2025 at 3:40 AM Yunhui Cui wrote: > > > > > > v1/v2: > > > There is only the first patch: RISC-V: Enable cbo.clean/flush in user

Re: [External] Re: [PATCH v5 0/3] Enable Zicbom in usermode

2025-02-25 Thread yunhui cui
Hi Alex, On Tue, Feb 25, 2025 at 9:21 PM Alexandre Ghiti wrote: > > Hi Yunhui, > > On Wed, Jan 15, 2025 at 3:40 AM Yunhui Cui wrote: > > > > v1/v2: > > There is only the first patch: RISC-V: Enable cbo.clean/flush in usermode, > > which mainly removes the enabling of cbo.inval in user mode. > >

Re: [PATCH v5 0/3] Enable Zicbom in usermode

2025-02-25 Thread Alexandre Ghiti
Hi Yunhui, On Wed, Jan 15, 2025 at 3:40 AM Yunhui Cui wrote: > > v1/v2: > There is only the first patch: RISC-V: Enable cbo.clean/flush in usermode, > which mainly removes the enabling of cbo.inval in user mode. > > v3: > Add the functionality of Expose Zicbom and selftests for Zicbom. > > v4: >