Re: [ovs-dev] [PATCHv2] odp-util: Combine dpif_backer_support with odp_parms.

2015-06-30 Thread Andy Zhou
On Tue, Jun 30, 2015 at 6:48 PM, Joe Stringer wrote: > On 30 June 2015 at 17:42, Andy Zhou wrote: >> On Tue, Jun 30, 2015 at 4:52 PM, Joe Stringer wrote: >>> Both the ofproto layer and the odp-util layer have recently added >>> notions about fields supported by the datapath. This commit merges t

Re: [ovs-dev] [PATCHv2] odp-util: Combine dpif_backer_support with odp_parms.

2015-06-30 Thread Joe Stringer
On 30 June 2015 at 17:42, Andy Zhou wrote: > On Tue, Jun 30, 2015 at 4:52 PM, Joe Stringer wrote: >> Both the ofproto layer and the odp-util layer have recently added >> notions about fields supported by the datapath. This commit merges the >> two into the same structure. > > while I see the benf

Re: [ovs-dev] [PATCHv2] odp-util: Combine dpif_backer_support with odp_parms.

2015-06-30 Thread Andy Zhou
On Tue, Jun 30, 2015 at 4:52 PM, Joe Stringer wrote: > Both the ofproto layer and the odp-util layer have recently added > notions about fields supported by the datapath. This commit merges the > two into the same structure. while I see the benfits of combining the structure, I am not sure it mak

[ovs-dev] [PATCHv2] odp-util: Combine dpif_backer_support with odp_parms.

2015-06-30 Thread Joe Stringer
Both the ofproto layer and the odp-util layer have recently added notions about fields supported by the datapath. This commit merges the two into the same structure. Signed-off-by: Joe Stringer --- v2: Rebase against master. --- lib/dpif-netdev.c | 14 +++--- lib/odp-util.c