From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/5] Refactor module `eventfd_link' Date: Tue, 28 Apr 2015 16:35:54 +0200 Message-ID: <3110700.hKlsfXkQS5@xps13> References: <1427994080-10163-1-git-send-email-pboldin@mirantis.com> <1429184910-30186-1-git-send-email-pboldin@mirantis.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Changchun Ouyang , Huawei Xie Return-path: In-Reply-To: <1429184910-30186-1-git-send-email-pboldin-nYU0QVwCCFFWk0Htik3J/w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Huawei, Changchun, Any opinion about these patches? 2015-04-16 14:48, Pavel Boldin: > This patchset contains refactoring steps for the `eventfd_link' module > of the DPDK's `librte_vhost' part. > > The commit messages are updated to include `Signed-off-by'. > > Pavel Boldin (5): > vhost: eventfd_link: moving ioctl to a function > vhost: eventfd_link: add function fget_from_files > vhost: eventfd_link: fix ioctl return values > vhost: eventfd_link: replace copy-pasted sys_close > vhost: eventfd_link: removing extra #includes > > lib/librte_vhost/eventfd_link/eventfd_link.c | 181 +++++++++++++-------------- > 1 file changed, 87 insertions(+), 94 deletions(-)