Re: [ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class.

2015-02-23 Thread Saurabh Shah
No problem. Thanks for applying. Saurabh From: Ben Pfaff Date: Monday, February 23, 2015 at 8:46 PM To: Saurabh Shah Cc: "dev@openvswitch.org" Subject: Re: [ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class. >On Mon, Feb 23, 2015 at 04:

Re: [ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class.

2015-02-23 Thread Ben Pfaff
On Mon, Feb 23, 2015 at 04:28:56PM -0800, Saurabh Shah wrote: > commit c2e3cbaf ("stream: Eliminate pstream_set_dscp().") removed > the set_dscp() callback from pstream_class. > > Signed-off-by: Saurabh Shah Sorry about the trouble. I applied this to master.

[ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class.

2015-02-23 Thread Saurabh Shah
commit c2e3cbaf ("stream: Eliminate pstream_set_dscp().") removed the set_dscp() callback from pstream_class. Signed-off-by: Saurabh Shah --- lib/stream-tcp.c |1 - 1 file changed, 1 deletion(-) diff --git a/lib/stream-tcp.c b/lib/stream-tcp.c index 1f53e86..ac42924 100644 --- a/lib/stream-