From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 9408CC458 for ; Wed, 21 Oct 2015 18:40:54 +0200 (CEST) Received: by wicll6 with SMTP id ll6so99541557wic.0 for ; Wed, 21 Oct 2015 09:40:54 -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=rmPc3axLrqQqzWbE9qsm/k6ZkdN15TeUef90zouuUXw=; b=UDP3OjBURa71I23tWa0TRP0COenzWKAsbUtExZk2Uh3itTNpKl9WDRfxXjnEkW51sq BsvSVHoCsE1dh3dbyDY+cc1Mb6D+A+JYSqhGVCSVyDY8WMEApYk9LVoin3KNlxPnya21 vtoHasKroyr5zC9dvs6TF+07FqcclastslB3k6/GeJ+YzTpgYjTExILgde00CpRgWdCz bk1z0hXITEUbDm4lN3+I5daKNptA338hmDkScwXPaGJ5faTu1YAJCEki++SoleKZrlEE d5U2QlgfiE/Tg/fMEurRoqoYDx3fgDaVPsq2JZzMd147knhWVozTK34cYIUIwkT4GJ26 jLVg== X-Gm-Message-State: ALoCoQkpT98KuYLgsqdrtL5ndOsiaD0qPIxXhqWB3EY1OiPuW/1Xvsj7geGbOH+Zd3lTh9oR7HTi X-Received: by 10.194.209.240 with SMTP id mp16mr12121056wjc.100.1445445654434; Wed, 21 Oct 2015 09:40:54 -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 w1sm11406793wjz.37.2015.10.21.09.40.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 09:40:53 -0700 (PDT) From: Thomas Monjalon To: Marco Lee , Yong Wang Date: Wed, 21 Oct 2015 18:39:48 +0200 Message-ID: <2692730.GmIUFfIBOO@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1886002.v1Gljrijme@xps13> References: <1437699218-8783-1-git-send-email-mac_leehk@yahoo.com.hk> <1886002.v1Gljrijme@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] The VMXNET3 PMD can't receive packet suddenly after a lot of traffic coming in 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 16:40:54 -0000 Any update? Yong, have you looked at it? 2015-07-24 09:58, Thomas Monjalon: > Hi Marco, > > It seems it is a new version of the patch. > Please, in order to ease patch management and review, could you add: > - a version number > - a changelog > - threading with previous patches > It can be done with: > - subject-prefix option > - annotate option > - in-reply-to option > as explained here: > http://dpdk.org/dev#send > > Thanks