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 7ABFFB38C for ; Fri, 11 Jul 2014 15:12:42 +0200 (CEST) Received: by mail-wi0-f180.google.com with SMTP id n3so235755wiv.7 for ; Fri, 11 Jul 2014 06:13:09 -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=fKNscajZxJsTRRmm8sqtHoBuke+5eGYXbRitTGlCPNk=; b=lbu9cHV84yRFV3AL3RvRf6ID1rXYeHPwKU4LkL2C9nzx2if0wfp9yU5o6gaiBdya8u vCkZ9bnY0AG4oiN6PyKUb7WL96o2MEcBkIBxpSjq3lhEdaUFxPg2zPJKRbfiKCXD1Gjl aXp25cfGp0km8MGLz7Ubsef67O1FPrdl4SlYY2kqW0jbPZCYUXSxBJ+H5J2sUY6i+lJC JuIZFW5uUEkXHUOwQVaCa0VCoJtEQU26nmnu0z3sa2JvaM6FvRz6o8aMLL/iFrwOVVyC vDP+F1N/9TBvC6QrE5Ma9Wd9l5jPpkXp+FG42m+I9H4C779riEOYkoY7lChgRnIRJU2f Mgbg== X-Gm-Message-State: ALoCoQkenXQIHp90mzfhTUGXGINvn5gM11KXMGX/ctyVC+/S3LvWC63rCppPjhuxYUqj0vP9mnP3 X-Received: by 10.180.102.100 with SMTP id fn4mr5138386wib.22.1405084389428; Fri, 11 Jul 2014 06:13:09 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id m9sm7347939wij.12.2014.07.11.06.13.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Jul 2014 06:13:08 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Fri, 11 Jul 2014 15:12:58 +0200 Message-ID: <87818433.inX3N0OHoQ@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <20140711060338.05bbd785@samsung-9> References: <20140620060230.300986830@networkplumber.org> <20140711060338.05bbd785@samsung-9> 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/7] vmxnet3: functionality enhancements 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: Fri, 11 Jul 2014 13:12:42 -0000 Hi Stephen, 2014-07-11 06:03, Stephen Hemminger: > On Thu, 19 Jun 2014 23:02:30 -0700 > > Stephen Hemminger wrote: > > This set of patches adds new functionality to VMXNET3 and > > removes some dead code, and fixes a memory leak. > > > > These patches assume that the earlier VMXNET3 cleanup patches > > sent to the mailing list are already merged (they haven't been yet). > > Why were these patches totally ignored for 1.7.0 release? > They include bugfixes and other stuff that was broken in the > Intel driver. We even found more. This patchset brought some new functionalities and was some post after the feature freeze. As already said (http://dpdk.org/ml/archives/announce/2014-June/000030.html), it should go now in master for 1.7.1 cycle. It would be good to have some reviews on these patches. > If patches are going to be ignored, why should bother sending them? They weren't ignored, but you seem to ignore the announce emails. Please keep cool and let's continue the good work. -- Thomas