From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Freimann Subject: Re: [PATCH v3] vhost: Expose virtio interrupt need on rte_vhost API Date: Thu, 5 Oct 2017 12:14:49 +0200 Message-ID: <20171005101449.w76unipc4wscqarg@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Cc: "'dev@dpdk.org'" , mcoqueli@redhat.com, yliu@fridaylinux.org To: Jan Scheurich Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 82CC637B1 for ; Thu, 5 Oct 2017 12:14:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Adding maintainers to Cc On Sat, Sep 23, 2017 at 08:31:37PM +0000, Jan Scheurich wrote: [...] >Today this information is hidden inside the rte_vhost library >and not accessible to users of the API. This patch adds a >function to the API to query it. Since you add to the API please also document it in doc/guides/prog_guide/vhost_lib.rst. Apart from that the patch looks good to me. regards, Jens