[dpdk-dev] [PATCH v2 04/10] mempool/octeontx: implement pool alloc

Thomas Monjalon thomas at monjalon.net
Fri Oct 6 22:51:42 CEST 2017


31/08/2017 08:37, Santosh Shukla:
> Upon pool allocation request by application, Octeontx FPA alloc
> does following:
> - Gets free pool from pci fpavf array.
> - Uses mbox to communicate fpapf driver about,
>   * gpool-id
>   * pool block_sz
>   * alignemnt
> - Programs fpavf pool boundary.
> 
> Signed-off-by: Santosh Shukla <santosh.shukla at caviumnetworks.com>
> Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>

There is an error at compilation:
	drivers/mempool/octeontx/rte_mempool_octeontx.c:85:3: fatal error
	field designator 'update_range' does not refer to any field in
	type 'struct rte_mempool_ops'



More information about the dev mailing list