SEARCH  

NEWS

2010.10.06:11:36:28
IE ma już mniej niż 50% rynku
Globalne statystyki StatCounter mówią, że udział IE w rynku przeglądarek spadł poniżej 50%. Najszybciej nowych użytkowników zdobywała przeglądarka Google Chrome. Zmiany są szczególnie widoczne w Europie, gdzie wprowadzono do Windowsa ekran wyboru przeglądarek.

 

126623404884_545860007569Changli Gao
On Thu, 2010-05-13 at 22:08 +0800, Changli Gao wrote: NAK, I really utterly dislike that inatomic argument. The alloc side doesnt function in atomic context either. Please keep the thing

 
137621394117_547960007949Changli Gao
On Thu, 13 May 2010 at 17:51:25 +0800, Changli Gao wrote: +static inline void *kvcalloc(size_t n, size_t size) +{ + return __kvmalloc(n * size, __GFP_ZERO); This needs multiply overflow ch

 
137727574925_553360007704James Bottomley
generic adaptive large memory allocation APIs kv*alloc are used to allocate large contiguous memory and the users dont mind whether the memory is physically or virtually contiguous. The allocator al

 
125122884402_568660007591Yevgeny Petrilin
On 2010-05-13, at 09:04, James Bottomley wrote: This isnt necessarily true ... most drivers and filesystems have to know what type theyre getting. Often they have to do extra tricks to process

 
164127254460_569460007599Yevgeny Petrilin
When the vector number passed to mlx4_cq_alloc is MLX4_LEAST_ATTACHED_VECTOR (0xffffffff), the driver selects the completion vector that has the least CQs attached to it and attaches the CQ to the ch

 
180826384940_569260007803Ira Weiny
Hello Roland, Those patches where submitted a while ago, I cleaned them up a little and generated against your latest git. They allow to hw driver to choose to which EQ a CQ would be attached, consi

 
126024724943_537860007690Ira Weiny
On 16:48 Tue 11 May , Ira Weiny wrote: From: Ira Weiny <weiny2@xxxxxxxx Date: Tue, 11 May 2010 15:36:08 -0700 Subject: [PATCH] ibnetdisc: Separate calls to umad and mad layer to avoi

 
132623284446_525060007845Sasha Khapyorsky
osm_log() always logs messages that came with OSM_LOG_SYS level, so osm_log_is_active() should concur with this. As a by-product of this fix, OSM_LOG_SYS messages can now be printed with OSM_LOG mac

 
195521124132_535660007896Yevgeny Kliteynik

 
194824384621_540860007993Roland Dreier
I see that some IB nics can do multiqueu in ethernet mode. Is there any work on multiqueue support for IPoIB going on? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma&q

 
100629414630_594660007726Roland Dreier
On Mon, 10 May 2010, Roland Dreier wrote: Is there any work on multiqueue support for IPoIB going on? No, although one could view connected mode as an even better place to start, since yo

 
174928934198_569260007149Jason Gunthorpe
On Tue, 11 May 2010, Roland Dreier wrote: I am mostly interested in multicast traffic. Connected mode is not relevant to that usage scenario. As I said, I dont think anyone is working

 
138125964477_582860007338Jason Gunthorpe
On Tue, 11 May 2010, Jason Gunthorpe wrote: Right but then would each individual QP need its own IP address? I think Roland means that each IP multicast address is mapped into an IB multic

 
167328024450_580560007247Roland Dreier
On Tue, 11 May 2010, Jason Gunthorpe wrote: The UMCAST flag can stop the kernel from processing the IGMP reply. Im not talking about IGMP, but the IB version of IGMP, the kernel joins the

 
170121054686_532160007818Steve Wise
The libcxgb4 package is a userspace driver for the new Chelsio T4 iWARP RNICs. It is a plug-in module for libibverbs that allows programs to use Chelsio RDMA T4 hardware directly from userspace.

 
131325204758_594460007390Sean Hefty
For iWARP rdma_cm ids, the "route" information is the L2 src and next hop addresses. Signed-off-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx --- drivers/infiniband/core/ucma.c

 
166922144282_586860007552Sean Hefty

 
101622874148_549460007996Sean Hefty

 
183327884797_528260007955Steve Wise

 
153022934059_521560007573Steve Wise
Roland/Sean, is this ok for 2.6.35? I guess its fine. What does it give us by itself though? - R. -- Roland Dreier <rolandd@xxxxxxxxx || For corporate legal information go to: rel="nof

 
103229274092_579160007558Dotan Barak
Hi, I have a question about atomic operations. According to IB specification o10-48, all atomic operation request made to the same HCA, referencing the same physical memory are serialized with

 
118025394773_546260007678Ralph Campbell
The ib_qib driver supports atomic IB operations and they are global since it does it in the host software instead of PCIe bus transactions which dont have global atomic support (yet). On Tue, 2010-0

 
101424244966_516260007081Ralph Campbell
This creates the Kconfig file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/Kconfig | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions

 
115727514870_595560007462Ralph Campbell
This creates the qib.h file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib.h | 1439 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 1439

 
190925624755_596960007369Ralph Campbell
creates the qib_7220.h file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_7220.h | 158 ++++++++++++++++++++++++++++++++++ 1 files changed, 158 i

 
154128104296_563360007166Ralph Campbell
creates the qib_common.h file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_common.h | 758 ++++++++++++++++++++++++++++++++ 1 files changed, 758

 
119027814706_596460007112Ralph Campbell
creates the qib_diag.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_diag.c | 893 ++++++++++++++++++++++++++++++++++ 1 files changed, 893 i

 
164122574537_560760007455Ralph Campbell
creates the qib_driver.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_driver.c | 665 ++++++++++++++++++++++++++++++++ 1 files changed, 665

 
168925774205_555860007238Ralph Campbell
creates the qib_file_ops.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_file_ops.c | 2317 ++++++++++++++++++++++++++++++ 1 files changed, 2

 
101924404800_577560007577Ralph Campbell
creates the qib_init.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_init.c | 1568 ++++++++++++++++++++++++++++++++++ 1 files changed, 1568

 
114329504387_543960007988Ralph Campbell
creates the qib_keys.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_keys.c | 328 ++++++++++++++++++++++++++++++++++ 1 files changed, 328 i

 
160527734769_531060007011Ralph Campbell
creates the qib_mad.h file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_mad.h | 373 +++++++++++++++++++++++++++++++++++ 1 files changed, 373 in

 
142323774269_596060007689Ralph Campbell
creates the qib_mr.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_mr.c | 503 ++++++++++++++++++++++++++++++++++++ 1 files changed, 503 ins

 
141426734266_562060007798Ralph Campbell
creates the qib_pio_copy.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_pio_copy.c | 64 ++++++++++++++++++++++++++++++ 1 files changed, 6

 
185822504237_565760007646Ralph Campbell
creates the qib_qsfp.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_qsfp.c | 564 ++++++++++++++++++++++++++++++++++ 1 files changed, 564 i

 
123421684595_562260007177Ralph Campbell
creates the qib_rc.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_rc.c | 2288 ++++++++++++++++++++++++++++++++++++ 1 files changed, 2288 in

 
160922124951_537760007687Roland Dreier
creates the qib_sd7220.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_sd7220.c | 1415 ++++++++++++++++++++++++++++++++ 1 files changed, 141

 
138929464064_565860007049Ralph Campbell
creates the qib_sd7220_img.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_sd7220_img.c | 1081 ++++++++++++++++++++++++++++ 1 files changed,

 
134723194723_561360007954Ralph Campbell
creates the qib_srq.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_srq.c | 374 +++++++++++++++++++++++++++++++++++ 1 files changed, 374 in

 
141027974204_564860007228Ralph Campbell
creates the qib_twsi.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_twsi.c | 498 ++++++++++++++++++++++++++++++++++ 1 files changed, 498 i

 
129426884397_588960007003Ralph Campbell
creates the qib_uc.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_uc.c | 555 ++++++++++++++++++++++++++++++++++++ 1 files changed, 555 ins

 
106629194215_501760007738Ralph Campbell
creates the qib_user_pages.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_user_pages.c | 157 ++++++++++++++++++++++++++++ 1 files changed,

 
170526854684_576960007589Ralph Campbell
creates the qib_user_sdma.h file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_user_sdma.h | 52 +++++++++++++++++++++++++++++ 1 files changed,

 
181926914909_554160007848Ralph Campbell
creates the qib_verbs.h file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_verbs.h | 1099 +++++++++++++++++++++++++++++++++ 1 files changed, 1099

 
149427144644_569860007097Ralph Campbell
creates the qib_wc_ppc64.c file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_wc_ppc64.c | 62 ++++++++++++++++++++++++++++++ 1 files changed, 6

 
192726554786_532360007094Ralph Campbell
Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/Kconfig | 1 + drivers/infiniband/Makefile | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff -

 
132726114012_554360007309Dave Olson
+/* + * Setup QMH7342 receive and transmit parameters, necessary because + * each bay, Mez connector, and IB port need different tuning, beyond + * what the switch and HCA can do automati

 
128123324995_596560007338Dave Olson
Ive implemented a newer interface (its in the same set of patches), but weve not yet converted over the userland. The new interface is unit and port specific. Its not separate files per se

 
155429204028_546260007331Ralph Campbell
The following patches introduce an updated and renamed version of the ipath HCA driver which supports the QLogic PCIe QLE SDR, DDR, and QDR series of HCAs. Rather than try to patch the ipath driver t

 
130929554044_595360007406Ralph Campbell
creates the qib_7220.h file. Signed-off-by: Ralph Campbell <ralph.campbell@xxxxxxxxxx --- drivers/infiniband/hw/qib/qib_7220.h | 156 ++++++++++++++++++++++++++++++++++ 1 files changed, 156 i