From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 944DF5A88 for ; Thu, 9 Jul 2015 22:42:32 +0200 (CEST) Received: by wiga1 with SMTP id a1so322854968wig.0 for ; Thu, 09 Jul 2015 13:42:32 -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=hpPWgH98KfjIgl6xVV0j6ud3YNRcUjiZ2q09bbhgMR0=; b=jIG7wsFqrxnzOZGl6vxZVzCPVc3IPnwWZMm0t8qt31wYfib3mwBF6OXbCo3+96lCJD 5NpH1yrPCuojBQlYNN3U2xIA9sKvizgpXsCT/QGOEZAq7OhUPtN9W5OahiZG/0ruovIH hivizkHCI2vOb1hziLBtcRFrdtOFmx6G/gspfk5H5czNkzKW0gBP51s5sOo/wVk3T5xQ fnhL80u+cZlf5q1Zt0kVOmxC5nfyXFcTOxzLhTtmoQ3ooC5/iZo+wTddyHxNt0Dyx7U7 Q8HwksaWQ0phjUSjL8JVzoxu+9e5hNsVVANgFs+lRbeM1B8LJTlJGN/0vbaRterIgjXo k4lg== X-Gm-Message-State: ALoCoQmHw5KGo+z1Rh0sb84cbbynh7GPCsfJZsPtfzHQEa9S6Pt/RGM+otl0xsXC/bX4KLbgqLk9 X-Received: by 10.180.90.42 with SMTP id bt10mr107752506wib.64.1436474552434; Thu, 09 Jul 2015 13:42:32 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id e7sm9905196wib.22.2015.07.09.13.42.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jul 2015 13:42:31 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Thu, 09 Jul 2015 22:41:23 +0200 Message-ID: <1616814.fx6A2joykc@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436465737-16818-1-git-send-email-stephen@networkplumber.org> References: <1436465737-16818-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 v4 0/4] bnx2x: new poll mode driver 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: Thu, 09 Jul 2015 20:42:33 -0000 REJECTED 2015-07-09 11:15, Stephen Hemminger: > Changes in this version: > - rebase for PCI uio changes > - fix version map for 2.1 > - add BCM57840 support You ignore the comments which are done. Examples for this series: http://dpdk.org/ml/archives/dev/2015-June/019556.html http://dpdk.org/ml/archives/dev/2015-July/020714.html You rarely reply to comments and you seem laughing when versioning the patches: v4 on 05-08: http://dpdk.org/ml/archives/dev/2015-May/017438.html v5 on 06-17: http://dpdk.org/ml/archives/dev/2015-June/019490.html v3 on 07-08: http://dpdk.org/ml/archives/dev/2015-July/021046.html v4 on 08-08: http://dpdk.org/ml/archives/dev/2015-July/021277.html This series still has some obvious errors. I may help to review them if you show that you care about previous comments like doxygen errors, correct linker file syntax or even git send-email guidelines.