From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/virtio-user: fix tapfds close issue Date: Tue, 14 Mar 2017 14:22:05 +0800 Message-ID: <20170314062205.GH18844@yliu-dev.sh.intel.com> References: <1489397601-2986-1-git-send-email-liuwf@arraynetworks.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: maxime.coquelin@redhat.com, dev@dpdk.org, stable@dpdk.org To: Wenfeng Liu Return-path: Content-Disposition: inline In-Reply-To: <1489397601-2986-1-git-send-email-liuwf@arraynetworks.com.cn> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Mar 13, 2017 at 09:33:21AM +0000, Wenfeng Liu wrote: > The valid tap file descriptor range should be equal or greater > than zero instead of non-zero > > Fixes: e3b434818bbb ("net/virtio-user: support kernel vhost") > Cc: stable@dpdk.org Applied to dpdk-next-virtio. Thanks. --yliu > Signed-off-by: Wenfeng Liu > ---