On Wed, Jul 3, 2013 at 7:50 AM, Jesse Gross wrote:
> On Tue, Jun 11, 2013 at 10:35 PM, Joe Stringer wrote:
>> diff --git a/datapath/actions.c b/datapath/actions.c
>> index 0dac658..d4fdd65 100644
>> --- a/datapath/actions.c
>> +++ b/datapath/actions.c
>> +static int set_sctp(struct sk_buff *skb,
On Tue, Jun 11, 2013 at 10:35 PM, Joe Stringer wrote:
> diff --git a/datapath/actions.c b/datapath/actions.c
> index 0dac658..d4fdd65 100644
> --- a/datapath/actions.c
> +++ b/datapath/actions.c
> +static int set_sctp(struct sk_buff *skb,
> +const struct ovs_key_sctp *sctp_port
Will need to fold in this incremental whitespace fix:
diff --git a/datapath/actions.c b/datapath/actions.c
index d4fdd65..666ecdb 100644
--- a/datapath/actions.c
+++ b/datapath/actions.c
@@ -376,7 +376,7 @@ static int set_sctp(struct sk_buff *skb,
sh->source = sctp_port_key->sctp_s
This patch adds support for rewriting SCTP src,dst ports similar to the
functionality already available for TCP/UDP.
Rewriting SCTP ports is expensive due to double-recalculation of the
SCTP checksums; this is performed to ensure that packets traversing OVS
with invalid checksums will continue to