From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by dpdk.org (Postfix) with ESMTP id 577D63208 for ; Fri, 27 Feb 2015 12:25:38 +0100 (CET) Received: by wesp10 with SMTP id p10so17371678wes.12 for ; Fri, 27 Feb 2015 03:25:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=y/kh+8fRBhkDhtFgU+NDdQAil+c85PB46yTZUQMTG0M=; b=dY5CaiwklwF0n3Nlp4zbIDplvYdG4ZbmNjItZGXy9FG5PTDVChVksABpCaTrZ7/Stj EB8nfeUzNmFNW/pWIHXqb/m2lVez7D3RBOcG+EgF+WG2NnxBbw9jwrjd2ImXOZeaNVaX x3I3L86LJnyH2u8nArPGzMVwD7bF6ytldYPYhHdN3ehYN0WTO8FAMoUHC1IwV4tXrV4O 6yD1qjpwp8ik7M8TdekQL/fjGmH7ILat7XO8JmqHyFUNSYE8BApic5dj/o/tXmdf83VC vNg2HCGNc5iTBhNJZK/B4P/8qGMOTNdlza2rWpSjc75UukaUmQAgGoWluE5H2RsDofjI dbsA== X-Gm-Message-State: ALoCoQnbU0j5SzAeAP4MaeE4DZqwUO/OyY1v1wJmXiHKPaQRPtgMQTkBzRdtG1LZJObFEB4oBc04 X-Received: by 10.180.100.98 with SMTP id ex2mr5280124wib.65.1425036338144; Fri, 27 Feb 2015 03:25:38 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k6sm2395580wia.6.2015.02.27.03.25.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 03:25:37 -0800 (PST) Date: Fri, 27 Feb 2015 03:25:37 -0800 (PST) X-Google-Original-Date: Fri, 27 Feb 2015 12:25 +0100 From: Thomas Monjalon To: dev@dpdk.org, Helin Zhang Message-ID: <1478883.RDYMB1BxnL@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1424156374-21768-9-git-send-email-helin.zhang@intel.com> References: <1422501365-12643-1-git-send-email-helin.zhang@intel.com> <1424156374-21768-1-git-send-email-helin.zhang@intel.com> <1424156374-21768-9-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 08/16] vmxnet3: support of unified packet type 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, 27 Feb 2015 11:25:38 -0000 2015-02-17 14:59, Helin Zhang: > To unify packet types among all PMDs, bit masks of packet type for > 'ol_flags' are replaced by unified packet type. > > Signed-off-by: Helin Zhang Helin, this patch was already acked in v2 and you didn't change it. Please keep the Acked-by line in such case. Note that Acked-by is still valid after minor changes like typos. I'd like every developers adopt this rule. Please spread the word.