From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: [PATCH RFC] librte_reorder: new reorder library Date: Wed, 8 Oct 2014 15:41:11 -0700 Message-ID: <20141008224111.GC29243@mhcomputing.net> References: <3AEA2BF9852C6F48A459DA490692831FE21954@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Pattan, Reshma" Return-path: Content-Disposition: inline In-Reply-To: <3AEA2BF9852C6F48A459DA490692831FE21954-kPTMFJFq+rHjxeytcECX8bfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Tue, Oct 07, 2014 at 09:33:06AM +0000, Pattan, Reshma wrote: > To be used along with distributor library. Next version of distributor are > planned to distribute incoming packets to all worker cores irrespective of > the flow type. In this case to ensure in order delivery of the packets at > output side reorder library will used by the tx end. Hello, I am trying to understand, why is usage of the RSS options on the RX Queues insufficient to keep the packets ordered per-flow on the TX Queues? Thanks, Matthew.