From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758999Ab3FMTnA (ORCPT ); Thu, 13 Jun 2013 15:43:00 -0400 Received: from violet.fr.zoreil.com ([92.243.8.30]:49035 "EHLO violet.fr.zoreil.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752081Ab3FMTm6 (ORCPT ); Thu, 13 Jun 2013 15:42:58 -0400 Date: Thu, 13 Jun 2013 21:42:31 +0200 From: Francois Romieu To: Andy Shevchenko Cc: Alexey Brodkin , netdev , Joe Perches , Vineet Gupta , Mischa Jonker , Arnd Bergmann , Grant Likely , Rob Herring , Paul Gortmaker , "David S. Miller" , "linux-kernel@vger.kernel.org" , Devicetree Discuss Subject: Re: [PATCH v3] ethernet/arc/arc_emac - Add new driver Message-ID: <20130613194231.GA11949@electric-eye.fr.zoreil.com> References: <1371134239-4531-1-git-send-email-abrodkin@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Organisation: Land of Sunshine Inc. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Shevchenko : [...] > I just realize you are using circular buffer here. What about to use > them with linux' native framework? Documentation/circular-buffers.txt It's almost unused in drivers/net. I won't mind if it stays this way. -- Ueimor