Re: [ovs-dev] [PATCH 2/2] ofp-actions: remove unused macro and function

2016-09-20 Thread Ben Pfaff
On Wed, Sep 21, 2016 at 03:54:06AM +0800, Binbin Xu wrote: > The macro "OFPACT_FOR_EACH_TYPE" should be instead of > macro "OFPACT_FOR_EACH_TYPE_FLATTENED". The macro and > function with reference to "OFPACT_FOR_EACH_TYPE" can > be removed now. > > Signed-off-by: Binbin Xu Thanks, I applied this

[ovs-dev] [PATCH 2/2] ofp-actions: remove unused macro and function

2016-09-20 Thread Binbin Xu
The macro "OFPACT_FOR_EACH_TYPE" should be instead of macro "OFPACT_FOR_EACH_TYPE_FLATTENED". The macro and function with reference to "OFPACT_FOR_EACH_TYPE" can be removed now. Signed-off-by: Binbin Xu --- include/openvswitch/ofp-actions.h | 23 --- 1 file changed, 23 deleti