[dpdk-dev] [PATCH] eal: remove unnecessary #ifdef CONFIG_BQL

2015-03-24 Thread Zhang, Helin
Hi Alex > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Alex Gartrell > Sent: Saturday, March 14, 2015 3:22 AM > To: dev at dpdk.org > Cc: kernel-team at fb.com > Subject: [dpdk-dev] [PATCH] eal: remove unnecessary #ifdef CONFIG_BQL >

[dpdk-dev] [PATCH] eal: remove unnecessary #ifdef CONFIG_BQL

2015-03-23 Thread Thomas Monjalon
Helin, any comment about this trivial patch? 2015-03-13 12:21, Alex Gartrell: > I couldn't figure out why this #ifdef existed so I looked around upstream > and it's not there. It seems to build just fine without it. > > Signed-off-by: Alex Gartrell > --- > lib/librte_eal/linuxapp/kni/ethtool/i

[dpdk-dev] [PATCH] eal: remove unnecessary #ifdef CONFIG_BQL

2015-03-13 Thread Alex Gartrell
I couldn't figure out why this #ifdef existed so I looked around upstream and it's not there. It seems to build just fine without it. Signed-off-by: Alex Gartrell --- lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_eal/linuxapp/kni/e