From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id D1C3A957C for ; Wed, 21 Oct 2015 16:19:42 +0200 (CEST) Received: by wicfx6 with SMTP id fx6so93674967wic.1 for ; Wed, 21 Oct 2015 07:19:42 -0700 (PDT) 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=wERl9pb7LaPCPlQ8y/MvTje8TbPWI7U9Aq6jOVRW2Wc=; b=Y9xYPilRVVdH0i2JFFzCGLbyNMsuHphljXL9gR0/OmBas4yk3oITn5FjDSztCmetWa dVvIC+Qi6VriH1UAZF5RvHyxQQtPS23BsoUIkc4ABnz8owCeYHQxeGC04ZYBTSNR8OcE bVt7rAJJ5lneEs6knLK9A1yOmsgmGVQyjj7ee/m1ymCB+WQUJVav/zp8jm4h/+LixuoH CcakZqCyHOvEbomgrl/RNZpac16RV5KH8DrjQVirRKrQ1AUgXASTZQJTqJsj4aDDR7yO fvWYlmZjdZdPxCp0W3MWvbM1DN+u3bYfsPDoDq8ZK+g9VyEjZtyZDOGAiJBiDANgga+f c82g== X-Gm-Message-State: ALoCoQk1eV4ZKehInz/6Jxz8Xp9YBosl7stK846rWLh4iKZknBjAhqCT8yPFvkMvJ5wK/HVTj5Yz X-Received: by 10.180.11.212 with SMTP id s20mr11232052wib.40.1445437182703; Wed, 21 Oct 2015 07:19:42 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id p2sm10719880wjb.21.2015.10.21.07.19.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 07:19:42 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger , bernard.iremonger@intel.com Date: Wed, 21 Oct 2015 16:18:37 +0200 Message-ID: <3225887.n92Wz41APJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1440779019-10793-1-git-send-email-stephen@networkplumber.org> References: <1440779019-10793-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/3] virtio: patches for 2.1+ 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: Wed, 21 Oct 2015 14:19:43 -0000 2015-08-28 09:23, Stephen Hemminger: > These are some recently found bug fixes for virtio driver. > > Stephen Hemminger (3): > virtio: don't report link state feature unless available > virtio: fix Coverity unsigned warnings > virtio: fix possible NULL dereference > > drivers/net/virtio/virtio_ethdev.c | 20 +- > drivers/net/virtio/virtio_ethdev.c.orig | 1577 +++++++++++++++++++++++++++++++ > drivers/net/virtio/virtio_ring.h | 4 +- > drivers/net/virtio/virtio_rxtx.c | 4 +- Applied without virtio_ethdev.c.orig and without the 3rd patch duplicated by Bernard. Thanks