From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] performance-thread: add software packet type parsing Date: Tue, 17 Jan 2017 18:39:21 +0100 Message-ID: <3080969.Crb1XnCNDq@xps13> References: <1481901316-48216-1-git-send-email-tomaszx.kulasek@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tomasz Kulasek Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id D7AAE2B83 for ; Tue, 17 Jan 2017 18:39:23 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id c206so234353090wme.0 for ; Tue, 17 Jan 2017 09:39:23 -0800 (PST) In-Reply-To: <1481901316-48216-1-git-send-email-tomaszx.kulasek@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" 2016-12-16 16:15, Tomasz Kulasek: > Last changes in Niantic and Fortville NIC drivers causes that > vector Rx path is chosen by default in l3fwd-thread application. > This path doesn't support propagation of hw packet type recognition > to the packet_type field in mbuf, and packets cannot be classified > properly. > > The approach to solve this problem is similar to the commit: 71a7e2424e07 > ("examples/l3fwd: fix using packet type blindly"). > > To use sw packet analizer, new command line option "--parse-ptype" is > introduced. > > Signed-off-by: Tomasz Kulasek Applied, thanks