From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by dpdk.org (Postfix) with ESMTP id 9D3E69DE for ; Wed, 4 Dec 2013 22:50:26 +0100 (CET) Received: by mail-pd0-f179.google.com with SMTP id r10so23455639pdi.10 for ; Wed, 04 Dec 2013 13:51:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=/FWPBmveITryWKmQJ95pT+/D551zbknjy8KAkZd7SQE=; b=TLnr5DLDyf7mCVBKWBFBOFeCbuZIIz6fHIPxz2hlSlqEAqXLUpopUI1pK346ROhDlt MI84hcjOVHagaHE+9VMAKKG3DkwgDeanc5esiK9rXjvphVPAdVFemmt/lts2Vict4TOc 0+sgWoK6qm5IJjF03bxRwJUBHlSnKt0HkdrLTSAM9bTfccydiXZcS49ljIDtijl8C/lu DlPJamzN+l9CdgBh2EqifhlCg3I0+ssDBNNMYlY+iAxMFETQqmMqU0a3QB5OZBh7g57l A3gmEAuYFNVTqkkf8rI92lOvQQaV0MYLj5fzvPe8t1LUbDFvtpOzrV36AwiSDkCpN6Gw fQ/Q== X-Gm-Message-State: ALoCoQkXYra3WctACiuPBoJliLG/4Pgpm+HAeeiEqYAOnhNA+spJerMXC4YdLTeQA6jFZOdK57DQ X-Received: by 10.66.221.199 with SMTP id qg7mr84727998pac.13.1386193888838; Wed, 04 Dec 2013 13:51:28 -0800 (PST) Received: from nehalam.linuxnetplumber.net (static-50-53-83-51.bvtn.or.frontiernet.net. [50.53.83.51]) by mx.google.com with ESMTPSA id qv8sm17685104pbc.31.2013.12.04.13.51.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 04 Dec 2013 13:51:28 -0800 (PST) Date: Wed, 4 Dec 2013 13:51:25 -0800 From: Stephen Hemminger To: Sambath Kumar Balasubramanian Message-ID: <20131204135125.0fb7bf3f@nehalam.linuxnetplumber.net> In-Reply-To: References: <20131204132548.05a151fe@nehalam.linuxnetplumber.net> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Question on the Ring Library 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, 04 Dec 2013 21:50:27 -0000 On Wed, 4 Dec 2013 13:47:10 -0800 Sambath Kumar Balasubramanian wrote: > Thanks Stephen. I was going to do prototype something similar (not doing > the wakeup inline but using a background thread) > and is it a worthwhile effort to move this as a feature of the RTE ring or > is it best left at the application level. > I prefer that RTE ring stays as simple as possible. If you need a higher level abstraction, built it yourself