From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH 0/3] eal / bonding pmd cleanup Date: Tue, 16 Sep 2014 15:05:11 +0200 Message-ID: References: <1409062338-26477-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: <1409062338-26477-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@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, 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. -- David Marchand