examples/quota_watermark: fix requirement for 2M pages
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 23 Feb 2017 16:42:03 +0000 (16:42 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Mar 2017 15:06:36 +0000 (16:06 +0100)
commitc9051455d6bcd4bfdffdc83c8f2c329a7534921c
treedc37337e2808c532573c853a2360efd117007bd2
parenta0ffcb257ab8c99cf2b0c84baae8631e219fe77a
examples/quota_watermark: fix requirement for 2M pages

The sample app was forcing the shared memory block for high/low
watermarks to be placed in a memzone on 2M pages. This prevented it
from running on systems with just 1G pages, so remove the flag forcing
2M pages.

Fixes: 1d6c3ee3321a ("examples/quota_watermark: initial import")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/quota_watermark/qw/init.c