Comment 34 for bug 1539775

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

What ?

It has the 16M code we discussed a while ago in its init script:
grep 16 debian/dpdk-init
    if [ -n "${NR_16M_PAGES}" -a -z "$(get_hugetlbfs_mountpoint '16M')" ]; then
        _mount_hugetlbfs 16M
    _setup_hugepages "hugepages-16384kB" "$NR_16M_PAGES"

Is there an issue with it?