27/04/2020 09:58, Joyce Kong:
> Joyce Kong (6):
> lib/eal: implement the family of common bit operation APIs
> test/bitops: add bit operation test case
> net/axgbe: use common rte bit operation APIs instead
> net/bnx2x: use common rte bit operation APIs instead
> net/qede: use common rte
v10:
Rename the APIs of '_relaxed' suffix to 'rte_bit_relaxed_xx'.
v9:
1. Change '*addr = (*addr) | mask' to '*addr = val | mask'.
2. Move 'rte_bitops.h' from 'device' section to 'basic'
section in 'doxy-api-index.md'.
v8:
1. Change 'rte_pmd_bitops.h' to 'rte_bitops.h' allo
2 matches
Mail list logo