Re: [ovs-dev] [PATCH 8/8] dpif-netlink: Allow MRU packet attribute.

2015-09-15 Thread Joe Stringer
On 11 September 2015 at 16:52, Jarno Rajahalme wrote: > With the few comments below, > > Acked-by: Jarno Rajahalme > > The MRU is still lost if the packet is sent to the controller, but maybe > sending (potentially) large packet to controller is a bad idea to begin with. I'll add this caveat to

Re: [ovs-dev] [PATCH 8/8] dpif-netlink: Allow MRU packet attribute.

2015-09-11 Thread Jarno Rajahalme
With the few comments below, Acked-by: Jarno Rajahalme The MRU is still lost if the packet is sent to the controller, but maybe sending (potentially) large packet to controller is a bad idea to begin with. Jarno > On Sep 9, 2015, at 7:00 PM, Joe Stringer wrote: > > From: Andy Zhou > > U