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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 DF729C43381 for ; Fri, 22 Mar 2019 03:04:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C371218A2 for ; Fri, 22 Mar 2019 03:04:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="bcHdfK4P" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727439AbfCVDEA (ORCPT ); Thu, 21 Mar 2019 23:04:00 -0400 Received: from mail-pf1-f194.google.com ([209.85.210.194]:44121 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727222AbfCVDEA (ORCPT ); Thu, 21 Mar 2019 23:04:00 -0400 Received: by mail-pf1-f194.google.com with SMTP id a3so478641pff.11 for ; Thu, 21 Mar 2019 20:03:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Ho717l87xwUgou8It9ED9ONLfrb6uTMPDnBzk3zJTD4=; b=bcHdfK4PiRchS/SvvXlGze0L8S+jdt2hL8NXfbFiP/R56skmNciYpNv4xT1chsEeEv +OKAlf2V8vWnzJwBr+BpNUMRuOXoYfJmKj42sV024FSqDI/pOS0vde1N/5gNN+FVzQhq tdpi/mlAHhk6LFfcTX+y5nV3qWEslDk5aMFEbSkmc8FXaw8OgxFsDPM6o8atjEqTDIMM U9cSykGGfmEIK1gYmqoBi5avpEHhE2yiFatnVzF6UpXgWU/86O9vN/uir3t7StUONe2s mFvLQ84LMIBRi8+EWaDzb5lKeOYKDxdtTf6HSUWIyPuv8CIs//LtibjCgeSu9lpm0U63 gNzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ho717l87xwUgou8It9ED9ONLfrb6uTMPDnBzk3zJTD4=; b=L3pLd+JO3Spl7CFXzJj36jCgMhoBsGB6zygK4TnuYCRfHXLX/VW2GB4cgpUAN9Hi7F NYW9JqGsEi1N64tQUtA5AQji8noBL3aI8ewPRg6LxthB8Do8susFgDfHL1LBQxcNAOxW RsmNhsgJXE6dPfy9lAp/nvDm+KVwAy4Q3+sIh3SkWAFRIHjLVBuz+u49apHreGXacBML iKbsxgwcl/LnNeAr4PCG2D9h+XTJjgyzhpKq/ZCkBnnd7A4OZyuG3SoAYNnwWcBm5u57 AF4bYExoiNtgLg8TQsHmqBv7S17fCnuHxn4ddc7TXGozKxl5a0gmdyyt4/1AsKeCZf/t cTyQ== X-Gm-Message-State: APjAAAUuq4+SKPeyDErPd3yrFPahkD4fvHVoztqWG7gXJZVkCu5Qu4yP 6OCZE6INHGXHH49v3rsDXz8GQh9mGoV2tGjj2ar8Cw== X-Google-Smtp-Source: APXvYqwA+KbkFwMDR9OHTVDF/RaZrMI21RuWCaLY7nAh52ZtNzpAcgt6i5ZbGxYiswRjmYserQSXw1pkuP4Zn6C9Zjw= X-Received: by 2002:a62:70c9:: with SMTP id l192mr6830860pfc.207.1553223838743; Thu, 21 Mar 2019 20:03:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Cong Wang Date: Thu, 21 Mar 2019 20:03:46 -0700 Message-ID: Subject: Re: [PATCH net v2 00/18] net/sched: validate the control action with all the other parameters To: Davide Caratti Cc: Vlad Buslov , Jamal Hadi Salim , Jiri Pirko , "David S . Miller" , netdev , Paolo Abeni Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Mar 21, 2019 at 7:17 PM Cong Wang wrote: > > Hmm, could you be more specific on how RCU grace period is respected > in your v2 patchset? Never mind, I just found patch 18/18 after going over all of them. Technically, patch 18 should come before all action-specific patches, but this is not a big deal at all. I will read into patch 18. Thanks.