> > Since commit 08b563ffb19 ("mbuf: replace data pointer by an offset"), > > KNI vhost compilation (CONFIG_RTE_KNI_VHOST=y) was broken. > > > > rte_pktmbuf_mtod() is not used in the kernel context but is replaced > > by a simple addition of the base address and the offset. > > > > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > > Acked-by: Olivier Matz <olivier.matz at 6wind.com>
Applied -- Thomas