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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4DF7C636CD for ; Tue, 7 Feb 2023 12:05:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229815AbjBGMFo (ORCPT ); Tue, 7 Feb 2023 07:05:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230440AbjBGMFo (ORCPT ); Tue, 7 Feb 2023 07:05:44 -0500 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 683D027986 for ; Tue, 7 Feb 2023 04:05:43 -0800 (PST) Date: Tue, 7 Feb 2023 13:05:38 +0100 From: Pablo Neira Ayuso To: Jeremy Sowden Cc: Netfilter Devel , Kevin Darbyshire-Bryant Subject: Re: [nft PATCH v4 13/32] evaluate: support shifts larger than the width of the left operand Message-ID: References: <20220404121410.188509-1-jeremy@azazel.net> <20220404121410.188509-14-jeremy@azazel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Long time, no news. On Mon, May 23, 2022 at 07:42:43PM +0200, Pablo Neira Ayuso wrote: > Hi, > > I just tested patches 9 and 14 alone, and meta mark set ip dscp ... > now works fine. I have applied 9 and 14, including one testcase for tests/py, so meta mark set ip dscp works, so there is at least some progress on this, sorry about this :(