Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-16 Thread John Fastabend
On 15-11-15 01:01 AM, Jiri Pirko wrote: > Sun, Nov 15, 2015 at 06:51:28AM CET, john.fastab...@gmail.com wrote: >> On 15-11-14 01:39 AM, Jiri Pirko wrote: >>> Thu, Nov 12, 2015 at 05:02:18PM CET, pjonn...@broadcom.com wrote: Packet forwarding to/from bond interfaces is done in software.

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread Jiri Pirko
Sun, Nov 15, 2015 at 06:51:28AM CET, john.fastab...@gmail.com wrote: >On 15-11-14 01:39 AM, Jiri Pirko wrote: >> Thu, Nov 12, 2015 at 05:02:18PM CET, pjonn...@broadcom.com wrote: >>> Packet forwarding to/from bond interfaces is done in software. >>> >>> This patch enables certain platforms to

RE: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread Premkumar Jonnala
mellanox.com; > go...@cumulusnetworks.com > Subject: Re: [PATCH] bonding: Offloading bonds to hardware > > From: Florian Fainelli <f.faine...@gmail.com> > Date: Fri, 13 Nov 2015 10:38:48 -0800 > > > This is a good explanation of why you want the changes, and h

RE: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread Premkumar Jonnala
> -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Saturday, November 14, 2015 2:42 AM > To: Premkumar Jonnala > Cc: netdev@vger.kernel.org > Subject: Re: [PATCH] bonding: Offloading bonds to hardware > > On Thu, Nov 12, 2015 at 04:02:18PM

RE: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread Premkumar Jonnala
umulusnetworks.com > Subject: Re: [PATCH] bonding: Offloading bonds to hardware > > On 12/11/15 08:02, Premkumar Jonnala wrote: > > Packet forwarding to/from bond interfaces is done in software. > > > > This patch enables certain platforms to bridge traffic to/from &g

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread David Miller
From: Premkumar Jonnala Date: Mon, 16 Nov 2015 06:12:24 + > Thank you for the feedback David. I am currently handling/implementing > these notifications in a custom (closed source) driver. I will update the > diff > with an actual demo of the handler, and resend

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread Jiri Pirko
Mon, Nov 16, 2015 at 07:48:34AM CET, pjonn...@broadcom.com wrote: >> >> Thu, Nov 12, 2015 at 05:02:18PM CET, pjonn...@broadcom.com wrote: >> >Packet forwarding to/from bond interfaces is done in software. >> > >> >This patch enables certain platforms to bridge traffic to/from >> >bond interfaces

RE: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread Premkumar Jonnala
.@cumulusnetworks.com > Subject: RE: [PATCH] bonding: Offloading bonds to hardware > > > > > -Original Message- > > From: David Miller [mailto:da...@davemloft.net] > > Sent: Saturday, November 14, 2015 12:40 AM > > To: f.faine...@gmail.com > > Cc: Prem

RE: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread Premkumar Jonnala
> > Thu, Nov 12, 2015 at 05:02:18PM CET, pjonn...@broadcom.com wrote: > >Packet forwarding to/from bond interfaces is done in software. > > > >This patch enables certain platforms to bridge traffic to/from > >bond interfaces in hardware. Notifications are sent out when > >the "active" slave set

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-15 Thread David Miller
From: Premkumar Jonnala Date: Mon, 16 Nov 2015 06:49:49 + >> Thank you for the feedback David. I am currently handling/implementing >> these notifications in a custom (closed source) driver. I will update the >> diff >> with an actual demo of the handler, and resend

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-14 Thread Jiri Pirko
Thu, Nov 12, 2015 at 05:02:18PM CET, pjonn...@broadcom.com wrote: >Packet forwarding to/from bond interfaces is done in software. > >This patch enables certain platforms to bridge traffic to/from >bond interfaces in hardware. Notifications are sent out when >the "active" slave set for a bond

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-14 Thread Jiri Pirko
Thu, Nov 12, 2015 at 06:08:01PM CET, and...@lunn.ch wrote: >On Thu, Nov 12, 2015 at 04:02:18PM +, Premkumar Jonnala wrote: >> Packet forwarding to/from bond interfaces is done in software. >> >> This patch enables certain platforms to bridge traffic to/from >> bond interfaces in hardware.

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-14 Thread John Fastabend
On 15-11-14 01:39 AM, Jiri Pirko wrote: > Thu, Nov 12, 2015 at 05:02:18PM CET, pjonn...@broadcom.com wrote: >> Packet forwarding to/from bond interfaces is done in software. >> >> This patch enables certain platforms to bridge traffic to/from >> bond interfaces in hardware. Notifications are sent

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-13 Thread David Miller
From: Florian Fainelli Date: Fri, 13 Nov 2015 10:38:48 -0800 > This is a good explanation of why you want the changes, and how this is > implemented in a system utilizing that, but this is not documenting why > you are making these changes to the bonding code, nor how they

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-13 Thread Florian Fainelli
On 12/11/15 08:02, Premkumar Jonnala wrote: > Packet forwarding to/from bond interfaces is done in software. > > This patch enables certain platforms to bridge traffic to/from > bond interfaces in hardware. Notifications are sent out when > the "active" slave set for a bond interface is updated

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-13 Thread Andrew Lunn
On Thu, Nov 12, 2015 at 04:02:18PM +, Premkumar Jonnala wrote: > Packet forwarding to/from bond interfaces is done in software. > > This patch enables certain platforms to bridge traffic to/from > bond interfaces in hardware. Notifications are sent out when > the "active" slave set for a

[PATCH] bonding: Offloading bonds to hardware

2015-11-12 Thread Premkumar Jonnala
Packet forwarding to/from bond interfaces is done in software. This patch enables certain platforms to bridge traffic to/from bond interfaces in hardware. Notifications are sent out when the "active" slave set for a bond interface is updated in software. Platforms use the notifications to

Re: [PATCH] bonding: Offloading bonds to hardware

2015-11-12 Thread Andrew Lunn
On Thu, Nov 12, 2015 at 04:02:18PM +, Premkumar Jonnala wrote: > Packet forwarding to/from bond interfaces is done in software. > > This patch enables certain platforms to bridge traffic to/from > bond interfaces in hardware. Notifications are sent out when > the "active" slave set for a