These are things found while reviewing ixgbe driver. No bugs or functionality changes, just minor things like naming and use of const.
Stephen Hemminger (5): ixgbe: make txq_ops const ixgbe: make register maps const ixgbe: make bulk alloc static ixgbe: rename set_tx_function ixgbe: rename igb_* to ixgbe_* lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 4 +- lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 5 -- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 132 +++++++++++++++++----------------- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 28 ++++---- lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 54 +++++++------- 5 files changed, 109 insertions(+), 114 deletions(-) -- 2.1.4