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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F8C1C4320E for ; Tue, 3 Aug 2021 16:42:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69BDF60555 for ; Tue, 3 Aug 2021 16:42:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234187AbhHCQmu (ORCPT ); Tue, 3 Aug 2021 12:42:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234431AbhHCQmr (ORCPT ); Tue, 3 Aug 2021 12:42:47 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51935C061799 for ; Tue, 3 Aug 2021 09:42:36 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1mAxUt-0008Tk-CN; Tue, 03 Aug 2021 18:42:31 +0200 Date: Tue, 3 Aug 2021 18:42:31 +0200 From: Phil Sutter To: David Ahern Cc: Jamal Hadi Salim , Stephen Hemminger , netdev@vger.kernel.org Subject: Re: [iproute PATCH] tc: u32: Fix key folding in sample option Message-ID: <20210803164231.GF3673@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , David Ahern , Jamal Hadi Salim , Stephen Hemminger , netdev@vger.kernel.org References: <20210202183051.21022-1-phil@nwl.cc> <20210705141740.GI3673@orbyte.nwl.cc> <12ac420d-1b04-9338-03bf-b18ce2d71dcf@mojatatu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12ac420d-1b04-9338-03bf-b18ce2d71dcf@mojatatu.com> Sender: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org David, On Mon, Jul 05, 2021 at 01:25:21PM -0400, Jamal Hadi Salim wrote: > On 2021-07-05 10:17 a.m., Phil Sutter wrote: [...] > > Seems this patch fell off the table? Or was there an objection I missed? > > > > None i am aware of. I did ACK the patch. Could you please consider applying this patch? I am aware this is a fix and therefore shouldn't have to go via iproute2-next but it's almost a month since I pinged Stephen and didn't receive a reply. Thanks, Phil