[dpdk-dev] [PATCH v2 2/5] net/i40e: remove limit of i40e_xmit_pkts_vec burst size

Ferruh Yigit ferruh.yigit at intel.com
Fri Mar 24 15:03:24 CET 2017


On 3/3/2017 11:17 AM, Zhiyong Yang wrote:
> To add a wrapper function to remove the limit of tx burst size. The patch
> makes i40e vec function an best effort to transmit the pkts in the
> consistent behavior like i40e_xmit_pkts_simple and i40e_xmit_pkts do that.
> 
> Cc: Helin Zhang <helin.zhang at intel.com>
> Cc: Jingjing Wu <jingjing.wu at intel.com>
> Signed-off-by: Zhiyong Yang <zhiyong.yang at intel.com>

patch is giving following checkpatch warning:

CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#71: FILE: drivers/net/i40e/i40e_rxtx.c:2922:
+i40e_xmit_fixed_burst_vec(void __rte_unused *tx_queue,
                                             ^

CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#72: FILE: drivers/net/i40e/i40e_rxtx.c:2923:
+                         struct rte_mbuf __rte_unused **tx_pkts,
                                                       ^




More information about the dev mailing list