Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759509AbcDEQVH (ORCPT ); Tue, 5 Apr 2016 12:21:07 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:1427 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758235AbcDEQVG (ORCPT ); Tue, 5 Apr 2016 12:21:06 -0400 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 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 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 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-04-05_10:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 698 Lines: 19 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!