[PATCH v5 0/4] Miscellaneous about sbi_tlb and sbi_ipi

Xiang W wxjstz at 126.com
Mon Apr 10 21:56:17 PDT 2023


V5 Changes:
PATCH1: use ATOMIC_INIT tlb_sync
PATCH2: drop the rename of sbi_ipi_send
PATCH3: drop the rename of tlb_entry_process.
        commit improved
        Modify the return value type of tlb_process_once to bool
PATCH4: update ipi's loop variable from done to retry_needed
        

V4 Changes:
PATCH1: Fixed not adding one to tlb_sync when SBI_FIFO_UNCHANGED
PATCH4: Add comments

V3 Changes:
PATCH2: Remove missing sync in update
add PATCH4: Optimize sbi_tlb queue waiting

V2 Changes:
PATCH2: Fix m changes after update IPIs

Xiang W (4):
  lib: sbi: Optimize sbi_tlb
  lib: sbi: Optimize sbi_ipi
  sbi: tlb: Simplify to tlb_process_count/tlb_process function
  lib: sbi: Optimize sbi_tlb queue waiting

 include/sbi/sbi_ipi.h |  3 +++
 lib/sbi/sbi_ipi.c     | 40 +++++++++++++++++++++++++++++++++-----
 lib/sbi/sbi_tlb.c     | 45 +++++++++++++++++++------------------------
 3 files changed, 58 insertions(+), 30 deletions(-)

-- 
2.39.2




More information about the opensbi mailing list