From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C832AB619 for ; Mon, 16 Feb 2015 18:10:14 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 16 Feb 2015 09:10:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,588,1418112000"; d="scan'208";a="686436029" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga002.jf.intel.com with ESMTP; 16 Feb 2015 09:10:11 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.117]) by IRSMSX151.ger.corp.intel.com ([169.254.4.7]) with mapi id 14.03.0195.001; Mon, 16 Feb 2015 17:10:10 +0000 From: "Ananyev, Konstantin" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 08/11] lib/librte_vhost: add select based event driven processing Thread-Index: AQHQRoIcPYzFcu5yU0GH7Uj/SDO2t5zziZog Date: Mon, 16 Feb 2015 17:10:08 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258213EDDBA@irsmsx105.ger.corp.intel.com> References: <1423717649-11818-1-git-send-email-huawei.xie@intel.com> <1423717649-11818-9-git-send-email-huawei.xie@intel.com> In-Reply-To: <1423717649-11818-9-git-send-email-huawei.xie@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 08/11] lib/librte_vhost: add select based event driven processing 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: Mon, 16 Feb 2015 17:10:15 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Huawei Xie > Sent: Thursday, February 12, 2015 5:07 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 08/11] lib/librte_vhost: add select based e= vent driven processing >=20 > for more generic event driven processing, refer to: > http://libevent.org/ >=20 >=20 > Signed-off-by: Huawei Xie Acked-by: Konstantin Ananyev > --- > lib/librte_vhost/vhost_user/fd_man.c | 207 +++++++++++++++++++++++++++++= ++++++ > lib/librte_vhost/vhost_user/fd_man.h | 64 +++++++++++ > 2 files changed, 271 insertions(+) > create mode 100644 lib/librte_vhost/vhost_user/fd_man.c > create mode 100644 lib/librte_vhost/vhost_user/fd_man.h >=20