From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 475AAB3B6 for ; Mon, 22 Sep 2014 14:58:36 +0200 (CEST) Received: from [2001:470:8:a08:18c5:c64e:4bf:67a] (helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XW3I3-0003Ge-D1; Mon, 22 Sep 2014 09:04:37 -0400 Date: Mon, 22 Sep 2014 09:04:26 -0400 From: Neil Horman To: David Marchand Message-ID: <20140922130426.GE25406@hmsreliant.think-freely.org> References: <1409062338-26477-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/3] eal / bonding pmd cleanup 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: Mon, 22 Sep 2014 12:58:36 -0000 On Mon, Sep 22, 2014 at 01:02:08PM +0200, David Marchand wrote: > On Tue, Sep 16, 2014 at 3:05 PM, David Marchand > wrote: > > > On Tue, Aug 26, 2014 at 4:12 PM, David Marchand > > wrote: > > > >> This patchset reworks the bonding pmd so that we don't need to modify the > >> eal > >> for this pmd to work. > >> > >> Basically, the arguments parsed at bond_init are stored in the bond > >> private > >> structure to be used at dev_configure time. > >> If no argument are present, we suppose that the bonding api has been > >> called. > >> > > > > I did not get any comment on these patches. > > Anyone ? > > > > The idea here is to keep pmd stuff in the pmds and avoid polluting the eal. > > > > ping Sorry, it was on my todo list and it kept getting pushed back. I like the change, its makes great sense and does proper isolation of the PMD. Acked-by: Neil Horman > > > -- > David Marchand >