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 89611C77B7F for ; Wed, 3 May 2023 20:41:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229553AbjECUlG (ORCPT ); Wed, 3 May 2023 16:41:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229544AbjECUlF (ORCPT ); Wed, 3 May 2023 16:41:05 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 905AD10C6 for ; Wed, 3 May 2023 13:41:04 -0700 (PDT) Date: Wed, 3 May 2023 22:41:01 +0200 From: Pablo Neira Ayuso To: Boris Sukholitko Cc: netfilter-devel@vger.kernel.org, Ilya Lifshits Subject: Re: [PATCH nf-next 00/19] netfilter: nftables: dscp modification offload Message-ID: References: <20230503125552.41113-1-boris.sukholitko@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230503125552.41113-1-boris.sukholitko@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, May 03, 2023 at 03:55:33PM +0300, Boris Sukholitko wrote: > Some high level description of the patches: > > * patches 1-4 fix small but annoying infelicities in nft_flowtable.sh test script Can you post a v2 addressing Florian's comments to integrate these upstream? Thanks.