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

2016-09-21 Thread Thomas Monjalon
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_

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

2016-08-25 Thread 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 o