Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Fan Du
于 2015年01月15日 13:33, Jesse Gross 写道: On Wed, Jan 14, 2015 at 9:26 PM, Badiger, Vishwanath (Vishwa) wrote: Hi, I am in the process of migrating MSS clamping patch into recent OVS code base 2.3.0. But not finding functions like, 1. subfacet_make_actions() 2. iface_parse_tunnel() Looks like OVS

Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Jesse Gross
y 19, 2015 5:46 PM > To: 'Jesse Gross' > Cc: Uri Simchoni; discuss@openvswitch.org > Subject: RE: [ovs-discuss] MSS Clamping > > I was going through openvswitch docs (OpenStack-131107.pdf and page number > 13). I happen to see that first goes to ovs-vswitchd (user space)

Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Badiger, Vishwanath (Vishwa)
, Vishwanath (Vishwa) Sent: Monday, January 19, 2015 5:46 PM To: 'Jesse Gross' Cc: Uri Simchoni; discuss@openvswitch.org Subject: RE: [ovs-discuss] MSS Clamping I was going through openvswitch docs (OpenStack-131107.pdf and page number 13). I happen to see that first goes to ovs-vswi

Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Badiger, Vishwanath (Vishwa)
:08 AM To: Badiger, Vishwanath (Vishwa) Cc: Uri Simchoni; discuss@openvswitch.org Subject: Re: [ovs-discuss] MSS Clamping Thanks for the reminder. However, that patch will basically not work at all any more due to the fact that we try to avoid sending new TCP connections up to usespace. Therefore

Re: [ovs-discuss] MSS Clamping

2015-01-15 Thread Jesse Gross
-Original Message- > From: Jesse Gross [mailto:je...@nicira.com] > Sent: Thursday, January 15, 2015 11:04 AM > To: Badiger, Vishwanath (Vishwa) > Cc: Uri Simchoni; discuss@openvswitch.org > Subject: Re: [ovs-discuss] MSS Clamping > > On Wed, Jan 14, 2015 at 9:26 PM, Badi

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Badiger, Vishwanath (Vishwa)
, January 15, 2015 11:04 AM To: Badiger, Vishwanath (Vishwa) Cc: Uri Simchoni; discuss@openvswitch.org Subject: Re: [ovs-discuss] MSS Clamping On Wed, Jan 14, 2015 at 9:26 PM, Badiger, Vishwanath (Vishwa) wrote: > Hi, > I am in the process of migrating MSS clamping patch into recent OVS >

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Jesse Gross
On Wed, Jan 14, 2015 at 9:26 PM, Badiger, Vishwanath (Vishwa) wrote: > Hi, > I am in the process of migrating MSS clamping patch into recent OVS code base > 2.3.0. But not finding functions like, > 1. subfacet_make_actions() > 2. iface_parse_tunnel() > > Looks like OVS has evolved lot compared to

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Badiger, Vishwanath (Vishwa)
...@openvswitch.org] On Behalf Of Jesse Gross Sent: Thursday, January 15, 2015 2:24 AM To: Uri Simchoni Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] MSS Clamping On Wed, Jan 14, 2015 at 3:26 AM, Uri Simchoni wrote: > Hi, > > Just seen a recent thread on MSS clamping in OpenVSwitch and

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Jesse Gross
On Wed, Jan 14, 2015 at 3:26 AM, Uri Simchoni wrote: > Hi, > > Just seen a recent thread on MSS clamping in OpenVSwitch and that it's > not available. I'm also new to OVS and interested in this feature. > Some digging into past discussions show that there was actually a > proposed patch which did

[ovs-discuss] MSS Clamping

2015-01-14 Thread Uri Simchoni
Hi, Just seen a recent thread on MSS clamping in OpenVSwitch and that it's not available. I'm also new to OVS and interested in this feature. Some digging into past discussions show that there was actually a proposed patch which did not get through for some reason. I'm wondering why MSS clamping

Re: [ovs-discuss] MSS clamping

2015-01-07 Thread Vishwa
Thanks for the information Jesse. On Thu, Jan 8, 2015 at 2:08 AM, Jesse Gross wrote: > On Wed, Jan 7, 2015 at 12:14 AM, Vishwa wrote: > > Hi All, > > I am newbie to OVS world. I have installed OVS on linux platform. I have > GRE > > tunnel in my setup and because of this I am planning to use MS

Re: [ovs-discuss] MSS clamping

2015-01-07 Thread Jesse Gross
On Wed, Jan 7, 2015 at 12:14 AM, Vishwa wrote: > Hi All, > I am newbie to OVS world. I have installed OVS on linux platform. I have GRE > tunnel in my setup and because of this I am planning to use MSS clamping > using iptables. But it is not working as expected. > Does iptables work on bridges cr

[ovs-discuss] MSS clamping

2015-01-07 Thread Vishwa
Hi All, I am newbie to OVS world. I have installed OVS on linux platform. I have GRE tunnel in my setup and because of this I am planning to use MSS clamping using iptables. But it is not working as expected. Does iptables work on bridges created using OVS ? If not, How can do this in OVS (is there