]> git.droids-corp.org - dpdk.git/commit
net/ark: support chunk DMA transfers
authorJohn Miller <john.miller@atomicrules.com>
Tue, 15 Feb 2022 22:19:24 +0000 (16:19 -0600)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 15 Feb 2022 23:48:06 +0000 (00:48 +0100)
commit30e59d5435363abbb50ae6cd73de6d14c562595d
tree12521378feb7bd7b386470df06b2ac1c468a1185
parent4f2f1bd8cd640c0a90592487773c457ec8fbf19f
net/ark: support chunk DMA transfers

Add support for chunk DMA transfers.

Chunk mpu transfer use 64 objects (512 byte) to maintain memory
read alignment.

Align mpu memory allocation to be at 512 byte boundaries.

Reduce force-close allocation from 10000 objects to 64 objects.

Signed-off-by: John Miller <john.miller@atomicrules.com>
drivers/net/ark/ark_ethdev_rx.c