Hi Stephen, > +__rte_experimental > +static inline uint64_t > +rte_counter64_fetch(const rte_counter64_t *counter) { > + return *counter; > +}
What if the address pointed by counter is not aligned and the architecture doesn't support atomic (untorn) loads on non-aligned loads? --wathsala