[dpdk-dev] [PATCH v4 01/22] vhost: introduce driver features related APIs

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Apr 5 02:01:07 CEST 2017


2017-04-01 15:22, Yuanhan Liu:
> +/**
> + * Set the feature bits the vhost-user driver supports.
> + *
> + * @param path
> + *  The vhost-user socket file path
> + * @return
> + *  0 on success, -1 on failure
> + */
> +int rte_vhost_driver_set_features(const char *path, uint64_t features);

The parameter @features is not documented.

I suggest
+ * @param features
+ *  Supported features



More information about the dev mailing list