From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F71AC433DF for ; Thu, 14 May 2020 11:16:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E75E0206DA for ; Thu, 14 May 2020 11:16:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="flkRAYIJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726582AbgENLQE (ORCPT ); Thu, 14 May 2020 07:16:04 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:21950 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726010AbgENLQD (ORCPT ); Thu, 14 May 2020 07:16:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589454962; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=y8RbUxHYnrrR8+JblLME7HF9A4PH2pMKn/uDVIUW1T4=; b=flkRAYIJv8SB41e8jml9aHa7M6qGaNh60UAcc9iwzQywzcRIqu6hRJ/0pytS4a4skGTGS8 Iwqn3x93Gi36zUWPQAlvFRfKftZpl9X5VcCWRXGFmqbzSl2rre0iiDH4457Rv1sIWanE4v iLp3/I0DJHAsJyUuEtn1Uy6QFKfGEZk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-283-h-yimdJeMiexqtghCnu3GA-1; Thu, 14 May 2020 07:15:58 -0400 X-MC-Unique: h-yimdJeMiexqtghCnu3GA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F11E21005512; Thu, 14 May 2020 11:15:56 +0000 (UTC) Received: from [10.72.12.111] (ovpn-12-111.pek2.redhat.com [10.72.12.111]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 692D810013D9; Thu, 14 May 2020 11:15:54 +0000 (UTC) Subject: Re: netfilter: does the API break or something else ? To: Phil Sutter , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, kernel list , Jeff Layton , Patrick Donnelly References: <20200514105422.GO17795@orbyte.nwl.cc> From: Xiubo Li Message-ID: <13fdc06c-42b2-7239-7c40-dc4814c5e5c4@redhat.com> Date: Thu, 14 May 2020 19:15:49 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200514105422.GO17795@orbyte.nwl.cc> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/5/14 18:54, Phil Sutter wrote: > Hi, > > On Wed, May 13, 2020 at 11:20:35PM +0800, Xiubo Li wrote: >> Recently I hit one netfilter issue, it seems the API breaks or something >> else. > Just for the record, this was caused by a misconfigured kernel. Yeah, thanks Phil for your help. BRs Xiubo > Cheers, Phil >