From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from p3plsmtpa08-08.prod.phx3.secureserver.net (p3plsmtpa08-08.prod.phx3.secureserver.net [173.201.193.109]) by dpdk.org (Postfix) with ESMTP id 9EFA92A7 for ; Wed, 26 Jun 2013 23:28:50 +0200 (CEST) Received: from [192.168.10.7] ([188.83.16.121]) by p3plsmtpa08-08.prod.phx3.secureserver.net with id t9V21l0092cjJ5o019V2RQ; Wed, 26 Jun 2013 14:29:03 -0700 Message-ID: <51CB5D9B.8030400@viaquanta.com> Date: Wed, 26 Jun 2013 22:31:07 +0100 From: =?ISO-8859-1?Q?Jo=E3o_Alberto_Pereira_de_Ara=FAjo?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: dev@dpdk.org References: <51C319C6.2050507@viaquanta.com> In-Reply-To: <51C319C6.2050507@viaquanta.com> X-Enigmail-Version: 1.5.1 X-Forwarded-Message-Id: <51C319C6.2050507@viaquanta.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] Error on burst packets X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 21:28:51 -0000 Good morning. I'm trying to make a switch with some rules based on the L2fwd example, i have everything working well (pings), but when i step up a bit i have the same recurring error: Segmentation Fault in eth_em_xmit_pkts () That i backtracked to: rte_eth_tx_burst I tried to burst the packets much sparsely (more time between), change some configurations parameters but nevertheless this error seems to not going away. It there is any thing i should do to prevent? Thanks in advance.