netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sasha Levin <Alexander.Levin@microsoft.com>
To: Sasha Levin <Alexander.Levin@microsoft.com>,
	Ido Schimmel <idosch@mellanox.com>,
	Jiri Pirko <jiri@mellanox.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: "davem@davemloft.net" <davem@davemloft.net>,
	"jiri@mellanox.com" <jiri@mellanox.com>,
	"petrm@mellanox.com" <petrm@mellanox.com>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>
Subject: Re: [PATCH v2 net-next 01/10] mlxsw: spectrum_acl: Fix flex actions header ifndef define construct
Date: Thu, 5 Apr 2018 01:33:48 +0000	[thread overview]
Message-ID: <DM5PR2101MB1032E3A9B4AF70459074D385FBBB0@DM5PR2101MB1032.namprd21.prod.outlook.com> (raw)
In-Reply-To: <20180401143459.30770-2-idosch@mellanox.com>

Hi Ido Schimmel
Jiri Pirko.

[This is an automated email]

This commit has been processed by the -stable helper bot and determined
to be a high probability candidate for -stable trees. (score: 2.6781)

The bot has tested the following trees: v4.15.15, v4.14.32, v4.9.92, v4.4.126, 

v4.15.15: Build OK!
v4.14.32: Failed to apply! Possible dependencies:
    d3b939b8f9a5: ("mlxsw: spectrum: Move ACL flexible actions instance to spectrum")
    e2b2d35a052d: ("mlxsw: spectrum: Change init order")

v4.9.92: Failed to apply! Possible dependencies:
    d3b939b8f9a5: ("mlxsw: spectrum: Move ACL flexible actions instance to spectrum")
    38ebc0f45474: ("mlxsw: spectrum_router: Add mlxsw_sp_ipip_ops")
    ff7b0d27208b: ("mlxsw: spectrum: Add support for counter allocator")
    7aa0f5aa9030: ("mlxsw: spectrum: Implement TC flower offload")
    22a677661f56: ("mlxsw: spectrum: Introduce ACL core with simple TCAM implementation")
    1d20d23c59c9: ("mlxsw: Move PCI id table definitions into driver modules")
    62e86f9e8281: ("mlxsw: pci: Rename header with HW definitions")
    98d0f7b9acda: ("mlxsw: spectrum: Add packet sample offloading support")
    65acb5d0827c: ("mlxsw: spectrum: Make the add_matchall_tc_entry symmetric")
    5724b8b56947: ("net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'")

v4.4.126: Failed to apply! Possible dependencies:
    d3b939b8f9a5: ("mlxsw: spectrum: Move ACL flexible actions instance to spectrum")
    38ebc0f45474: ("mlxsw: spectrum_router: Add mlxsw_sp_ipip_ops")
    ff7b0d27208b: ("mlxsw: spectrum: Add support for counter allocator")
    7aa0f5aa9030: ("mlxsw: spectrum: Implement TC flower offload")
    b090ef068645: ("mlxsw: Introduce simplistic KVD linear area manager")
    464dce188487: ("mlxsw: spectrum_router: Add basic ipv4 router initialization")
    f00817df2b42: ("mlxsw: spectrum: Introduce support for Data Center Bridging (DCB)")
    90183b980d0a: ("mlxsw: spectrum: Initialize egress scheduling")
    7f71eb46a485: ("mlxsw: spectrum: Split vFID range in two")
    bd40e9d6d538: ("mlxsw: spectrum: Allocate active VLANs only for port netdevs")
    0d65fc13042f: ("mlxsw: spectrum: Implement LAG port join/leave")
    c4745500e988: ("mlxsw: Implement devlink interface")
    89309da39f55: ("mlxsw: core: Implement temperature hwmon interface")
    7f71eb46a485: ("mlxsw: spectrum: Split vFID range in two")
    bd40e9d6d538: ("mlxsw: spectrum: Allocate active VLANs only for port netdevs")
    0d65fc13042f: ("mlxsw: spectrum: Implement LAG port join/leave")
    18f1e70c4137: ("mlxsw: spectrum: Introduce port splitting")
    3e9b27b8fc8b: ("mlxsw: spectrum: Unmap local port from module during teardown")
    bd40e9d6d538: ("mlxsw: spectrum: Allocate active VLANs only for port netdevs")
    c4745500e988: ("mlxsw: Implement devlink interface")


Please let us know if you'd like to have this patch included in a stable tree.

  reply	other threads:[~2018-04-05  1:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-01 14:34 [PATCH v2 net-next 00/10] mlxsw: Various cleanups Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 01/10] mlxsw: spectrum_acl: Fix flex actions header ifndef define construct Ido Schimmel
2018-04-05  1:33   ` Sasha Levin [this message]
2018-04-08  6:46     ` Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 02/10] mlxsw: spectrum_kvdl: Fix handling of resource_size_param Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 03/10] mlxsw: Constify devlink_resource_ops Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 04/10] mlxsw: spectrum: Change KVD linear parts from list to array Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 05/10] mlxsw: remove kvd_hash_granularity from config profile struct Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 06/10] mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GET Ido Schimmel
2018-04-05  1:33   ` Sasha Levin
2018-04-08  6:47     ` Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 07/10] mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profile Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 08/10] mlxsw: Move "resources_query_enable" out of mlxsw_config_profile Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 09/10] mlxsw: spectrum: Pass mlxsw_core as arg of mlxsw_sp_kvdl_resources_register() Ido Schimmel
2018-04-01 14:34 ` [PATCH v2 net-next 10/10] mlxsw: spectrum: Don't use resource ID of 0 Ido Schimmel
2018-04-01 15:26   ` David Ahern
2018-04-01 15:24 ` [PATCH v2 net-next 00/10] mlxsw: Various cleanups David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM5PR2101MB1032E3A9B4AF70459074D385FBBB0@DM5PR2101MB1032.namprd21.prod.outlook.com \
    --to=alexander.levin@microsoft.com \
    --cc=davem@davemloft.net \
    --cc=idosch@mellanox.com \
    --cc=jiri@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=petrm@mellanox.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).