From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id EA9935680 for ; Sun, 13 Sep 2015 23:44:20 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so110790803wic.0 for ; Sun, 13 Sep 2015 14:44:20 -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=qaFOiOctxtm/XzufCr+7W96PUCrJx+0sLc9NO6rKYiI=; b=Jj58cISUV2bN2FVUJsZkD5GMA5q/fFMi3NuQTNc7uZd6xL0AnkzASMk1CmbPcBieol lTHRcjqglixJQp6tNFOkZ6KwUvhUCL0YG32ZBENy1thb0UQLTHQDNqn6lbTNOc3QVPik O0m4bIDN8fQ+p4yxH0x+pk4k3DdDtcxNWdbkBMIjGfMKIYO9wMBZQiywYiBeSwENPx3q l/h5BYCj/ZU1UcpgZz7ERD1a3pnTJOftuKdjmufwMbHIboFIL3bwcjCXtprb05Y+1jzR Zy3E1XlRab9ESkR6wz+RmJyAisgDv3EjoWFxN4a3DGRK2VSykcgH0QoNfco3PxUiOMWk Uo0A== X-Gm-Message-State: ALoCoQmN51tCqwnWxiWOrRnuv4Daf4WhPS1xvX2CY2o78dVytExjJC3Tj6PlSBsexA1/tR3xxnIT X-Received: by 10.194.189.236 with SMTP id gl12mr22711551wjc.151.1442180660739; Sun, 13 Sep 2015 14:44:20 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id m4sm12120008wje.5.2015.09.13.14.44.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Sep 2015 14:44:20 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Sun, 13 Sep 2015 23:43:13 +0200 Message-ID: <2603066.XvJpW2pAu2@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] vhost-net stops sending to virito pmd -- already fixed? 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, 13 Sep 2015 21:44:21 -0000 Hi, 2015-09-11 12:32, Kyle Larose: > Looking through the version tree for virtio_rxtx.c, I saw the following > commit: > > http://dpdk.org/browse/dpdk/commit/lib/librte_pmd_virtio?id=8c09c20fb4cde76e53d87bd50acf2b441ecf6eb8 > > Does anybody know offhand if the issue fixed by that commit could be the > root cause of what I am seeing? I won't have the definitive answer but I would like to use your question to highlight a common issue in git messages: PLEASE, authors of fixes, explain the bug you are fixing and how it can be reproduced. Good commit messages are REALLY read and useful. Thanks