From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/5] ixgbe: cleanup patches Date: Fri, 6 Mar 2015 18:23:19 -0800 Message-ID: <1425695004-29605-1-git-send-email-stephen@networkplumber.org> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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