From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-101.freemail.mail.aliyun.com (out30-101.freemail.mail.aliyun.com [115.124.30.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2201E8; Thu, 14 Dec 2023 07:56:44 -0800 (PST) X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R791e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046056;MF=alibuda@linux.alibaba.com;NM=1;PH=DS;RN=14;SR=0;TI=SMTPD_---0VyUiwjL_1702569400; Received: from 30.39.135.226(mailfrom:alibuda@linux.alibaba.com fp:SMTPD_---0VyUiwjL_1702569400) by smtp.aliyun-inc.com; Thu, 14 Dec 2023 23:56:42 +0800 Message-ID: <3c1f3b68-f1fc-495c-5430-ba7bc7339619@linux.alibaba.com> Date: Thu, 14 Dec 2023 23:56:40 +0800 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [RFC nf-next 1/2] netfilter: bpf: support prog update Content-Language: en-US To: Alexei Starovoitov Cc: Florian Westphal , Pablo Neira Ayuso , Jozsef Kadlecsik , bpf , LKML , Network Development , coreteam@netfilter.org, netfilter-devel , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Alexei Starovoitov References: <1702467945-38866-1-git-send-email-alibuda@linux.alibaba.com> <1702467945-38866-2-git-send-email-alibuda@linux.alibaba.com> <20231213222415.GA13818@breakpoint.cc> <0e94149a-05f1-3f98-3f75-ca74f364a45b@linux.alibaba.com> From: "D. Wythe" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 12/14/23 9:37 PM, Alexei Starovoitov wrote: > yes. it's and it's working as expected. Do you see an issue? Hi Alexei, I see the issue here is that bpf_nf_link has not yet implemented prog_update, which just simply returned -EOPNOTSUPP right now. Do you mean that it is already implemented in the latest tree or the not-supported was expected? Thanks, D. Wythe