Re: [dpdk-dev] [PATCH v10 0/6] implement common bit operation APIs

2020-06-16 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v10 0/6] implement common bit operation APIs

2020-04-27 Thread Joyce Kong
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