From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: Re: [PATCH 1/3] kvm tools: Make virtio-net kvm__irq_line thread safe Date: Fri, 29 Apr 2011 15:13:29 +0800 Message-ID: <4DBA6519.5070509@gmail.com> References: <1304058985-13833-1-git-send-email-asias.hejun@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Cyrill Gorcunov , Ingo Molnar , Sasha Levin , Prasad Joshi , kvm@vger.kernel.org To: Pekka Enberg Return-path: Received: from mail-pv0-f174.google.com ([74.125.83.174]:40096 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755754Ab1D2HOl (ORCPT ); Fri, 29 Apr 2011 03:14:41 -0400 Received: by pvg12 with SMTP id 12so2172393pvg.19 for ; Fri, 29 Apr 2011 00:14:41 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 04/29/2011 02:52 PM, Pekka Enberg wrote: > Please make that IRQ latency fix a separate patch. Don't we need to do > it for TX path as well, btw? > No. We only need it in RX path. Sasha's threadpool patch breaks this. I'm just moving it back. -- Best Regards, Asias He