From: Joe Perches <joe@perches.com>
To: Raghu Vatsavayi <rvatsavayi@caviumnetworks.com>, davem@davemloft.net
Cc: netdev@vger.kernel.org,
Derek Chickles <derek.chickles@caviumnetworks.com>,
Satanand Burla <satananda.burla@caviumnetworks.com>,
Felix Manlunas <felix.manlunas@caviumnetworks.com>,
Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
Subject: Re: [PATCH net-next V2 02/10] liquidio: Macro replacements
Date: Sun, 03 Jul 2016 15:17:00 -0700 [thread overview]
Message-ID: <1467584220.1968.12.camel@perches.com> (raw)
In-Reply-To: <1467579416-24219-3-git-send-email-rvatsavayi@caviumnetworks.com>
On Sun, 2016-07-03 at 13:56 -0700, Raghu Vatsavayi wrote:
> This patch has minor replacements of ACCESS_ONCE macros with
> WRITE_ONCE and replacement of BUG_ON with polite version WARN_ON.
And makes some functions static.
> diff --git a/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c b/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c
[]
> @@ -547,14 +537,14 @@ static void lio_cn6xxx_get_pcie_qlmport(struct octeon_device *oct)
> dev_dbg(&oct->pci_dev->dev, "Using PCIE Port %d\n", oct->pcie_port);
> }
>
> -void
> +static void
[]
> -int lio_cn6xxx_process_droq_intr_regs(struct octeon_device *oct)
> +static int lio_cn6xxx_process_droq_intr_regs(struct octeon_device *oct)
etc
next prev parent reply other threads:[~2016-07-03 22:17 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-03 20:56 [PATCH net-next V2 00/10] liquidio updates and bug fixes Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 01/10] liquidio: Vxlan support Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 02/10] liquidio: Macro replacements Raghu Vatsavayi
2016-07-03 22:17 ` Joe Perches [this message]
2016-07-03 20:56 ` [PATCH net-next V2 03/10] liquidio: IQ synchronization Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 04/10] liquidio: softcommand delay Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 05/10] liquidio: iq/oq limits Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 06/10] liquidio: free resources during shutdown Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 07/10] liquidio: MTU limits Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 08/10] liquidio: Droq validation Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 09/10] liquidio: Remove redundant code Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 10/10] liquidio: Response header changes Raghu Vatsavayi
2016-07-04 23:15 ` [PATCH net-next V2 00/10] liquidio updates and bug fixes 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=1467584220.1968.12.camel@perches.com \
--to=joe@perches.com \
--cc=davem@davemloft.net \
--cc=derek.chickles@caviumnetworks.com \
--cc=felix.manlunas@caviumnetworks.com \
--cc=netdev@vger.kernel.org \
--cc=raghu.vatsavayi@caviumnetworks.com \
--cc=rvatsavayi@caviumnetworks.com \
--cc=satananda.burla@caviumnetworks.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 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.