From patchwork Fri Apr 14 15:12:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 13211662 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A07AC77B72 for ; Fri, 14 Apr 2023 15:12:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229720AbjDNPMj (ORCPT ); Fri, 14 Apr 2023 11:12:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229491AbjDNPMi (ORCPT ); Fri, 14 Apr 2023 11:12:38 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA761ED for ; Fri, 14 Apr 2023 08:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:To:From:Content-Type:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-To:Resent-Cc: Resent-Message-ID:In-Reply-To:References; bh=fNo2gNspcRsohYWMXyamkRM54ZTjQ7x++CLNwJQTSbI=; t=1681485157; x=1682694757; b=rK23dqln4C8dgPywy0IG43Kg6hXq17SBxpzOeEPwFki33l5GxVbxayRuMirDj99diY1BrG9Ko3x u4kejHVZnT+TE3klvpVD9q1j5aPNhZ4aZIYnJCxuEE9O2j3nTQIn8s0A7XS73F/5fsbEOG2Y8jCsU uHUkMKh6OFu19x43Azf4bWrG4QkNqug75xZrHzuFxhgKi7vsDlg9pFa/5sxlGaKwVxbw45y6Eu7si PTfWx1wAfoBWYkwwP5rBtpa+SR3VyW8cQE7dxU/oT7zzTGqRtuRMI0xiC3ghht+xQx2c17Sjs6sU+ sDC77GGwRd2DI5AKYKcIjnY/lz+Yayh0nhkg==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1pnL6J-00Fdii-2C for netdev@vger.kernel.org; Fri, 14 Apr 2023 17:12:35 +0200 From: Johannes Berg To: netdev@vger.kernel.org Subject: [PATCH next-next v3 0/3] extend drop reasons Date: Fri, 14 Apr 2023 17:12:24 +0200 Message-Id: <20230414151227.348725-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, Here's v3 after the discussions. The first patch is new, to separate the reasons (needed in a lot of places) from the new infrastructure (needed only in skbuff.c, drop_monitor and in mac80211 in the last patch). johannes Acked-by: Jakub Kicinski