search for: mcss

Displaying 5 results from an estimated 5 matches for "mcss".

Did you mean: mass
2019 Apr 10
0
[RFC PATCH 04/12] s390/cio: introduce cio DMA pool
...gt; > > wondering whether you should pass in the cssid here and use > > > > css_by_id(cssid) to make this future proof. But then, I'm not > > > > quite clear from which context this will be called. > > > > > > As said before I don't see MCSS-E coming. Regarding the client code, > > > please check out the rest of the series. Especially patch 6. > > > > > > From my perspective it would be at this stage saner to make it more > > > obvious that only one css is supported (at the moment), than to > &g...
1999 Aug 20
0
Solaris 2.6 Samba 2.0.4b Server <-> Win 3.11 Client struggle
...nitialise shared memory - exiting <<<<<<END<<<<<< but seems to provide normal output after using smbclient. My smb.conf file is here (beware: could contain really stupid mistakes, please help): >>>>>START>>>>> [global] workgroup = MCSS netbios name = COUNT netbios aliases = COUNT5 server string = MCSS Samba Server hosts allow = 127. 172.16.82.43 172.16.82.53 172.16.82.36 log file = /opt/samba/var/log.%m max log size = 50 security = share ;security = user ;socket options = TCP_NODELAY wide links = no os level = 33 domain logons =...
2019 Apr 09
0
[RFC PATCH 04/12] s390/cio: introduce cio DMA pool
...gt; +#define POOL_INIT_PAGES 1 > > > +static struct gen_pool *cio_dma_pool; > > > +/* Currently cio supports only a single css */ > > > +static struct device *cio_dma_css; > > > > That global variable feels wrong, especially if you plan to support > > MCSS-E in the future. (Do you? :) > > Not that I'm aware of any plans to add support MCSS-E. > > > If yes, should the dma pool be global > > or per-css? As css0 currently is the root device for the channel > > subsystem stuff, you'd either need a new parent to han...
2011 Jul 27
1
create a index.date column
..., 1L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 3L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 1L, 2L, 1L, 1L, 1L), .Label = c("ICS", "LABA", "MCSs"), class = "factor"), tdiff = c(170, 107, 6, 79, 117, 117, 2, 2, 29, 74, 152, 152, 124, 90, 60, 32, 100, 37, 6, 170, 130, 88, 26, 99, 54, 93, 30, 148, 148, 113, 81, 181, 149, 26, 79, 54, 79, 9, 76, 93, 86, 53, 30, 4, 136, 114, 94, 30, 3, 78, 180, 180, 54, 9, 171, 17, 74, 19, 179,...
2019 Apr 09
0
[RFC PATCH 04/12] s390/cio: introduce cio DMA pool
...= { > .notifier_call = css_power_event, > }; > > +#define POOL_INIT_PAGES 1 > +static struct gen_pool *cio_dma_pool; > +/* Currently cio supports only a single css */ > +static struct device *cio_dma_css; That global variable feels wrong, especially if you plan to support MCSS-E in the future. (Do you? :) If yes, should the dma pool be global or per-css? As css0 currently is the root device for the channel subsystem stuff, you'd either need a new parent to hang this off from or size this with the number of css images.) For now, just grab channel_subsystems[0]->de...