[dpdk-dev] [PATCH 4/5] ixgbe: rename set_tx_function

2015-03-10 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Saturday, March 7, 2015 10:23 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 4/5] ixgbe: rename set_tx_function > > All global functions in a dr

[dpdk-dev] [PATCH 4/5] ixgbe: rename set_tx_function

2015-03-09 Thread Bruce Richardson
On Fri, Mar 06, 2015 at 06:23:23PM -0800, Stephen Hemminger wrote: > All global functions in a driver should use the same prefix > to avoid any future name collisions. > > Signed-off-by: Stephen Hemminger I think this patch is missing one instance of set_tx_function at line 1963 of ixgbe_rxtx.c

[dpdk-dev] [PATCH 4/5] ixgbe: rename set_tx_function

2015-03-06 Thread Stephen Hemminger
All global functions in a driver should use the same prefix to avoid any future name collisions. Signed-off-by: Stephen Hemminger --- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 2 +- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 2 +- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 2 +- 3 files changed, 3 insertions(