Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2015-03-05 Thread Daniele Venturino
I don't recall if we arrived at a decision about this. Daniele 2014-11-24 15:02 GMT+01:00 Daniele Venturino : > > commit bacdb85ad82f981697245eefb40a3b360cfe379b >> Author: Alex Wang >> Date: Tue Jul 15 18:52:19 2014 -0700 >> stp: Make stp-disabled port forward stp bpdu packets. >> Co

Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-11-24 Thread Daniele Venturino
commit bacdb85ad82f981697245eefb40a3b360cfe379b Author: Alex Wang mailto:al...@nicira.com>> Date: Tue Jul 15 18:52:19 2014 -0700 stp: Make stp-disabled port forward stp bpdu packets. Commit 0d1cee123a84 (stp: Fix bpdu tx problem in listening state) makes ovs drop the stp bpdu packets

Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-11-20 Thread Jarno Rajahalme
Now that there is a difference between non-configured STP/RSTP and disabled STP/RSTP the situation may be different. If they still after this patch (considering the recent changes) will always return a fixed value, then yes. You should consider how the calling sites use these functions, as some

Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-11-20 Thread Daniele Venturino
We didn’t merge this patch back in september. Were you suggesting to remove both stp_should_forward_bpdu() and rstp_should_manage_bpdu() ? Regards, Daniele > Il giorno 11/set/2014, alle ore 16:11, Jarno Rajahalme > ha scritto: > > > > Sent from my iPhone > > On Sep 11, 2014, at 2:08 AM, Da

Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-09-11 Thread Jarno Rajahalme
Sent from my iPhone > On Sep 11, 2014, at 2:08 AM, Daniele Venturino > wrote: > > >> Il giorno 10/set/2014, alle ore 18:54, Jarno Rajahalme >> ha scritto: >> >> Daniele, >> >> See comments below. >> >> Also, it would be preferable to send related changes, or multiple unrelated >> chang

Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-09-11 Thread Daniele Venturino
Il giorno 10/set/2014, alle ore 18:54, Jarno Rajahalme ha scritto: > Daniele, > > See comments below. > > Also, it would be preferable to send related changes, or multiple unrelated > changes to any given subsystem, as a series of patches instead of individual > ones. “git format-patch” doe

Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-09-10 Thread Jarno Rajahalme
Daniele, See comments below. Also, it would be preferable to send related changes, or multiple unrelated changes to any given subsystem, as a series of patches instead of individual ones. “git format-patch” does that automatically. Jarno On Sep 10, 2014, at 1:28 AM, Daniele Venturino wrote

[ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-09-10 Thread Daniele Venturino
See commit bacdb85ad82f981697245eefb40a3b360cfe379b. Signed-off by: Daniele Venturino --- lib/rstp.h | 42 +++--- ofproto/ofproto-dpif-xlate.c | 6 +++--- 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/lib/rstp.h b/lib/rs