From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/3] net/qede: fix supported packet types Date: Mon, 23 Oct 2017 11:35:51 -0700 Message-ID: References: <1508375611-9326-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Harish Patil , Dept-EngDPDKDev@cavium.com To: Rasesh Mody , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2BC281B681 for ; Mon, 23 Oct 2017 20:35:54 +0200 (CEST) In-Reply-To: <1508375611-9326-1-git-send-email-rasesh.mody@cavium.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/18/2017 6:13 PM, Rasesh Mody wrote: > From: Harish Patil > > Update/fix supported ptypes to return both inner and outer headers, > tunnel_type, fragmented and VLAN packet types. > > Fixes: 3d4bb4411683 ("net/qede: add fastpath support for VXLAN tunneling") > Fixes: 2ea6f76aff40 ("qede: add core driver") > > Signed-off-by: Harish Patil > Signed-off-by: Rasesh Mody Series applied to dpdk-next-net/master, thanks. (There was a build error [1], fixed while applying, please check it.) [1] .../dpdk/drivers/net/qede/qede_ethdev.c: In function ‘qede_vxlan_tunn_config’: .../dpdk/drivers/net/qede/qede_ethdev.c:684:13: error: ‘ucast.vlan’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ucast->vlan == tmp->vlan && ~~~~~^~~~~~ .../dpdk/drivers/net/qede/qede_ethdev.c:685:13: error: ‘ucast.vni’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ucast->vni == tmp->vni) ~~~~~^~~~~ Fixed in patch 2/3, by providing initial value of "0" to ucast.