From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [213.95.27.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E179F186E56 for ; Mon, 19 Aug 2024 19:18:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.27.120 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724095139; cv=none; b=DC9ZXvP0MG3gnmK3I+o9cNDFWobGgGHul19+DhJg5EApC9SMLaWCe310rEIqv+iSkGtX6xSY02pY0m08xHH1xalOlTBQMHlqxrT05HLhlZjHCQT1WM28h0+8evsn+tDMcmRPRX5Hpu639XlRTIz49pmKgsfEDK8PgA+dfDLOETM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724095139; c=relaxed/simple; bh=KwMelYq+zIK8cheTBFACuO0FdpLe4D7PKHHWCKimEnM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=noByj9C7MzfhE1iCz1OQXbZt8RaHEA0LcRalVOlzSH9HtmL2AVjpJQ0EgFSUHYzylqNlSCv5h3W9vz22sWxDUpWtfp4j5OqKCSN3HlDBef/tO8ZZlYoZOW+KUfvoKSFjS5fZYqPMyRTuD9Futa3DGBLt5Cv/nRrKlt/rQ4oGRgo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=netfilter.org; spf=pass smtp.mailfrom=gnumonks.org; arc=none smtp.client-ip=213.95.27.120 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=netfilter.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gnumonks.org Received: from [78.30.37.63] (port=39518 helo=gnumonks.org) by ganesha.gnumonks.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sg7u0-005kzh-2E; Mon, 19 Aug 2024 21:18:54 +0200 Date: Mon, 19 Aug 2024 21:18:51 +0200 From: Pablo Neira Ayuso To: pgnd Cc: netfilter-devel@vger.kernel.org Subject: Re: Fwd: correct nft v1.1.0 usage for flowtable h/w offload? `flags offload` &/or `devices=` Message-ID: References: <890f23df-cdd6-4dab-9979-d5700d8b914b@dev-mail.net> <404e06e6-c2b4-4e17-8242-312da98193e5@dev-mail.net> <70800b8c-1463-4584-96f2-be494a335598@dev-mail.net> <2408b714-a7a5-4c84-b108-64dab86eea3e@dev-mail.net> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2408b714-a7a5-4c84-b108-64dab86eea3e@dev-mail.net> X-Spam-Score: -0.9 (/) On Mon, Aug 19, 2024 at 03:04:07PM -0400, pgnd wrote: > > driver needs to implement TC_SETUP_FT > > hw-tc-offload support is necessary, but not sufficient. > > > ah, thx o/ > > https://lore.kernel.org/netdev/20191111232956.24898-1-pablo@netfilter.org/T/ yes, unfortunately it only supports for net/sched/sch_ct that I am aware, it never made it to support netfilter's flowtable.