DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] eal_flags_autotest fails with tailq fully local
@ 2014-10-31 15:39 Thomas Monjalon
  2014-11-05 17:50 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2014-10-31 15:39 UTC (permalink / raw)
  To: dev

Hi,

Since release 1.7.1 and patchset "tailq fully local", the test
eal_flags_autotest doesn't work anymore. It fails because it doesn't
find any free hugepage (rte_memzone_reserve).

The interesting commits are:
	http://dpdk.org/browse/dpdk/commit/?id=e3f3b68c6e42
	http://dpdk.org/browse/dpdk/commit/?id=dd0024ccbc70
The test works only when these patches are reverted.

Here is how to reproduce:
	git revert e3f3b68c6e42
	git revert dd0024ccbc70
	make config T=x86_64-native-linuxapp-gcc
	make
	mkdir -p /mnt/huge
	mount -t hugetlbfs nodev /mnt/huge
	echo 9 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
	build/app/test -c 1 -n 1 -m 1
		eal_flags_autotest

I'd like this regression to be fixed for the coming release.
If someone has an idea, he's welcome :)

Thanks
-- 
Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] eal_flags_autotest fails with tailq fully local
  2014-10-31 15:39 [dpdk-dev] eal_flags_autotest fails with tailq fully local Thomas Monjalon
@ 2014-11-05 17:50 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2014-11-05 17:50 UTC (permalink / raw)
  To: dev

> Since release 1.7.1 and patchset "tailq fully local", the test
> eal_flags_autotest doesn't work anymore. It fails because it doesn't
> find any free hugepage (rte_memzone_reserve).
> 
> The interesting commits are:
> 	http://dpdk.org/browse/dpdk/commit/?id=e3f3b68c6e42
> 	http://dpdk.org/browse/dpdk/commit/?id=dd0024ccbc70
> The test works only when these patches are reverted.
> 
> Here is how to reproduce:
> 	git revert e3f3b68c6e42
> 	git revert dd0024ccbc70
> 	make config T=x86_64-native-linuxapp-gcc
> 	make
> 	mkdir -p /mnt/huge
> 	mount -t hugetlbfs nodev /mnt/huge
> 	echo 9 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
> 	build/app/test -c 1 -n 1 -m 1
> 		eal_flags_autotest
> 
> I'd like this regression to be fixed for the coming release.
> If someone has an idea, he's welcome :)

Thanks to Anatoly, it's now fixed: 
	http://dpdk.org/browse/dpdk/commit/?id=b600409890

-- 
Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-05 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-31 15:39 [dpdk-dev] eal_flags_autotest fails with tailq fully local Thomas Monjalon
2014-11-05 17:50 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).