Re: [ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Ben Pfaff
On Thu, Jun 20, 2013 at 04:51:53PM -0700, Justin Pettit wrote: > Add a new function for converting a mask into a set of > OVS_KEY_ATTR* attributes. This will be useful in a future commit. > > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff ___ dev m

[ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Justin Pettit
Add a new function for converting a mask into a set of OVS_KEY_ATTR* attributes. This will be useful in a future commit. Signed-off-by: Justin Pettit --- lib/odp-util.c | 139 --- lib/odp-util.h |2 + 2 files changed, 93 insertions(+), 48

Re: [ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Ben Pfaff
On Thu, Jun 20, 2013 at 04:35:46PM -0700, Justin Pettit wrote: > On Jun 20, 2013, at 4:33 PM, Ben Pfaff wrote: > > > On Thu, Jun 20, 2013 at 04:32:39PM -0700, Justin Pettit wrote: > >> On Jun 20, 2013, at 3:59 PM, Ben Pfaff wrote: > >> > >>> On Thu, Jun 20, 2013 at 03:16:42PM -0700, Justin Pett

Re: [ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Justin Pettit
On Jun 20, 2013, at 4:33 PM, Ben Pfaff wrote: > On Thu, Jun 20, 2013 at 04:32:39PM -0700, Justin Pettit wrote: >> On Jun 20, 2013, at 3:59 PM, Ben Pfaff wrote: >> >>> On Thu, Jun 20, 2013 at 03:16:42PM -0700, Justin Pettit wrote: Add a new function for converting a mask into a set of

Re: [ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Ben Pfaff
On Thu, Jun 20, 2013 at 04:32:39PM -0700, Justin Pettit wrote: > On Jun 20, 2013, at 3:59 PM, Ben Pfaff wrote: > > > On Thu, Jun 20, 2013 at 03:16:42PM -0700, Justin Pettit wrote: > >> Add a new function for converting a mask into a set of > >> OVS_KEY_ATTR* attributes. This will be useful in a

Re: [ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Justin Pettit
On Jun 20, 2013, at 3:59 PM, Ben Pfaff wrote: > On Thu, Jun 20, 2013 at 03:16:42PM -0700, Justin Pettit wrote: >> Add a new function for converting a mask into a set of >> OVS_KEY_ATTR* attributes. This will be useful in a future commit. >> >> Signed-off-by: Justin Pettit > > "sparse" says: >

Re: [ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Ben Pfaff
On Thu, Jun 20, 2013 at 03:16:42PM -0700, Justin Pettit wrote: > Add a new function for converting a mask into a set of > OVS_KEY_ATTR* attributes. This will be useful in a future commit. > > Signed-off-by: Justin Pettit "sparse" says: ../lib/odp-util.c:2427:47: warning: incorrect type in

[ovs-dev] [PATCH 1/4] odp-util: Introduce odp_flow_key_from_mask().

2013-06-20 Thread Justin Pettit
Add a new function for converting a mask into a set of OVS_KEY_ATTR* attributes. This will be useful in a future commit. Signed-off-by: Justin Pettit --- lib/odp-util.c | 139 --- lib/odp-util.h |2 + 2 files changed, 93 insertions(+), 48