6f5f8ecce1
The rte_ring functions used a compiler barrier to stop the compiler reordering certain expressions. This is generally useful so is moved to the common header file with the other barriers. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>