From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 8906A9392 for ; Mon, 7 Dec 2015 00:03:34 +0100 (CET) Received: by wmuu63 with SMTP id u63so120252227wmu.0 for ; Sun, 06 Dec 2015 15:03:34 -0800 (PST) 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=Iu76CiTI2MsusowfP8wQDW7t/q29vsIPNr1DIwuMMGA=; b=fEKCy5WA8RY4wQCkuu0fRZnIESPSJwqFIK5uoopjOwYz63vavIsmQvMsskfoWdUvw/ +71qCj+JYQ7eCdOLMXEDsZUuEaknx71QHTZu3rXEFGxJ4X/WNxcB+sFfgFmgdBuWEDs/ ZDXmckZyLlKJSd0etoA0ve7BtpzlSBWteFYE/2BJocTOUqPY8nxdG6VgdRM9355wVGV7 c9hOWUII8aveloSNgzgPad3Ki+YwwnpqlgM/4tNei3fu923apn126Dxvq29J0TDPIrff 2PQcFMTji20872ak6q3Vp0FmLF0pMjTY/S2LSPBhPu/ayZXwVKQZKYzbsf2LaWjsKpz0 1LPA== 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=Iu76CiTI2MsusowfP8wQDW7t/q29vsIPNr1DIwuMMGA=; b=cmg1KpBJdfDKBuO9j93LsxxXgfsGy7RCIEtwBeR+uyP79gHz0wJpf5vAqJC4hQia1D KfSAMkhPJ8b//LbdIf65RV8DJegUP+3diK5Jly7jGAfW1iSN4zmDVo+EGquV5ycwCmsy Kg+4Eyxwgbma+2r7EWRSO6nndKW2FJdeM7rQ//+p0u7wh46pHbgTazpf9qBUk7s8mytU QirRfezkXo89CAypAQi3AE7dDxkTAaIQIK9YYcC0XbfTjItIigVGwUld00AxhEKFQp8j haHPsPOzENZHrd4kZMcqlaviADvoq3sxQjFZAzRwOxDhHscsUHyr+0E2jn+iizxnIic4 p5YQ== X-Gm-Message-State: ALoCoQlrKDoZOV7tEgISlnmWykBZkqSbMRzJsRaWgCqN4JdWzBIkn6vyqR3KRaniDkV76ffQN7mt X-Received: by 10.194.2.168 with SMTP id 8mr34211939wjv.66.1449443014432; Sun, 06 Dec 2015 15:03:34 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jz1sm22427709wjc.27.2015.12.06.15.03.33 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 15:03:33 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 07 Dec 2015 00:02:22 +0100 Message-ID: <4597195.g3FilK75bf@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449191574-14629-1-git-send-email-stephen@networkplumber.org> References: <1449191574-14629-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/2] virtio: bugfix and cleanup 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: Sun, 06 Dec 2015 23:03:34 -0000 > Fix for stale offload flags, and simplify transmit checks. > > Stephen Hemminger (2): > virtio: make sure rcv mbuf initialized correctly > virtio: clean up space checks on xmit Applied, thanks