From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: Intel 82599ES send packets failed on dpdk-17.05.1 after traffic testing Date: Tue, 22 Aug 2017 08:49:56 +0100 Message-ID: References: <2f4bdab7-9873-e293-26fd-36ef5f2d80a1@126.com> <34912f2e.542d.15e084275cd.Coremail.zimeiw@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit To: zimeiw , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 21F8B7CAF for ; Tue, 22 Aug 2017 09:50:00 +0200 (CEST) In-Reply-To: <34912f2e.542d.15e084275cd.Coremail.zimeiw@163.com> Content-Language: en-US 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 8/22/2017 5:45 AM, zimeiw wrote: > hi, > My test env is dell T430 server, NIC is intel 82599ES. > I integrate my app with dpdk-17.05.1 version. after do some tcp traffic testing, app can receive packets from the 82599 NIC, but 82599 NIC send packets failed. > But my app with dpdk-17.02 works well. > > > If any change with ixgbe driver? or need some additional configuration for the NIC? tx_pkt_prepare added but it has been added on 17.02 which seems working for your case. Just to double check, are you using rte_eth_tx_prepare()? > > > > Thanks. > > > -- > > Best Regards, > zimeiw >