From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Brakmo Subject: Re: [PATCH bpf-next 0/6] TCP-BPF callback for listening sockets Date: Thu, 12 Jul 2018 14:59:11 +0000 Message-ID: <0410A652-D48F-4CEA-B153-5C628C2BAC5F@fb.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-7" Content-Transfer-Encoding: quoted-printable Cc: "ast@kernel.org" , "daniel@iogearbox.net" , Kernel Team To: Andrey Ignatov , "netdev@vger.kernel.org" Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:51310 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732419AbeGLPJr (ORCPT ); Thu, 12 Jul 2018 11:09:47 -0400 In-Reply-To: Content-Language: en-US Content-ID: Sender: netdev-owner@vger.kernel.org List-ID: LGTM. Thank you for adding the listen callback and cleaning up the test. Acked-by: Lawrence Brakmo +ADw-brakmo+AEA-fb.com+AD4- +/v8-On 7/11/18, 8:34 PM, +ACI-Andrey Ignatov+ACI- +ADw-rdna+AEA-fb.com+AD4= - wrote: This patchset adds TCP-BPF callback for listening sockets. =20 Patch 0001 provides more details and is the main patch in the set. =20 Patch 0006 adds selftest for the new callback. =20 Other patches are bug fixes and improvements in TCP-BPF selftest to mak= e it easier to extend in 0006. =20 =20 Andrey Ignatov (6): bpf: Add BPF+AF8-SOCK+AF8-OPS+AF8-TCP+AF8-LISTEN+AF8-CB bpf: Sync bpf.h to tools/ selftests/bpf: Fix const'ness in cgroup+AF8-helpers selftests/bpf: Switch test+AF8-tcpbpf+AF8-user to cgroup+AF8-helpers selftests/bpf: Better verification in test+AF8-tcpbpf selftests/bpf: Test case for BPF+AF8-SOCK+AF8-OPS+AF8-TCP+AF8-LISTEN+= AF8-CB =20 include/uapi/linux/bpf.h +AHw- 3 +- net/ipv4/af+AF8-inet.c +AHw- 1 +- tools/include/uapi/linux/bpf.h +AHw- 3 +- tools/testing/selftests/bpf/Makefile +AHw- 1 +- tools/testing/selftests/bpf/cgroup+AF8-helpers.c +AHw- 6 +-- tools/testing/selftests/bpf/cgroup+AF8-helpers.h +AHw- 6 +-- tools/testing/selftests/bpf/test+AF8-tcpbpf.h +AHw- 1 +- .../testing/selftests/bpf/test+AF8-tcpbpf+AF8-kern.c +AHw- 17 +-+-- .../testing/selftests/bpf/test+AF8-tcpbpf+AF8-user.c +AHw- 119 +-+-+-= +-+-+-+-+-+---------- 9 files changed, 88 insertions(+-), 69 deletions(-) =20 --=20 2.17.1 =20 =20