[dpdk-dev] [PATCH 2/2] app/testpmd: creating mbuf pool based on maximum supported segments

Ferruh Yigit ferruh.yigit at intel.com
Mon Jun 10 19:45:22 CEST 2019


On 5/27/2019 9:35 AM, Sunil Kumar Kori wrote:
> Configuring buffer size based following parameters:
> - max-pkt-len
> - max supported segments per MTU
> 
> Buffer size are configured as given below:
> - If platform supports infinite segments per packet then default
>   buffer size is used.
> - If platform supports nb_mtu_seg_max segments then buffer size
>   is configured as (max-pkt-len / nb_mtu_seg_max) + headroom
> 
> Signed-off-by: Sunil Kumar Kori <skori at marvell.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list