[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51408ED4.40400@chelsio.com>
Date: Wed, 13 Mar 2013 20:06:04 +0530
From: Vipul Pandya <vipul@...lsio.com>
To: Steve Wise <swise@...ngridcomputing.com>
CC: David Miller <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"roland@...estorage.com" <roland@...estorage.com>,
"JBottomley@...allels.com" <JBottomley@...allels.com>,
Dimitrios Michailidis <dm@...lsio.com>,
Casey Leedom <leedom@...lsio.com>,
Naresh Kumar Inna <naresh@...lsio.com>,
Divy Le Ray <divy@...lsio.com>,
Santosh Rastapur <santosh@...lsio.com>,
Arvind Bhushan <arvindb@...lsio.com>,
Abhishek Agrawal <abhishek@...lsio.com>
Subject: Re: [PATCH net-next 05/22] cxgb4: Add T5 write combining support
On 12-03-2013 20:12, Steve Wise wrote:
> On 3/12/2013 7:19 AM, David Miller wrote:
>> From: Vipul Pandya <vipul@...lsio.com>
>> Date: Tue, 12 Mar 2013 17:16:17 +0530
>>
>>> + writel(n, adap->bar2 + q->udb + 8);
>>> +#if defined(CONFIG_X86_32) || defined(CONFIG_X86_64)
>>> + asm volatile("sfence" : : : "memory");
>>> +#endif
>> There is absolutely no way I'm letting anyone put crap like this
>> into a driver.
>>
>> Use a portable inteface, and if one does not exist create one.
>
> I guess you'll have to add a wc_wmb() function for all the hw platforms
> supported by the kernel. I see libibverbs defines this for the user
> side in include/infiniband/arch.h, and that could be used as the meat of
> the hw platform-specific implementations.
>
I see that normal wmb() code for x86_64 architecture is same as what
above #ifdef condition is doing. To be more clear I looked at the
assembly code for wmb and find that it is converted into 'sfence'
instruction. So, I think above code should be replaced with wmb call
which will also take care of portability on different architecture. I
will submit the series again soon.
I would like to request RDMA/cxgb4 and csiostor driver maintainer to
review the series if it has not been done already. It would be great If
I can include review comments from them in my next version of series.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists