ofproto-dpif: Get rid of mirror_mask_ffs() function.
authorBen Pfaff <blp@nicira.com>
Wed, 18 Dec 2013 17:20:49 +0000 (09:20 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Dec 2013 23:43:43 +0000 (15:43 -0800)
commit4b6ab2b0ae49194e4ff78cc005921286aa9be140
tree9c0403b8c3dbc8d9f1175a6117f30ab0ab52561d
parentd893c3e0afe2e337d4399bbea20970de1a06cf6b
ofproto-dpif: Get rid of mirror_mask_ffs() function.

There's no need for it because we have the equivalent (actually more
convenient) function raw_ctz(), which works with any integer type.

Signed-off-by: Ben Pfaff <blp@nicira.com>
CC: Alin Serdean <aserdean@cloudbasesolutions.com>
CC: Gurucharan Shetty <shettyg@nicira.com>
ofproto/ofproto-dpif-mirror.c
ofproto/ofproto-dpif-mirror.h
ofproto/ofproto-dpif-xlate.c