Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1065765pxk; Fri, 18 Sep 2020 03:01:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyHpVXzhsX9vYBrVok26u2l2h3FhmwN0PZkTBHTxWmuTyqZ8I5YlPY1VhTUoHlPwra1Zwqa X-Received: by 2002:aa7:d3da:: with SMTP id o26mr36421244edr.169.1600423308031; Fri, 18 Sep 2020 03:01:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600423308; cv=none; d=google.com; s=arc-20160816; b=N65t0tfgpUxUdQiS3IGVNSnJHVR6Ktxc36E5immvQQ6rDnhKXo4+ycWzahhfuGAaq0 rtKNZSKljJGLbB/pGUOmx+wjEX8pm/EWPE1crw1pZZRgL3NkbJSyiuQ31uJNrHH8PQGw gJuPe5EXajvYkOxHA6En7R7c8pWeOdiwLGqvpiFcMwBjAQ472tAZl2puN/0lxiVySSXz nfKifTiTP9SkfiWnRAPxV6xoU3Fv/NEjBIY1sa72wB4yS/VH3Bt8lc4uG/gqhgTOp8JK uAaiPcG67CGCeoiYL1ISoy21/vPaYRrq1dA8G2D0X8JhRUe4ZlLSRbNzIGCubCo4Jojk nVWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=lf9dA9htn/iwZgZVxEZzUj9hPYObHanuKZFK/ZTWRqg=; b=SqvAtA3P+zwbwOKSWjndsIHxFExgOTRjfO/EjsA53Z76OsvAgCdGCZaeC6TJJyjScn bV6y9fkEOmRTe27gNayQsx1m703cvckCVYp5YEILthN95RZsaERAWd1jq5TB/onpmceK hRmQg0jRrr0+qo5+JvP2T+qbY4rMmiVWe+T91Lnh2q+yOQ2xYFfXJgh9/+yCOb8CkDYk RRGGU+Nn/9KZqHrmCocorUlRPupq4kG/REwHhPHbwuY8jMr5q4DhRfyKCCyWGMrdmWvZ T4EIW4q0ddxoV4k8ncAHsy6s4IcQt8sHA681u+Vy696Fhpc6xIkj0maTCWqkWayWOkL5 h6xg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f23si1683411eja.564.2020.09.18.03.01.24; Fri, 18 Sep 2020 03:01:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726247AbgIRJ7i (ORCPT + 99 others); Fri, 18 Sep 2020 05:59:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbgIRJ7h (ORCPT ); Fri, 18 Sep 2020 05:59:37 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C990FC06174A for ; Fri, 18 Sep 2020 02:59:37 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1kJDB2-006Ayx-3B; Fri, 18 Sep 2020 11:59:36 +0200 Message-ID: Subject: Re: [PATCH v4 03/14] mac80211: skip encap offload for tx multicast/control packets From: Johannes Berg To: Felix Fietkau , linux-wireless@vger.kernel.org Cc: Vasanthakumar Thiagarajan , John Crispin Date: Fri, 18 Sep 2020 11:59:35 +0200 In-Reply-To: <20200908123702.88454-4-nbd@nbd.name> References: <20200908123702.88454-1-nbd@nbd.name> <20200908123702.88454-4-nbd@nbd.name> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, 2020-09-08 at 14:36 +0200, Felix Fietkau wrote: > This simplifies the checks in the encap offload tx handler and allows using > it in cases where software crypto is used for multicast packets, e.g. when > using an AP_VLAN. Similar situation here ... johannes