All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 975] Power DOWN of copper interface not working in e1000 driver
@ 2022-03-23 13:51 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2022-03-23 13:51 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=975

            Bug ID: 975
           Summary: Power DOWN of copper interface not working in e1000
                    driver
           Product: DPDK
           Version: 22.03
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: tobias.karlsson@netscout.com
  Target Milestone: ---

A bug crept in via commit 44dddd14059f151f39f7e075b887decfc9a10f11

In function e1000_power_down_phy_copper_base()
  in file drivers/net/e1000/base/e1000_base.c

The following change is needed or the interface will not be brought down
properly:

-       if (phy->ops.check_reset_block(hw))
+       if (phy->ops.check_reset_block(hw) == E1000_SUCCESS)
                e1000_power_down_phy_copper(hw);

Please also update the comment above these code lines.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-23 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 13:51 [Bug 975] Power DOWN of copper interface not working in e1000 driver bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.