From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id DE1858E6A for ; Fri, 30 Oct 2015 20:11:55 +0100 (CET) Received: by wijp11 with SMTP id p11so17391872wij.0 for ; Fri, 30 Oct 2015 12:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=Go7A8vP1Vp0UPwbES0oRqEesjUEvKbjzWibXxR6fE7c=; b=KKMeVo84aM3i/g6Ajg7/TPGOPZUXRzmTtH63kMaqw7DEng2lTwKoWw7x0o2LBrz0e3 sez9tV2tUlZYDEoxdNXZ5DNSJrKncELv7y8hKbGZ9XuKNt8tVsILIocYwsx+W43+drpJ GJEEbSvkh8yJDuwLeXp3W30MPU0NlEqOWPXP8JhGnN3FEfWoAAumz3fPm6T+6PnwT9f4 sXNeqmntu1Bbst+ObMvCK3jC7NKhp2kuW7Qbe71nNNy7s8Jll+EaWw9Wtq2yWC/vICzG AMWgneXq8EByToBdCS5DQsir8IYVUmYCbSPXZGR2tGN+2qeOMa9xLqF1aM6hR8b1nKnU boOw== 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:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Go7A8vP1Vp0UPwbES0oRqEesjUEvKbjzWibXxR6fE7c=; b=hgrO8zxe1TPq/OGLYmJIwnMWAZG8RddusaRGGvICvdBLNPIVTENlWqqxRrp0yKSPRh oOeEW9ls5eh14sFv4Ovz5YMjUlbgJ4DMeto6VFPccvs0V6NslLYA1YaqLcRkN56iNXre 4aPShLZ8Qc7ox+29nfzLf91O/qULq1hXVhfjFnRc00H18XsouSHCCjG/MsZesDmngAuN Y2o9xTKN8KPmmBAEbDZ4BbyasD2iNp4t2iwwv1mlCf7S3yk5gwkxzd1S3QSE/dYRzb1f 9/ITozyEhAr4zjoJiXT2k7TZe6fS4GnQ2x+dhAjnIHisgr2EyS0mS5RQG8Gk3hgSSh+I bzJQ== X-Gm-Message-State: ALoCoQmIjUimduQq1jwPJ2epgDiok6+VKgWDqtsmtaUxsTpWN8oGbKTJbhV+pqG2UEoSN6dDR1ze X-Received: by 10.194.47.134 with SMTP id d6mr10208594wjn.27.1446232315709; Fri, 30 Oct 2015 12:11:55 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id z4sm8431657wjz.29.2015.10.30.12.11.54 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 12:11:54 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org, Pavel Boldin Date: Fri, 30 Oct 2015 20:10:44 +0100 Message-ID: <24946363.JLdsG3cOT4@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1440787880-7079-1-git-send-email-pboldin@mirantis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/3] vhost: eventfd_link refactoring 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: Fri, 30 Oct 2015 19:11:56 -0000 2015-10-29 18:33, Xie, Huawei: > On 10/29/2015 2:34 AM, Pavel Boldin wrote: > > The patchset contains an attempt at the refactoring the `eventfd_link` > > kernel module that is used to steal an FD in DPDK. > > > > The first patch refactors old EVENTFD_COPY handler fixing the codepath > > and errors returned from the kernel space. This patch is retained > > for the backward compatibility. > > > > The next one introduces a new more clean implementation of the > > EVENTFD_COPY2 ioctl that allocates a new fd for the `struct file' > > being stolen. > > > > The last patch uses this new mechanism in the DPDK userspace. > Pavel: > Don't forget signoff and version change message next time. > Or if you have time today, could you send a new version? > > Acked-by: Huawei Xie Applied, thanks