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 8DDF05A72 for ; Fri, 10 Jul 2015 00:33:39 +0200 (CEST) Received: by widjy10 with SMTP id jy10so812807wid.1 for ; Thu, 09 Jul 2015 15:33:39 -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=/VRC+wxutVp+dZswIgznb6LM5gUUMt6i6kLixyftT8k=; b=LAxXe4j0QmctSPv6+DqOjXDVSkEQI5YF++SjfAud2pjuIPddi30z21IB0pegOXYjp3 bSOTVthfVJO3njt69MZZkHC8oQ9x1YCTc/PfvvDyT7hOgU7h2PO+vB4Oz7LmwepDecDp F82lf2N+0YBWmTBPNv+19BEG+SbzwbhYOjFFsjTYxhUeq3XEyq9Q8xIdaJJB0knodkdx arr2LFmwG79Zv09atnb15EQdsFRcwEtg4rmKQhyNep0/ua9PtOxnrowzzJkmbTs8R3Vw 8tVscDmcOX55QzaHK4HRt4AouSOaNLYor/H1rV2lfxImXe+W2VwdajRpx2EbbKnV8XUD M8hw== X-Gm-Message-State: ALoCoQmfZKaE184xx2dYbEK0/nIQIAWZVPPCuk9HhTT278sGNSfgNOR28p5pSWIlCNJEykpG0zTd X-Received: by 10.194.238.168 with SMTP id vl8mr35394408wjc.128.1436481219396; Thu, 09 Jul 2015 15:33:39 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id d3sm167262wic.1.2015.07.09.15.33.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jul 2015 15:33:37 -0700 (PDT) From: Thomas Monjalon To: stephen@networkplumber.org Date: Fri, 10 Jul 2015 00:32:29 +0200 Message-ID: <1733770.SA3DFsV3Pz@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1436466256-17442-1-git-send-email-stephen@networplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH v3 0/8] vmxnet3: driver updates 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 22:33:39 -0000 2015-07-09 18:46, Yong Wang: > On 7/9/15, 11:24 AM, "dev on behalf of stephen@networkplumber.org" > wrote:= > >From: Stephen Hemminger > > > >These are update to earlier vmxnet3 driver changes. Mostly rebasing > >to current layout. I skipped the jumbo MTU stuff which works for me > >but reviewers seem to see problems with. It should be possible to discuss with Yong to understand the problem and submit a separate patch to get it approved. > >Stephen Hemminger (8): > > vmxnet3: enable VLAN filtering > > vmxnet3: remove mtu check > > vmxnet3: cleanup txq stats > > vmxnet3: add support for multi-segment transmit > > vmxnet3: fix link state handling > > vmxnet3: support RSS and refactor offload > > vmxnet3: get rid of DEBUG ifdefs > > vmxnet3: remove unnecessary inlining >=20 > Assuming this series is a simple rebase of the previous patchset, whi= ch I > already acked (I didn=E2=80=99t see the Acked-by updated though in th= e new > version): Yes this series was partially ack'ed and some of them were forgotten in= v3. Stephen, reviewing is not so pleasant and it can be worst when some rev= iews seem forgotten. Please try to add acks and maintain a changelog across different versions of a patchset. > Series Acked-by: Yong Wang Applied, thanks for giving quick ack