Re: [ovs-dev] [PATCH 2/2] ofp-actions: Waste less memory in set field and load actions.

2016-08-31 Thread Jarno Rajahalme
> On Aug 31, 2016, at 9:55 AM, Ben Pfaff wrote: > > On Wed, Aug 31, 2016 at 08:53:20AM -0700, Jarno Rajahalme wrote: >> Pushed to master. How about branch-2.6? > > I'm inclined to put both of these on branch-2.6 as well. Done. Jarno

Re: [ovs-dev] [PATCH 2/2] ofp-actions: Waste less memory in set field and load actions.

2016-08-31 Thread Ben Pfaff
On Wed, Aug 31, 2016 at 08:53:20AM -0700, Jarno Rajahalme wrote: > Pushed to master. How about branch-2.6? I'm inclined to put both of these on branch-2.6 as well. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 2/2] ofp-actions: Waste less memory in set field and load actions.

2016-08-31 Thread Jarno Rajahalme
> On Aug 30, 2016, at 9:06 AM, Ben Pfaff wrote: > > On Tue, Aug 23, 2016 at 05:51:37PM -0700, Jarno Rajahalme wrote: >> Change the value and mask to be added to the end of the set field >> action without any extra bytes, exept for the usual ofp-actions >> padding to 8 bytes.

Re: [ovs-dev] [PATCH 2/2] ofp-actions: Waste less memory in set field and load actions.

2016-08-30 Thread Ben Pfaff
On Tue, Aug 23, 2016 at 05:51:37PM -0700, Jarno Rajahalme wrote: > Change the value and mask to be added to the end of the set field > action without any extra bytes, exept for the usual ofp-actions > padding to 8 bytes. Together with some structure member packing this > saves on average about to

[ovs-dev] [PATCH 2/2] ofp-actions: Waste less memory in set field and load actions.

2016-08-23 Thread Jarno Rajahalme
Change the value and mask to be added to the end of the set field action without any extra bytes, exept for the usual ofp-actions padding to 8 bytes. Together with some structure member packing this saves on average about to 256 bytes for each set field and load action (set field internal