From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yerden Zhumabekov Subject: Re: pcap->eth low TX performance Date: Mon, 7 Sep 2015 08:40:59 +0600 Message-ID: <55ECF93B.9020000@sts.kz> References: <55E91AB2.4080604@sts.kz> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Kyle Larose Return-path: Received: from mgw.gov.kz (mgw.gov.kz [89.218.88.242]) by dpdk.org (Postfix) with ESMTP id 919E16A80 for ; Mon, 7 Sep 2015 04:41:13 +0200 (CEST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" tx burst sends, say, 10-15% percent of a supplied array. The tail is being ignored so I have to drop it to avoid overflow. Ethernet device is 82599. In my app, I transmit all traffic through a ring then feed it to eth. That leads to overflow as well. 04.09.2015 20:03, Kyle Larose =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Are you reading from the pcap faster than the device can transmit? > Does the app hold off reading from the pcap when the ethdev is pushing > back, or does it just tail drop? > > On Fri, Sep 4, 2015 at 12:14 AM, Yerden Zhumabekov > > wrote: > > Hello, > > Did anyone try to work with pcap PMD recently? We're testing our ap= p > with this setup: > > PCAP --- rte_eth_rx_burst--> APP-> rte_eth_tx_burst -> ethdev > > I'm experiencing very low TX performance leading to massive mbuf dr= op > while trying to send those packets over the Ethernet device. I trie= d > running ordinary l2fwd and got the same issue with over 80-90% of > packets drop. When I substitute PCAP with another ordinary Ethernet > device, everything works fine. Can anyone share an idea? > > -- > Sincerely, > > Yerden Zhumabekov > State Technical Service > Astana, KZ > > --=20 Sincerely, Yerden Zhumabekov State Technical Service Astana, KZ