SEARCH  

NEWS

2010.10.06:11:36:28
Płatność kartą chroni przed upadłością biura podróży?
Aby uchronić się przed utratą pieniędzy wpłaconych na poczet przyszłej wycieczki, najlepiej zapłacić kartą płatniczą. W przypadku upadłości biura podróży i odwołania imprezy można złożyć reklamację w banku i powołać się na nieotrzymanie opłaconej usługi. W ten sposób odzyskamy swoje pieniądze, co może nie być takie proste, jeśli zapłacimy gotówką.

 

122225024781_519860007576Changli 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

 
141020004427_592060007935Changli 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

 
170025604290_575860007693James 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

 
187828514278_506960007512Yevgeny 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

 
135929664883_558960007718Yevgeny 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

 
170627684219_548660007177Ira 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

 
106223764178_548960007286Ira 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

 
142429964847_571460007955Sasha 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

 
140626324805_568560007239Yevgeny Kliteynik

 
119720604204_507960007750Roland 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

 
179723554517_501560007483Roland 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

 
119329044859_537160007154Jason 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

 
165828174150_550460007904Jason 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

 
145929374535_526460007235Roland 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

 
150328184295_570860007945Steve 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.

 
145726954299_597560007140Sean 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

 
145829044044_531660007437Sean Hefty

 
147129334253_562160007784Sean Hefty

 
152528964721_505960007341Steve Wise

 
129526634159_559160007056Steve 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

 
153528284751_583560007461Dotan 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

 
197622604365_501960007640Ralph 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

 
145620484573_571060007010Ralph 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

 
149421944906_521460007065Ralph 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

 
155525484729_571560007099Ralph 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

 
177126744928_552160007730Ralph 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

 
198324844990_534760007567Ralph 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

 
198829604615_556060007284Ralph 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

 
157021634478_547660007731Ralph 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

 
154229344279_527160007418Ralph 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

 
137024184092_529760007601Ralph 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

 
102729234085_501760007589Ralph 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

 
158422574549_519860007218Ralph 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

 
148323874382_596160007760Ralph 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

 
169224054694_597260007341Ralph 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

 
139020464760_548260007699Ralph 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

 
108323714622_516860007891Roland 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

 
175729724147_530660007965Ralph 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,

 
152426544351_590760007214Ralph 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

 
166723064619_536060007295Ralph 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

 
170126674341_546060007685Ralph 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

 
115922324055_578160007444Ralph 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,

 
167221574415_582060007586Ralph 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,

 
178529884239_513560007854Ralph 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

 
135025614159_597060007437Ralph 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

 
126426224104_560660007254Ralph 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 -

 
129022424486_534660007887Dave 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

 
179026964044_520560007507Dave 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

 
179222994495_503060007389Ralph 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

 
188527864950_504460007871Ralph 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