From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id D3620E72 for ; Wed, 8 Jul 2015 11:20:43 +0200 (CEST) Received: by wgov12 with SMTP id v12so5385835wgo.1 for ; Wed, 08 Jul 2015 02:20:43 -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=WzfLPX0fQ/PU9gvuaS3CbP4PprLrKYBlRALpADg6sPc=; b=mg1tqfdzHmE/ueCag/mLiBTtJM653bFzTjyh+KapbzY8hii93G9ukV/+NdTEeh+c6P Z41WPVEjqybcnAbRyuhw0CeV5bOEbx5c05Cz0CMxec7pBaQZ+M1RzjeVptwN5lOfZQGz AAs85bawAgZtcRv9k0/O+G1ABu2oy6EOPbNCviz0efEe/tZKpuVP+J3ReMvr5Fyc4ThD r9tgoKJtqaRsfMguEnaImwvjsU6si86L5FXd4m9GlWOJrTeMQnv8CMSLyFCyw44SWipQ xFz6rUgnlFVkaSSUR2GnB5jo9/0+VJLLGKOeUBZo2mRxC80WmLqusOLgfEE7b3XUHQzY xVfQ== X-Gm-Message-State: ALoCoQmQD4vt8aI5Sta+HBJ/zIChibvzcPWZHaLA8z+bGHxq8OKxCqvDJtE1h4qBdCpi8UTPR91S X-Received: by 10.180.99.168 with SMTP id er8mr71704019wib.86.1436347243679; Wed, 08 Jul 2015 02:20:43 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ef10sm2359450wjd.49.2015.07.08.02.20.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 02:20:42 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Wed, 08 Jul 2015 11:19:33 +0200 Message-ID: <1453092.c7BVNZp0bn@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909CF8625@shsmsx102.ccr.corp.intel.com> References: <1436337439-30665-1-git-send-email-jingjing.wu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC0909CF8625@shsmsx102.ccr.corp.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: fix the build error with gcc 4.4 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: Wed, 08 Jul 2015 09:20:44 -0000 > > Fix the build warning reported like: > > error: dereferencing pointer 'cmd' does break strict-aliasing rules > > > > Signed-off-by: Jingjing Wu > Acked-by: Wenzhuo Lu Fixes: a4def5edf0fc ("i40e: enable port mirroring") Applied, thanks