On Thu, Sep 17, 2015 at 04:04:28PM -0700, Joe Stringer wrote:
> From: Andy Zhou
>
> User space now may receive re-assembled IP fragments. The user space
> netlink handler can now accept packets with the new OVS_PACKET_ATTR_MRU
> attribute. This allows the kernel to assemble fragmented packets for
From: Andy Zhou
User space now may receive re-assembled IP fragments. The user space
netlink handler can now accept packets with the new OVS_PACKET_ATTR_MRU
attribute. This allows the kernel to assemble fragmented packets for the
duration of OpenFlow processing, then re-fragment at output time. M