[dpdk-dev] [PATCH 1/3] kni: remove single mempool, single mem_chunk restriction

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Sep 21 19:20:06 CEST 2016


2016-08-25 12:30, Ferruh Yigit:
> Use mempool buf_addr and buf_physaddr fields for address translation.
> 
> Since each mbuf address calculated separately, the restriction of all
> mbufs should come from a continuous memory restriction is no more valid.
> 
> mbuf related FIFO's content changed, rx_q and alloc_q now carries
> physical address of mbufs. tx_q and free_q content not changed, they
> still carries virtual address of mbufs.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied, thanks

The next 2 patches have been squashed with the first one as they are
tightly related.


More information about the dev mailing list