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.zh...@intel.com> > Cc: Jingjing Wu <jingjing...@intel.com> > Signed-off-by: Zhiyong Yang <zhiyong.y...@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, ^