[dpdk-dev] [PATCH 3/5] ixgbe: make bulk alloc static

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 3/5] ixgbe: make bulk alloc static > > Only used in this file, make it

[dpdk-dev] [PATCH 3/5] ixgbe: make bulk alloc static

2015-03-09 Thread Bruce Richardson
On Fri, Mar 06, 2015 at 06:23:22PM -0800, Stephen Hemminger wrote: > Only used in this file, make it static. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson > --- > lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 5 - > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 2 +- > 2 files changed, 1

[dpdk-dev] [PATCH 3/5] ixgbe: make bulk alloc static

2015-03-06 Thread Stephen Hemminger
Only used in this file, make it static. Signed-off-by: Stephen Hemminger --- lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 5 - lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/librte_pmd_ixgbe/ixgbe_ethdev.h b/lib/librte_pmd_ixgbe/ixgbe_