[dpdk-dev] [PATCH 0/3] eal / bonding pmd cleanup

2014-09-29 Thread Thomas Monjalon
> > >> 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 pres

[dpdk-dev] [PATCH 0/3] eal / bonding pmd cleanup

2014-09-22 Thread David Marchand
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 bo

[dpdk-dev] [PATCH 0/3] eal / bonding pmd cleanup

2014-09-22 Thread Neil Horman
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 > 6wind.com> > > wrote: > > > >> This patchset reworks the bonding pmd so that we don't need to modify the > >> eal > >

[dpdk-dev] [PATCH 0/3] eal / bonding pmd cleanup

2014-09-16 Thread David Marchand
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 ar

[dpdk-dev] [PATCH 0/3] eal / bonding pmd cleanup

2014-08-26 Thread David Marchand
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.