Thanks Jan and Nick, I applied this to master.
On Mon, Jun 19, 2017 at 01:02:17PM +0000, Jan Scheurich wrote: > Acked-by: Jan Scheurich <[email protected]> > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of Ben Pfaff > > Sent: Monday, 19 June, 2017 01:30 > > To: [email protected] > > Cc: Ben Pfaff <[email protected]> > > Subject: [ovs-dev] [PATCH v2 01/12] ofp-util: Remove prototype for > > unimplemented function. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > include/openvswitch/ofp-util.h | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/include/openvswitch/ofp-util.h b/include/openvswitch/ofp-util.h > > index bbf6ffec5dd3..07723b427ce8 100644 > > --- a/include/openvswitch/ofp-util.h > > +++ b/include/openvswitch/ofp-util.h > > @@ -247,8 +247,6 @@ void ofputil_match_to_ofp10_match(const struct match *, > > struct ofp10_match *); > > enum ofperr ofputil_pull_ofp11_match(struct ofpbuf *, const struct > > tun_table *, > > const struct vl_mff_map *, struct > > match *, > > uint16_t *padded_match_len); > > -enum ofperr ofputil_pull_ofp11_mask(struct ofpbuf *, struct match *, > > - struct mf_bitmap *bm); > > enum ofperr ofputil_match_from_ofp11_match(const struct ofp11_match *, > > struct match *); > > int ofputil_put_ofp11_match(struct ofpbuf *, const struct match *, > > -- > > 2.10.2 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
