From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 2F5865AA1 for ; Fri, 27 Mar 2015 11:35:41 +0100 (CET) Received: by wibg7 with SMTP id g7so36231907wib.1 for ; Fri, 27 Mar 2015 03:35:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=BpWwzMDNg8g5aWzzhUbPkUENcHW3UybrSJGAGWdP4Rc=; b=MmOPZw7w6MgBBzRcjyizYU5bFImyEj9H9Ag6bbkDudLuKGvmRhtabQvomSV2lm/4cV T8fU+0HVZoJCT+2IEBH2Ee7zjKxrdOOsrXs8ft9708AiuXSWQQRoyF1ilGTbJZp0IDOh SpZYIE8jKcyaGwRymtb/e7l0TesL8f+gghPJnhlgassKdzYGL+ben/NZkcrMKXBgfGsx XF8U1ExAKtRMcnhIeDLyH1UA9TCC0QNppJCRc60sddiy5p52tfm6wza/v+NVfyR2RE2m 55vLUBp8iv7d6eCc+hi/hHukjXh52ZliDotcF4XFzC3lkypu5F3pIM44C+hSTzzd0Rnh QlPg== X-Gm-Message-State: ALoCoQnsw6/WQsy91ja1E3qCFZkY1Gby3roAtXHWjwzXFuDlMloD6rtDEwPGKYKpsifQmj5XzGfQ X-Received: by 10.180.96.37 with SMTP id dp5mr56085803wib.41.1427452540939; Fri, 27 Mar 2015 03:35:40 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id md2sm2810409wic.19.2015.03.27.03.35.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 03:35:40 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Fri, 27 Mar 2015 11:34:59 +0100 Message-ID: <4150309.6VcjN34Jl3@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1427319492-943-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] i40e: zero local variable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 10:35:41 -0000 > > This patch sets the local variable ctxt to zero to avoid uncertain data causes > > error when creating a vsi for flow director. > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks