From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 2/5] net/i40e: remove limit of i40e_xmit_pkts_vec burst size Date: Fri, 24 Mar 2017 14:03:24 +0000 Message-ID: <8fc06888-9a29-f7b2-c02c-0323c7d921af@intel.com> References: <1487926101-4637-2-git-send-email-zhiyong.yang@intel.com> <1488539851-71009-1-git-send-email-zhiyong.yang@intel.com> <1488539851-71009-3-git-send-email-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: bruce.richardson@intel.com, Helin Zhang , Jingjing Wu To: Zhiyong Yang , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id F1EF9D323 for ; Fri, 24 Mar 2017 15:03:27 +0100 (CET) In-Reply-To: <1488539851-71009-3-git-send-email-zhiyong.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Cc: Jingjing Wu > Signed-off-by: Zhiyong Yang 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, ^