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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 BE582C433DF for ; Wed, 14 Oct 2020 03:10:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82A3422201 for ; Wed, 14 Oct 2020 03:10:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602645005; bh=yPqLs2wAIvyF3pA3dn9Yd3UgrIM0FXUNnxGByOtSHPs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:List-ID:From; b=TI2iuEihvzf2i3hNrd0sZc9jbfhJOlkShlkn/ODCbOwSFNGYGa1AHcsjzMRc5j4zh X8bAiLLuaxUYKtPJGjWqHaT5GWsMtOa1/y/UlCxu+xzKGtwbTOyD7JNdFVGFQ5UByx Jn+sMTKsr/qOK+uhzT8s2aPxelmjh3RLBY811PZ8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729548AbgJNDKE (ORCPT ); Tue, 13 Oct 2020 23:10:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:45382 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726049AbgJNDKE (ORCPT ); Tue, 13 Oct 2020 23:10:04 -0400 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602645004; bh=yPqLs2wAIvyF3pA3dn9Yd3UgrIM0FXUNnxGByOtSHPs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=M7CzLO1eT4jQWPUMd6lsUL6oa5uI0d8tzMif+C99EFwg5EQv+G+MBQWfWAdhEqVeq i6i2xY/ubV6C4ZN1j4LW/+KRzLEeXxFMNCYeWFws48dvp0rSPfrmS+uKw/Bo3S72+N /YEJ9Ha6ULKO6fNsNuqPqThm3nXajFGHw1XJOZyc= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/4] selftests: netfilter: extend nfqueue test case From: patchwork-bot+netdevbpf@kernel.org Message-Id: <160264500396.16242.4118606759773056907.git-patchwork-notify@kernel.org> Date: Wed, 14 Oct 2020 03:10:03 +0000 References: <20201013234559.15113-2-pablo@netfilter.org> In-Reply-To: <20201013234559.15113-2-pablo@netfilter.org> To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 14 Oct 2020 01:45:56 +0200 you wrote: > From: Florian Westphal > > add a test with re-queueing: usespace doesn't pass accept verdict, > but tells to re-queue to another nf_queue instance. > > Also, make the second nf-queue program use non-gso mode, kernel will > have to perform software segmentation. > > [...] Here is the summary with links: - [1/4] selftests: netfilter: extend nfqueue test case https://git.kernel.org/netdev/net/c/ea2f7da1799b - [2/4] ipvs: clear skb->tstamp in forwarding path https://git.kernel.org/netdev/net/c/7980d2eabde8 - [3/4] netfilter: nftables: extend error reporting for chain updates https://git.kernel.org/netdev/net/c/98a381a7d489 - [4/4] netfilter: nf_log: missing vlan offload tag and proto https://git.kernel.org/netdev/net/c/0d9826bc18ce You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html