From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH net-next v2 2/7] net: sched: add tcf_proto_op to offload a rule Date: Mon, 25 Jun 2018 23:35:51 +0200 Message-ID: <20180625213551.GL2161@nanopsycho> References: <20180625213010.13266-1-jakub.kicinski@netronome.com> <20180625213010.13266-3-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, xiyou.wangcong@gmail.com, jhs@mojatatu.com, gerlitz.or@gmail.com, netdev@vger.kernel.org, oss-drivers@netronome.com, John Hurley To: Jakub Kicinski Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:37663 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752021AbeFYVhM (ORCPT ); Mon, 25 Jun 2018 17:37:12 -0400 Received: by mail-wm0-f67.google.com with SMTP id r125-v6so11517051wmg.2 for ; Mon, 25 Jun 2018 14:37:12 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180625213010.13266-3-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: Mon, Jun 25, 2018 at 11:30:05PM CEST, jakub.kicinski@netronome.com wrote: >From: John Hurley > >Create a new tcf_proto_op called 'reoffload' that generates a new offload >message for each node in a tcf_proto. Pointers to the tcf_proto and >whether the offload request is to add or delete the node are included. >Also included is a callback function to send the offload message to and >the option of priv data to go with the cb. > >Signed-off-by: John Hurley >Signed-off-by: Jakub Kicinski Acked-by: Jiri Pirko