From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qfYxj6QwlzDq6S for ; Wed, 6 Apr 2016 02:20:57 +1000 (AEST) Subject: Re: [PATCH net 2/4] lib/test_bpf: Add tests for unsigned BPF_JGT To: "Naveen N. Rao" , , , References: <5e3cf7c4a971e6d2ff7a2d50bbec2e6e26883b84.1459850410.git.naveen.n.rao@linux.vnet.ibm.com> <6b946d54d20d96052ce4f4baec308cdb20ace39a.1459850410.git.naveen.n.rao@linux.vnet.ibm.com> CC: Daniel Borkmann , "David S. Miller" , Ananth N Mavinakayanahalli , Michael Ellerman , Paul Mackerras From: Alexei Starovoitov Message-ID: <5703E5C5.5060901@fb.com> Date: Tue, 5 Apr 2016 09:20:21 -0700 MIME-Version: 1.0 In-Reply-To: <6b946d54d20d96052ce4f4baec308cdb20ace39a.1459850410.git.naveen.n.rao@linux.vnet.ibm.com> Content-Type: text/plain; charset="windows-1252"; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 4/5/16 3:02 AM, Naveen N. Rao wrote: > Unsigned Jump-if-Greater-Than. > > Cc: Alexei Starovoitov > Cc: Daniel Borkmann > Cc: "David S. Miller" > Cc: Ananth N Mavinakayanahalli > Cc: Michael Ellerman > Cc: Paul Mackerras > Signed-off-by: Naveen N. Rao I think some of the tests already cover it, but extra tests are always great. Acked-by: Alexei Starovoitov I think the whole set belongs in net-next. Next time you submit the patches please say [PATCH net-next] in subject. [PATCH net] is for bugfixes only. Thanks a bunch!