[dpdk-dev] [PATCH v4 0/4] get Rx/Tx packet burst mode information

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 15 14:11:29 CEST 2019


On 10/15/2019 8:51 AM, Haiyue Wang wrote:
> v3 -> v4:
> 	1) Remove the no-acked patch signature
> 	2) Use arry to look up the option name instead of by each case line
> 
> v2 -> v3:
> 	1) Add 'Burst mode info' feature matrix.
> 
> v1 -> v2:
>  	1). Change the return type of dev_ops callback from 'void' to
>  	    'int'.
>  	2). Update the ice/i40 PMD patches with clear git commit log.
>  
> RFCv3 -> v1:
>  	https://patchwork.dpdk.org/patch/59103/
>  	https://patchwork.dpdk.org/patch/59104/
>  	https://patchwork.dpdk.org/patch/59105/
>  	https://patchwork.dpdk.org/patch/59106/
>  	1). Use the function 'rte_bsf64' to iterate the options for
>  	    getting the name.
> 
> Haiyue Wang (4):
>   ethdev: add the API for getting burst mode information
>   net/i40e: add Rx/Tx burst mode get callbacks
>   net/ice: add Rx/Tx burst mode get callbacks
>   app/testpmd: show the Rx/Tx burst mode description
> 
Series applied to dpdk-next-net/master, thanks.


More information about the dev mailing list