Re: [ovs-dev] RFC: Handle IPv4 fragmentation in kernel

2013-10-24 Thread Jesse Gross
On Wed, Oct 23, 2013 at 11:44 PM, Takayuki Usui wrote: > Hi Jesse, > > Thank you for your kind review and comments. As you mentioned, > this experimental work is, more or less, a result of the effort > to solve a specific problem of ours (quickly) and it's highly > depends on the use case for sure

Re: [ovs-dev] RFC: Handle IPv4 fragmentation in kernel

2013-10-23 Thread Takayuki Usui
Hi Jesse, Thank you for your kind review and comments. As you mentioned, this experimental work is, more or less, a result of the effort to solve a specific problem of ours (quickly) and it's highly depends on the use case for sure. But, I still thought it might be nice to have fragmentation and P

Re: [ovs-dev] RFC: Handle IPv4 fragmentation in kernel

2013-10-22 Thread Jesse Gross
On Thu, Oct 17, 2013 at 9:24 PM, Takayuki Usui wrote: > Hi All, > > I'm working an experimental patch to handle IPv4 fragmentation and > reassembly in kernel. The goals are (1) flow matching an entire > datagram, not a single fragment, and (2) Path MTU Discovery across > an OVS network. I would re

[ovs-dev] RFC: Handle IPv4 fragmentation in kernel

2013-10-17 Thread Takayuki Usui
Hi All, I'm working an experimental patch to handle IPv4 fragmentation and reassembly in kernel. The goals are (1) flow matching an entire datagram, not a single fragment, and (2) Path MTU Discovery across an OVS network. I would really appriciate it if you could review it. https://github.com/tak