mbox series

[0/2,SRU,Artful] ixgbe: Use relaxed ordering on platforms that support it

Message ID 20171103173306.15996-1-dann.frazier@canonical.com
Headers show
Series ixgbe: Use relaxed ordering on platforms that support it | expand

Message

dann frazier Nov. 3, 2017, 5:33 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1721365

Clean cherry-picks, see the above bug for details of the issue.

Ding Tianhong (2):
  Revert commit 1a8b6d76dc5b ("net:add one common config...")
  net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag

 arch/Kconfig                                    |  3 ---
 arch/sparc/Kconfig                              |  1 -
 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c  | 22 ----------------------
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 19 -------------------
 4 files changed, 45 deletions(-)

Comments

dann frazier Nov. 3, 2017, 5:36 p.m. UTC | #1
On Fri, Nov 3, 2017 at 11:33 AM, dann frazier
<dann.frazier@canonical.com> wrote:
> BugLink: https://bugs.launchpad.net/bugs/1721365
>
> Clean cherry-picks, see the above bug for details of the issue.

Well, except for a minor context fix for the Kconfig file in the first
patch - thus the "backported from" in that one.

  -dann

> Ding Tianhong (2):
>   Revert commit 1a8b6d76dc5b ("net:add one common config...")
>   net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
>
>  arch/Kconfig                                    |  3 ---
>  arch/sparc/Kconfig                              |  1 -
>  drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c  | 22 ----------------------
>  drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 19 -------------------
>  4 files changed, 45 deletions(-)
>
> --
> 2.15.0
>
>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Kleber Sacilotto de Souza Nov. 15, 2017, 9:30 a.m. UTC | #2
On 11/03/17 18:33, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1721365
> 
> Clean cherry-picks, see the above bug for details of the issue.
> 
> Ding Tianhong (2):
>   Revert commit 1a8b6d76dc5b ("net:add one common config...")
>   net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
> 
>  arch/Kconfig                                    |  3 ---
>  arch/sparc/Kconfig                              |  1 -
>  drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c  | 22 ----------------------
>  drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 19 -------------------
>  4 files changed, 45 deletions(-)
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Stefan Bader Nov. 15, 2017, 2:05 p.m. UTC | #3
On 03.11.2017 18:33, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1721365
> 
> Clean cherry-picks, see the above bug for details of the issue.
> 
> Ding Tianhong (2):
>   Revert commit 1a8b6d76dc5b ("net:add one common config...")
>   net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
> 
>  arch/Kconfig                                    |  3 ---
>  arch/sparc/Kconfig                              |  1 -
>  drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c  | 22 ----------------------
>  drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 19 -------------------
>  4 files changed, 45 deletions(-)
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Stefan Bader Nov. 20, 2017, 10:53 a.m. UTC | #4
On 03.11.2017 18:33, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1721365
> 
> Clean cherry-picks, see the above bug for details of the issue.
> 
> Ding Tianhong (2):
>   Revert commit 1a8b6d76dc5b ("net:add one common config...")
>   net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
> 
>  arch/Kconfig                                    |  3 ---
>  arch/sparc/Kconfig                              |  1 -
>  drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c  | 22 ----------------------
>  drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 19 -------------------
>  4 files changed, 45 deletions(-)
> 
Applied to Artful master-next