lkml.org 
[lkml]   [2011]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH net-next v4 2/8] forcedeth: Add messages to indicate using MSI or MSI-X
    From
    Date
    On Tue, 2011-11-15 at 11:25 -0800, David Decotigny wrote:
    > From: Mike Ditto <mditto@google.com>
    >
    > This adds a few debug messages to indicate whether PCIe interrupts are
    > signaled with MSI or MSI-X.

    Perhaps the changelog would be better without "debug".
    These added messages aren't really debug messages.
    They are emitted as netdev_info vs netdev_dbg.

    > diff --git a/drivers/net/ethernet/nvidia/forcedeth.c b/drivers/net/ethernet/nvidia/forcedeth.c
    []
    > @@ -3810,6 +3810,7 @@ static int nv_request_irq(struct net_device *dev, int intr_test)
    > + netdev_info(dev, "MSI-X enabled\n");
    > @@ -3831,6 +3832,7 @@ static int nv_request_irq(struct net_device *dev, int intr_test)
    > + netdev_info(dev, "MSI enabled\n");




    \
     
     \ /
      Last update: 2011-11-15 20:35    [W:5.936 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site