numam-dpdk/drivers/net/thunderx
Jerin Jacob 34c2e7026f net/thunderx: check data offset alignment requirement
nicvf HW expects the DMA address of the packet data to be
aligned with cache line size.

Packet data offset is a function of struct mbuf size,
mbuf private size and headroom. mbuf private size can
be changed from the application in pool creation, this
check detects HW alignment requirement constraint in pmd
start function.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2017-04-04 18:59:39 +02:00
..
base net/thunderx: use I/O device memory read/write API 2017-01-18 17:18:27 +01:00
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
nicvf_ethdev.c net/thunderx: check data offset alignment requirement 2017-04-04 18:59:39 +02:00
nicvf_ethdev.h net/thunderx: increase driver version to 2.0 2016-10-13 15:30:59 +02:00
nicvf_logs.h net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00
nicvf_rxtx.c net/thunderx: remove private data to ethdev link 2016-10-13 15:30:59 +02:00
nicvf_rxtx.h net/thunderx: support Rx queue start and stop 2016-06-20 17:21:55 +02:00
nicvf_struct.h net/thunderx: remove private data to ethdev link 2016-10-13 15:30:59 +02:00
nicvf_svf.c net/thunderx: add functions to store qsets 2016-10-13 15:30:59 +02:00
nicvf_svf.h net/thunderx: add functions to store qsets 2016-10-13 15:30:59 +02:00
rte_pmd_thunderx_nicvf_version.map net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00