X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif.h;h=8872a2ef76bee4c9ac8acf9f7b7ab736650a5be7;hb=7aec165dbc4690c8c2c703d142e2f017bb851d31;hp=f5b74934635bd64344763e98cf997405443aa2f5;hpb=3d8c95357fc8fa657c5ed176a464d0c9d33622e9;p=sliver-openvswitch.git diff --git a/lib/dpif.h b/lib/dpif.h index f5b749346..8872a2ef7 100644 --- a/lib/dpif.h +++ b/lib/dpif.h @@ -151,7 +151,7 @@ int dpif_execute(struct dpif *, const struct nlattr *actions, enum dpif_upcall_type { DPIF_UC_MISS, /* Miss in flow table. */ - DPIF_UC_ACTION, /* ODPAT_CONTROLLER action. */ + DPIF_UC_ACTION, /* ODP_ACTION_ATTR_CONTROLLER action. */ DPIF_UC_SAMPLE, /* Packet sampling. */ DPIF_N_UC_TYPES }; @@ -171,7 +171,7 @@ struct dpif_upcall { size_t key_len; /* Length of 'key' in bytes. */ /* DPIF_UC_ACTION only. */ - uint64_t userdata; /* Argument to ODPAT_CONTROLLER. */ + uint64_t userdata; /* Argument to ODP_ACTION_ATTR_CONTROLLER. */ /* DPIF_UC_SAMPLE only. */ uint32_t sample_pool; /* # of sampling candidate packets so far. */