From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch net-next v2 0/9] net: sched: introduce chain templates support with offloading to mlxsw Date: Thu, 28 Jun 2018 15:24:24 +0200 Message-ID: <20180628132424.GB2177@nanopsycho.orion> References: <20180628130907.951-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jakub.kicinski@netronome.com, simon.horman@netronome.com, john.hurley@netronome.com, dsahern@gmail.com, mlxsw@mellanox.com, sridhar.samudrala@intel.com To: netdev@vger.kernel.org Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:54082 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752170AbeF1NZy (ORCPT ); Thu, 28 Jun 2018 09:25:54 -0400 Received: by mail-wm0-f67.google.com with SMTP id b188-v6so3561566wme.3 for ; Thu, 28 Jun 2018 06:25:53 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180628130907.951-1-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: Oh, this is v3 already. The changelog should be: --- v2->v3: - patch 5: - rebase on top of the reoffload pathset - patch 6: - rebase on top of the reoffload pathset - patch 9: - adjust to the userspace cmdline changes v1->v2: - patch 6: - remove leftover extack arg in fl_hw_create_tmplt()