netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: rmody@brocade.com
Cc: netdev@vger.kernel.org, ddutt@brocade.com
Subject: Re: [PATCH 01/10] bna: TxRx and datapath fix
Date: Wed, 22 Dec 2010 15:12:13 -0800 (PST)	[thread overview]
Message-ID: <20101222.151213.115925760.davem@davemloft.net> (raw)
In-Reply-To: <1293002596-3239-2-git-send-email-rmody@brocade.com>

From: Rasesh Mody <rmody@brocade.com>
Date: Tue, 21 Dec 2010 23:23:07 -0800

>  #define bnad_dim_timer_running(_bnad)				\
>  	(((_bnad)->cfg_flags & BNAD_CF_DIM_ENABLED) && 		\
>  	(test_bit(BNAD_RF_DIM_TIMER_RUNNING, &((_bnad)->run_flags))))
>  
> +#if defined(__ia64__)
> +#define bnad_udelay	udelay
> +#else
> +#define bnad_udelay	__udelay
> +#endif
> +

What in the world is this?

Something like this should absolutely, positively, never be necessary.


  reply	other threads:[~2010-12-22 23:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-22  7:23 [PATCH 00/10] bna: Update Brocade BNA Ethernet driver to v2.3.2.3 Rasesh Mody
2010-12-22  7:23 ` [PATCH 01/10] bna: TxRx and datapath fix Rasesh Mody
2010-12-22 23:12   ` David Miller [this message]
2010-12-22 23:44     ` Rasesh Mody
2010-12-22  7:23 ` [PATCH 02/10] bna: Port enable disable sync and txq priority fix Rasesh Mody
2010-12-22  7:23 ` [PATCH 03/10] bna: Fix ethtool register dump and reordered an API Rasesh Mody
2010-12-22  7:23 ` [PATCH 04/10] bna: Enable pure priority tagged packet reception and rxf uninit cleanup fix Rasesh Mody
2010-12-22  7:23 ` [PATCH 05/10] bna: Fix for TX queue Rasesh Mody
2010-12-22  7:23 ` [PATCH 06/10] bna: IOC uninit check and misc cleanup Rasesh Mody
2010-12-22  7:23 ` [PATCH 07/10] bna: Removed unused code Rasesh Mody
2010-12-22  7:23 ` [PATCH 08/10] bna: Restore VLAN filter table Rasesh Mody
2010-12-22  7:23 ` [PATCH 09/10] bna: IOC failure auto recovery fix Rasesh Mody
2010-12-22  7:23 ` [PATCH 10/10] bna: Update the driver version to 2.3.2.3 Rasesh Mody
2010-12-26  3:18 ` [PATCH 00/10] bna: Update Brocade BNA Ethernet driver to v2.3.2.3 David Miller
2010-12-26  3:24   ` Rasesh Mody
  -- strict thread matches above, loose matches on Subject: below --
2010-12-24  7:45 Rasesh Mody
2010-12-24  7:45 ` [PATCH 01/10] bna: TxRx and datapath fix Rasesh Mody

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=20101222.151213.115925760.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=ddutt@brocade.com \
    --cc=netdev@vger.kernel.org \
    --cc=rmody@brocade.com \
    /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).