From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/3] net/enic: fix supported packet types Date: Mon, 22 Oct 2018 15:20:09 +0100 Message-ID: <21a00732-c66f-bfab-391e-9a42f9165af5@intel.com> References: <20181020083249.8187-1-hyonkim@cisco.com> <20181020083249.8187-2-hyonkim@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, John Daley To: Hyong Youb Kim Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 34D255F0F for ; Mon, 22 Oct 2018 16:20:12 +0200 (CEST) In-Reply-To: <20181020083249.8187-2-hyonkim@cisco.com> Content-Language: en-US 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 10/20/2018 9:32 AM, Hyong Youb Kim wrote: > The handler for dev_supported_ptypes_get currently returns null when > the vectorized Rx handler is used. It is also missing tunnel packet > types. Add the missing packet types to the supported list, and return > the right list for the vectorized Rx handler. > > Fixes: 8a6ff33d6d36 ("net/enic: add AVX2 based vectorized Rx handler") > Fixes: 93fb21fdbe23 ("net/enic: enable overlay offload for VXLAN and GENEVE") > > Signed-off-by: Hyong Youb Kim > Reviewed-by: John Daley Cc: stable@dpdk.org To request patch to be backported.