From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH v3 03/11] net: sched: implement unlocked action init API Date: Mon, 28 May 2018 16:17:01 +0200 Message-ID: <20180528141701.GA2173@nanopsycho> References: <20180527175739.GA3337@nanopsycho> <1527455849-22327-1-git-send-email-vladbu@mellanox.com> <1527455849-22327-4-git-send-email-vladbu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, davem@davemloft.net, ast@kernel.org, daniel@iogearbox.net, kliteyn@mellanox.com To: Vlad Buslov Return-path: Received: from mail-wr0-f193.google.com ([209.85.128.193]:41435 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163498AbeE1OR0 (ORCPT ); Mon, 28 May 2018 10:17:26 -0400 Received: by mail-wr0-f193.google.com with SMTP id u12-v6so20523585wrn.8 for ; Mon, 28 May 2018 07:17:25 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1527455849-22327-4-git-send-email-vladbu@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Sun, May 27, 2018 at 11:17:21PM CEST, vladbu@mellanox.com wrote: >Add additional 'rtnl_held' argument to act API init functions. It is >required to implement actions that need to release rtnl lock before loading >kernel module and reacquire if afterwards. > >Signed-off-by: Vlad Buslov Signed-off-by: Jiri Pirko