From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/3] packet type Date: Fri, 25 Mar 2016 19:34:55 +0100 Message-ID: <1910866.4hol4W51P7@xps13> References: <1456795416-118189-1-git-send-email-jianfeng.tan@intel.com> <1458866867-39582-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, konstantin.ananyev@intel.com, helin.zhang@intel.com, bruce.richardson@intel.com To: Jianfeng Tan Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id E20BD5686 for ; Fri, 25 Mar 2016 19:36:41 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id l68so25933081wml.0 for ; Fri, 25 Mar 2016 11:36:41 -0700 (PDT) In-Reply-To: <1458866867-39582-1-git-send-email-jianfeng.tan@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-03-25 08:47, Jianfeng Tan: > Patch 1: refine rte_eth_dev_get_supported_ptypes. This patch has been split in another series. > Patch 2: add an option in l3fwd. > Patch 3: enable vector pmd in i40e by default. > > Signed-off-by: Jianfeng Tan > Acked-by: Konstantin Ananyev > > > Jianfeng Tan (3): > ethdev: refine API to query supported packet types > examples/l3fwd: fix using packet type blindly > config: enable vector driver by default Applied patches 2 & 3 with release notes fixes.