[dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

2015-02-19 Thread Thomas Monjalon
2015-02-19 10:14, Jastrzebski, MichalX K: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-02-19 09:18, Jastrzebski, MichalX K: > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > 2015-02-13 16:12, Declan Doherty: > > > > > On 13/02/15 15:16, Michal Jastr

[dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

2015-02-19 Thread Thomas Monjalon
2015-02-19 09:18, Jastrzebski, MichalX K: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-02-13 16:12, Declan Doherty: > > > On 13/02/15 15:16, Michal Jastrzebski wrote: > > > > Michal Jastrzebski (6): > > > >net: changed arp_hdr struct declaration > > > >bond: add li

[dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

2015-02-19 Thread Jastrzebski, MichalX K
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, February 19, 2015 10:40 AM > To: Jastrzebski, MichalX K > Cc: Doherty, Declan; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

[dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

2015-02-19 Thread Jastrzebski, MichalX K
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, February 18, 2015 8:10 PM > To: Doherty, Declan; Jastrzebski, MichalX K > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

[dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

2015-02-18 Thread Thomas Monjalon
Hi, 2015-02-13 16:12, Declan Doherty: > On 13/02/15 15:16, Michal Jastrzebski wrote: > > Michal Jastrzebski (6): > >net: changed arp_hdr struct declaration > >bond: add link bonding mode 6 implementation > >bond: add debug info for mode 6 link bonding > >bond: add example applicati

[dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

2015-02-13 Thread Michal Jastrzebski
This patchset add support for link bonding mode 6. Additionally it changes an arp_header structure definition. Also a basic example is introduced. Using this example, Bonding will configure each client ARP table, that packets from each client will be received on different slave, mode 6 uses round-r

[dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB)

2015-02-13 Thread Declan Doherty
On 13/02/15 15:16, Michal Jastrzebski wrote: > This patchset add support for link bonding mode 6. > Additionally it changes an arp_header structure definition. > Also a basic example is introduced. Using this example, > Bonding will configure each client ARP table, > that packets from each client w

[dpdk-dev] [PATCH v2 0/6] link bonding

2014-09-02 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, September 01, 2014 9:31 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/6] link bonding > > This patch set adds support for link status interrup

[dpdk-dev] [PATCH v2 0/6] link bonding

2014-09-02 Thread Stephen Hemminger
On Mon, 1 Sep 2014 09:31:23 +0100 Declan Doherty wrote: > This patch set adds support for link status interrupt in the link bonding > pmd. It also contains some patches to tidy up the code structure and to > of the link bonding code and to fix bugs relating to transmission > failures in the und

[dpdk-dev] [PATCH v2 0/6] link bonding

2014-09-01 Thread Declan Doherty
This patch set adds support for link status interrupt in the link bonding pmd. It also contains some patches to tidy up the code structure and to of the link bonding code and to fix bugs relating to transmission failures in the under lying slave pmd which could lead to leaked mbufs. V2 addresse