From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id EFA101B1FE for ; Wed, 3 Oct 2018 16:18:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2018 07:18:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,336,1534834800"; d="scan'208";a="78382268" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga008.jf.intel.com with ESMTP; 03 Oct 2018 07:17:45 -0700 From: Ferruh Yigit To: John Daley , wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com Cc: olivier.matz@6wind.com, dev@dpdk.org, Hyong Youb Kim References: <20180926030617.6702-1-johndale@cisco.com> <11983d5f-296f-5788-8a4b-07c680f52392@intel.com> Openpgp: preference=signencrypt Message-ID: <9c97a1f0-58c8-1348-d484-95eec5fe4641@intel.com> Date: Wed, 3 Oct 2018 15:17:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <11983d5f-296f-5788-8a4b-07c680f52392@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: check Rx VLAN offload flag to print VLAN TCI X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2018 14:18:11 -0000 On 10/2/2018 9:47 AM, Ferruh Yigit wrote: > On 9/26/2018 4:06 AM, John Daley wrote: >> From: Hyong Youb Kim >> >> Since the following commit, PKT_RX_VLAN indicates the presence of >> mbuf's vlan_tci, not PKT_RX_VLAN_STRIPPED. >> >> commit 380a7aab1ae2 ("mbuf: rename deprecated VLAN flags") >> Cc: olivier.matz@6wind.com >> >> Signed-off-by: Hyong Youb Kim >> Reviewed-by: John Daley > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.