From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] i40e: Add packet_type metadata in the i40e vPMD Date: Fri, 23 Sep 2016 10:23:16 +0200 Message-ID: <1890771.aBr4rjc9Og@xps13> References: <1468515542-39207-1-git-send-email-jeffrey.b.shaw@intel.com> <1468515542-39207-2-git-send-email-jeffrey.b.shaw@intel.com> <039ED4275CED7440929022BC67E706115064D652@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Shaw, Jeffrey B" , "Zhang, Helin" , "Wu, Jingjing" To: "Zhang, Qi Z" Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id D433647D2 for ; Fri, 23 Sep 2016 10:23:18 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id 197so3507627wmk.1 for ; Fri, 23 Sep 2016 01:23:18 -0700 (PDT) In-Reply-To: <039ED4275CED7440929022BC67E706115064D652@SHSMSX103.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-09-23 06:40, Zhang, Qi Z: > > From: Damjan Marion > > > > The ptype is decoded from the rx descriptor and stored in the packet type field > > in the mbuf using the same function as the non-vector driver. > > > > Signed-off-by: Damjan Marion > > Signed-off-by: Jeff Shaw > > Acted-by: Zhang Qi It should be Acked-by :) Just a note about name convention: In DPDK we use the english naming style which is to put the first name first and the surname last. I believe your surname is Zhang so maybe you should write: Acked-by: Qi Zhang By the way, thanks for reviewing.