From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 5/5] examples/l3fwd: add parse-ptype option Date: Thu, 8 Dec 2016 14:59:28 +0800 Message-ID: <20161208065928.GA30698@yliu-dev.sh.intel.com> References: <1480810702-114815-1-git-send-email-jianfeng.tan@intel.com> <1480810702-114815-6-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, stephen@networkplumber.org To: Jianfeng Tan Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A3BF5106A for ; Thu, 8 Dec 2016 07:58:46 +0100 (CET) Content-Disposition: inline In-Reply-To: <1480810702-114815-6-git-send-email-jianfeng.tan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, Dec 04, 2016 at 12:18:22AM +0000, Jianfeng Tan wrote: > To support those devices that do not provide packet type info when > receiving packets, add a new option, --parse-ptype, to analyze > packet type in the Rx callback. A quick question: does this patch have anything to do with the virtio interrupt enabling? --yliu