login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
13
Re: [PATCH 0/4 v4] dma: dma_{un}map_{single|sg}_attrs() interface
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Randy Dunlap
Subject:
Re: [PATCH 0/4 v4] dma: dma_{un}map_{single|sg}_attrs() interface
Date: Thursday, March 13, 2008 - 8:27 am
On Thu, 13 Mar 2008 01:41:06 -0700 Andrew Morton wrote:
quoted text
> > +#ifdef ARCH_USES_DMA_ATTRS > > There is no precedent for ARCH_USES_*. > > There is a little bit of precedent for ARCH_HAVE_* > > There is lots of precendence for ARCH_HAS_*. > > We don't like ARCH_HAS_* anyway ;) What can we do to get rid of this? > Ideally, make it available on all architectures at zero cost to those which > don't need it. If that is impractical (why?) then it is preferable to do > this in Kconfig.
Sam has been pushing HAVE_* and even added that to Documentation/kbuild/kconfig-language.txt.
quoted text
> > +/* > > + * dma_set_attr - set a specific attribute > > + * may be called with a null attrs > > + */
Use kernel-doc notation?
quoted text
> > +static inline int dma_set_attr(struct dma_attrs *attrs, enum dma_attr attr) > > +{ > > + if (!attrs) > > + return 0; > > + if (attr < DMA_ATTR_MAX) { > > + attrs->flags |= (1 << attr); > > + return 0; > > + } > > + return -EINVAL; > > +} > > Is there any non-buggy reason why code would pass an out-of-range attribute > into this function? If not, BUG_ON() would be appropriate treatment. > > This function might already be too large to inline, and a BUG_ON() might > make it larger. > > > +/* > > + * dma_get_attr - check for a specific attribute > > + * may be called with a null attrs > > + */
Ditto.
quoted text
> > +static inline int dma_get_attr(struct dma_attrs *attrs, enum dma_attr attr) > > +{ > > + if (!attrs) > > + return 0; > > + if (attr < DMA_ATTR_MAX) { > > + int ret = attrs->flags & (1 << attr); > > + return !!ret; > > + } > > + return -EINVAL; > > +}
--- ~Randy --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/4 v4] dma: dma_{un}map_{single|sg}_attrs() interface
, akepner
, (Wed Mar 12, 9:00 pm)
Re: [PATCH 0/4 v4] dma: dma_{un}map_{single|sg}_attrs() in ...
, Andrew Morton
, (Thu Mar 13, 1:41 am)
Re: [PATCH 0/4 v4] dma: dma_{un}map_{single|sg}_attrs() in ...
, Randy Dunlap
, (Thu Mar 13, 8:27 am)
Re: [PATCH 0/4 v4] dma: dma_{un}map_{single|sg}_attrs() in ...
, akepner
, (Wed Mar 19, 5:26 pm)
Re: [PATCH 0/4 v4] dma: dma_{un}map_{single|sg}_attrs() in ...
, akepner
, (Wed Mar 19, 5:29 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate