From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 01/22] vhost: introduce driver features related APIs Date: Wed, 05 Apr 2017 02:01:07 +0200 Message-ID: <1505960.GWNM9kVmEz@xps13> References: <1490705142-893-1-git-send-email-yuanhan.liu@linux.intel.com> <1491031380-1499-1-git-send-email-yuanhan.liu@linux.intel.com> <1491031380-1499-2-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Maxime Coquelin , Harris James R , Liu Changpeng To: Yuanhan Liu Return-path: Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id 07564326C for ; Wed, 5 Apr 2017 02:01:09 +0200 (CEST) Received: by mail-wr0-f172.google.com with SMTP id w43so224846395wrb.0 for ; Tue, 04 Apr 2017 17:01:09 -0700 (PDT) In-Reply-To: <1491031380-1499-2-git-send-email-yuanhan.liu@linux.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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