From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938742AbcIXH0D (ORCPT ); Sat, 24 Sep 2016 03:26:03 -0400 Received: from mail-pa0-f66.google.com ([209.85.220.66]:34107 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753261AbcIXH0A (ORCPT ); Sat, 24 Sep 2016 03:26:00 -0400 Date: Sat, 24 Sep 2016 03:25:56 -0400 From: Alexei Starovoitov To: "Naveen N. Rao" Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org, "David S. Miller" , Michael Ellerman , Alexei Starovoitov , Daniel Borkmann , Ananth N Mavinakayanahalli Subject: Re: [PATCH 1/2] bpf samples: fix compiler errors with sockex2 and sockex3 Message-ID: <20160924072524.GA48029@ast-mbp> References: <7b29fba6073924dc4c9e7d639eefb0b15a98660d.1474661952.git.naveen.n.rao@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7b29fba6073924dc4c9e7d639eefb0b15a98660d.1474661952.git.naveen.n.rao@linux.vnet.ibm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 24, 2016 at 02:10:04AM +0530, Naveen N. Rao wrote: > These samples fail to compile as 'struct flow_keys' conflicts with > definition in net/flow_dissector.h. Fix the same by renaming the > structure used in the sample. > > Signed-off-by: Naveen N. Rao Thanks for the fix. Acked-by: Alexei Starovoitov