Re: [ovs-discuss] Problem when converts 'ofpacts_bitmap' to 'openflow_bitmap'

2015-10-01 Thread Ben Pfaff
On Thu, Oct 01, 2015 at 05:29:42PM +0900, Minoru TAKAHASHI wrote: > Hi, > > I use following function of lib/ofp-actions.c > > /* Converts 'ofpacts_bitmap', a bitmap whose bits correspond to OFPACT_* > * values, into a bitmap of actions suitable for OpenFlow 'version', and > * returns the res

[ovs-discuss] Problem when converts 'ofpacts_bitmap' to 'openflow_bitmap'

2015-10-01 Thread Minoru TAKAHASHI
Hi, I use following function of lib/ofp-actions.c /* Converts 'ofpacts_bitmap', a bitmap whose bits correspond to OFPACT_* * values, into a bitmap of actions suitable for OpenFlow 'version', and * returns the result. */ ovs_be32 ofpact_bitmap_to_openflow(uint64_t ofpacts_bitmap, enum ofp_v