Re: [ovs-dev] [PATCHv2 6/6] dpif-netlink: Allow MRU packet attribute.

2015-09-18 Thread Ben Pfaff
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

[ovs-dev] [PATCHv2 6/6] dpif-netlink: Allow MRU packet attribute.

2015-09-17 Thread Joe Stringer
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