mempool/octeontx2: remove minimum chunck size limitation
authorVamsi Attunuru <vattunuru@marvell.com>
Tue, 10 Sep 2019 11:03:24 +0000 (16:33 +0530)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 24 Oct 2019 19:12:59 +0000 (21:12 +0200)
commit157e55f82db03ea6fa9cbc2d6c82574c10f82335
tree1285f6df6a48a91357874fafff7de32adef55dee
parent80f5df0ae02b37f33ef5715ce4f38019611f4d9a
mempool/octeontx2: remove minimum chunck size limitation

Memory required for the mempool objects need not be physically
contiguous on octeontx2's HW, mempool pmd supports the minimum chunk
size set by the default handler. Hence discarding the limitation set
by the pmd on the min_chunk_size value.

Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/mempool/octeontx2/otx2_mempool_ops.c