From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 30/50] net/liquidio: add Tx data path for single segment Date: Thu, 23 Feb 2017 14:31:56 +0000 Message-ID: <861a87a3-fbe6-1963-488f-7c1633b5d782@intel.com> References: <1487669225-30091-1-git-send-email-shijith.thotton@caviumnetworks.com> <1487669225-30091-31-git-send-email-shijith.thotton@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: Jerin Jacob , Derek Chickles , Venkat Koppula , Mallesham Jatharakonda To: Shijith Thotton , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B7452591E for ; Thu, 23 Feb 2017 15:31:59 +0100 (CET) In-Reply-To: <1487669225-30091-31-git-send-email-shijith.thotton@caviumnetworks.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 2/21/2017 9:26 AM, Shijith Thotton wrote: > Signed-off-by: Shijith Thotton > Signed-off-by: Jerin Jacob > Signed-off-by: Derek Chickles > Signed-off-by: Venkat Koppula > Signed-off-by: Mallesham Jatharakonda > --- <...> > @@ -543,6 +544,7 @@ static int lio_dev_configure(struct rte_eth_dev *eth_dev) > PMD_INIT_FUNC_TRACE(); > > eth_dev->rx_pkt_burst = &lio_dev_recv_pkts; > + eth_dev->tx_pkt_burst = &lio_dev_xmit_pkts; Not directly related to this patch, but double check, if tx_prep required for this driver. Since it is relatively new feature, it may be good to verify.