From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: Sending and receiving on the same port at the same time, from different threads Date: Fri, 15 Jan 2016 12:33:14 -0500 Message-ID: <20160115173314.GA29578@mhcomputing.net> References: <56992433.7060206@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Zoltan Kiss Return-path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id A735A8E5E for ; Fri, 15 Jan 2016 18:33:14 +0100 (CET) Content-Disposition: inline In-Reply-To: <56992433.7060206@linaro.org> 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" On Fri, Jan 15, 2016 at 04:54:11PM +0000, Zoltan Kiss wrote: > Can you call rte_eth_tx_burst() and rte_eth_tx_burst() on the same port at > the same time from different threads? In general, yes you can. I did this before in an L4-L7 performance tester, so cores could concentrate on RX or TX to keep the speeds high. > Have anyone seen a device where it wasn't true? Not specifically. But I didn't go looking for one either. Matthew.