From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id D150AC632 for ; Thu, 18 Jun 2015 23:48:19 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so1607848wib.1 for ; Thu, 18 Jun 2015 14:48:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding:content-type; bh=cXddqXM78uJPR6WE2iw9GTU8CoID1FlKdHGZqmWglyY=; b=COcEHvACTELHyg2jhdVoAj8S3Zi3oOt4j/E3p6NA6LttIUMdFKhr6LDx/+TbtCje+s 9q3n4/V8FBvXxMCjcRl69krzAr1bh+Etm8NHHkRKv3yS2/39dcv0iuLW8lfPnpDagh+d v6Z5JCXrIZmovjnOL1mj2ymhk2fcfO3lbwDynTJtIhjUETjuH9TxrL8TDSSUgFoyL03W zrzozAuhaRX+KsXk6rcN25Og0aOgLhfRInIiKMhO09tHRuy+ujwbl+n0aNJqFFCacHM2 BsaFFf9fyakpInjy9vaQ58Iw3wSPBrZQH6kc0W//okPjKx/SlsBlCUYQBzKDLzfXVWIC smhg== X-Gm-Message-State: ALoCoQnJnUxZN2YkYPD34pLxDgy5W3fa7TjUQ5AKFjzHoRtL/Vh+vh8J3a0Rr0jeiOACo/kM5HPm X-Received: by 10.194.57.211 with SMTP id k19mr19606048wjq.53.1434664099717; Thu, 18 Jun 2015 14:48:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k2sm732683wif.3.2015.06.18.14.48.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Jun 2015 14:48:18 -0700 (PDT) From: Thomas Monjalon To: Changchun Ouyang Date: Thu, 18 Jun 2015 23:47:15 +0200 Message-ID: <1923555.8BqysOHqsg@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: [dpdk-dev] vhost doxygen X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 21:48:20 -0000 Please Changchun, Could you check and complete the vhost API comments? It can be checked with this command: make doc-api-html 2>&1 | grep '/librte_vhost/.*warning: Thanks