Re: [ovs-dev] [PATCH 2/3] ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.

2017-07-27 Thread Justin Pettit
> On Jul 27, 2017, at 10:27 PM, Ben Pfaff wrote: > > On Thu, Jul 27, 2017 at 07:26:49PM -0700, Justin Pettit wrote: >> >>> On Jul 27, 2017, at 4:24 PM, Ben Pfaff wrote: >>> >>> On Thu, Jul 13, 2017 at 11:30:50PM -0700, Justin Pettit wrote: "recirc_id_node"

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.

2017-07-27 Thread Ben Pfaff
On Thu, Jul 27, 2017 at 07:26:49PM -0700, Justin Pettit wrote: > > > On Jul 27, 2017, at 4:24 PM, Ben Pfaff wrote: > > > > On Thu, Jul 13, 2017 at 11:30:50PM -0700, Justin Pettit wrote: > >> "recirc_id_node" contains a 'state_metadata_tunnel' member field. The > >>

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.

2017-07-27 Thread Justin Pettit
> On Jul 27, 2017, at 4:24 PM, Ben Pfaff wrote: > > On Thu, Jul 13, 2017 at 11:30:50PM -0700, Justin Pettit wrote: >> "recirc_id_node" contains a 'state_metadata_tunnel' member field. The >> "frozen_metadata" structure used by "recird_id_node" had a 'tunnel' >> member that always

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.

2017-07-27 Thread Ben Pfaff
On Thu, Jul 13, 2017 at 11:30:50PM -0700, Justin Pettit wrote: > "recirc_id_node" contains a 'state_metadata_tunnel' member field. The > "frozen_metadata" structure used by "recird_id_node" had a 'tunnel' > member that always pointed to 'state_metadata_tunnel". This commit just > stores the

[ovs-dev] [PATCH 2/3] ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.

2017-07-14 Thread Justin Pettit
"recirc_id_node" contains a 'state_metadata_tunnel' member field. The "frozen_metadata" structure used by "recird_id_node" had a 'tunnel' member that always pointed to 'state_metadata_tunnel". This commit just stores the tunnel information directly in "frozen_metadata" instead of accessing it