RE: [PATCH] [SCSI] libfcoe: use list_move instead of list_del/list_add

2012-09-10 Thread Zou, Yi
> From: Wei Yongjun > > Using list_move() instead of list_del() + list_add(). > > spatch with a semantic match is used to found this problem. > (http://coccinelle.lip6.fr/) > > Signed-off-by: Wei Yongjun > --- > drivers/scsi/fcoe/fcoe_ctlr.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deleti

RE: [PATCH 2/3] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFO

2012-09-25 Thread Zou, Yi
> > On 09/24/12 20:52, Robert Love wrote: > > In LUN RESET testing involving NetApp targets, it is observed that LUN > > RESET is failing. The fc_fcp_resp() is not completing the completiong > > It looks like there is a typo in the patch description (in the last word > of the second line) ? > >

RE: Request for improved commit tracking between fcoe and scsi trees

2012-10-04 Thread Zou, Yi
> On 10/3/2012 12:23 PM, Neil Horman wrote: > > James, Robert- > > I've been doing lots of backports of FCoE code to the RHEL tree these > > last few months, and I've noticed something fairly irritating, and I was > > wondering if you two could help me out with it (in fact you two are the only

RE: tcm_fc+ libfcoe regression on v3.7-rc2

2012-10-26 Thread Zou, Yi
> > Hi MDR, Robert & Co, > > During the process of updating target-pending.git/master to v3.7-rc2 > this afternoon, I noticed the following warnings below when using > tcm_fc. > > The Poison overwritten appears during each I/O, but the LUN SCAN + I/O > are seem to be still working as expected..

RE: tcm_fc+ libfcoe regression on v3.7-rc2

2012-10-31 Thread Zou, Yi
> On Fri, 2012-10-26 at 23:59 +0000, Zou, Yi wrote: > > <-- snip --> > > > M, not sure on this one. There have definitely been changes in the > TCM active I/O shutdown codepath to support tcm_qla2xxx active I/O > shutdown starting in v3.5 code, so if pre v3.5 co