[Accel-config] Re: [PATCH v1 1/2] accel-config: Remove cdev related code
Luck, Tony <tony.luck at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
> Should we add "cdev path : /dev/dsa/..." to the wq listing? That's the direction I was thinking (based on the fact that you took away cdev major/minor and didn't replace them). But it isn't all that equivalent. A command line only solution might have had a tough time getting from the major/minor devices to actually opening a device. So the answer is maybe ... but only if we can convince ourselves that somebody is going to use "accel-config list" to feed into some script that extracts the pathname and hands it onto a process to open/mmap. That seems something of a stretch. -Tony