From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: vhost-net stops sending to virito pmd -- already fixed? Date: Sun, 13 Sep 2015 23:43:13 +0200 Message-ID: <2603066.XvJpW2pAu2@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org 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) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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