814baffdb6
rte_pktmbuf_headroom() and rte_pktmbuf_tailroom() should be usable with any segment, not only with headered ones, so is_header should be 0 when we call for sanity check inside them. Fixes: af75078fece3 ("first public release") Cc: stable@dpdk.org Signed-off-by: Vasily Philipov <vasilyf@mellanox.com> Acked-by: Olivier Matz <olivier.matz@6wind.com>