Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-11-01 Thread Flavio Leitner
On Thu, Nov 01, 2018 at 09:32:50AM +0530, Sriharsha Basavapatna via dev wrote: > On Thu, Nov 1, 2018 at 5:32 AM Flavio Leitner wrote: > > Hi Sriharsha, > > > > Do you mind to send this again but directly to > > d...@openvswitch.org > > instead of > > ovs-dev@openvswitch.org ? > > > > I received

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Sriharsha Basavapatna via dev
On Thu, Nov 1, 2018 at 5:32 AM Flavio Leitner wrote: > > > Hi Sriharsha, > > Do you mind to send this again but directly to > d...@openvswitch.org > instead of > ovs-dev@openvswitch.org ? > > I received spam with the same issue but only when sent to > ovs-dev@ > > Thanks, > fbl Hi Flavio,

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Sriharsha Basavapatna via dev
On Thu, Nov 1, 2018 at 2:01 AM Ben Pfaff wrote: > > On Wed, Oct 31, 2018 at 01:11:58PM -0700, Ben Pfaff wrote: > > On Thu, Nov 01, 2018 at 12:51:41AM +0530, Sriharsha Basavapatna via dev > > wrote: > > > A few lines with form feed characters (ASCII: ^L) were accidentally > > > deleted by a

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Flavio Leitner
Hi Sriharsha, Do you mind to send this again but directly to d...@openvswitch.org instead of ovs-dev@openvswitch.org ? I received spam with the same issue but only when sent to ovs-dev@ Thanks, fbl On Thu, Nov 01, 2018 at 12:51:41AM +0530, Sriharsha Basavapatna via dev wrote: > A few lines

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Ben Pfaff
On Wed, Oct 31, 2018 at 01:11:58PM -0700, Ben Pfaff wrote: > On Thu, Nov 01, 2018 at 12:51:41AM +0530, Sriharsha Basavapatna via dev wrote: > > A few lines with form feed characters (ASCII: ^L) were accidentally > > deleted by a recent commit to support rebalancing of offloaded flows. > > This

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Ben Pfaff
On Thu, Nov 01, 2018 at 12:51:41AM +0530, Sriharsha Basavapatna via dev wrote: > A few lines with form feed characters (ASCII: ^L) were accidentally > deleted by a recent commit to support rebalancing of offloaded flows. > This patch reverts those lines. > > Fixes: 57924fc91c ("revalidator:

[ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Sriharsha Basavapatna via dev
A few lines with form feed characters (ASCII: ^L) were accidentally deleted by a recent commit to support rebalancing of offloaded flows. This patch reverts those lines. Fixes: 57924fc91c ("revalidator: Rebalance offloaded flows") Signed-off-by: Sriharsha Basavapatna --- lib/dpif.c

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Ben Pfaff
On Wed, Oct 31, 2018 at 04:56:07PM +0530, Sriharsha Basavapatna wrote: > On Wed, Oct 31, 2018 at 10:02 AM Ben Pfaff wrote: > > > > On Wed, Oct 31, 2018 at 09:01:59AM +0530, Sriharsha Basavapatna wrote: > > > On Wed, Oct 31, 2018 at 3:33 AM Ben Pfaff wrote: > > > > > > > > On Mon, Oct 29, 2018 at

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-31 Thread Sriharsha Basavapatna via dev
On Wed, Oct 31, 2018 at 10:02 AM Ben Pfaff wrote: > > On Wed, Oct 31, 2018 at 09:01:59AM +0530, Sriharsha Basavapatna wrote: > > On Wed, Oct 31, 2018 at 3:33 AM Ben Pfaff wrote: > > > > > > On Mon, Oct 29, 2018 at 10:16:45AM +0530, Sriharsha Basavapatna via dev > > > wrote: > > > > A few lines

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-30 Thread Ben Pfaff
On Wed, Oct 31, 2018 at 09:01:59AM +0530, Sriharsha Basavapatna wrote: > On Wed, Oct 31, 2018 at 3:33 AM Ben Pfaff wrote: > > > > On Mon, Oct 29, 2018 at 10:16:45AM +0530, Sriharsha Basavapatna via dev > > wrote: > > > A few lines with form feed characters (ASCII: ^L) were accidentally > > >

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-30 Thread Sriharsha Basavapatna via dev
On Wed, Oct 31, 2018 at 3:33 AM Ben Pfaff wrote: > > On Mon, Oct 29, 2018 at 10:16:45AM +0530, Sriharsha Basavapatna via dev wrote: > > A few lines with form feed characters (ASCII: ^L) were accidentally > > deleted by a recent commit to support rebalancing of offloaded flows. > > This patch

Re: [ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-30 Thread Ben Pfaff
On Mon, Oct 29, 2018 at 10:16:45AM +0530, Sriharsha Basavapatna via dev wrote: > A few lines with form feed characters (ASCII: ^L) were accidentally > deleted by a recent commit to support rebalancing of offloaded flows. > This patch reverts those lines. > > Fixes: 57924fc91c ("revalidator:

[ovs-dev] [PATCH] dpif: Restore a few lines with form feed characters

2018-10-28 Thread Sriharsha Basavapatna via dev
A few lines with form feed characters (ASCII: ^L) were accidentally deleted by a recent commit to support rebalancing of offloaded flows. This patch reverts those lines. Fixes: 57924fc91c ("revalidator: Rebalance offloaded flows") Signed-off-by: Sriharsha Basavapatna --- lib/dpif.c