Prev: [PATCH 11/12] perf, x86: implement AMD IBS event configuration
Next: [PATCH 1/2] MTD: cfi_cmdset_0002: Add reboot notifier for AMD flashes
From: Mike Christie on 13 Apr 2010 16:50 On 04/08/2010 07:14 AM, Rakesh Ranjan wrote: > +static inline int cxgb4i_ddp_gl_map(struct pci_dev *pdev, > + struct cxgb4i_gather_list *gl) > +{ > + int i; > + > + for (i = 0; i< gl->nelem; i++) { > + gl->phys_addr[i] = pci_map_page(pdev, gl->pages[i], 0, > + PAGE_SIZE, Hey Rakesh, I guess we are trying to move away from the pci mapping functions move to the dma ones. On your next submission, could you fix those up too? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Karen Xie on 13 Apr 2010 17:50
Hi, Mike, Yes, will do that for the next submission. Thanks, Karen -----Original Message----- From: Mike Christie [mailto:michaelc(a)cs.wisc.edu] Sent: Tuesday, April 13, 2010 1:42 PM To: open-iscsi(a)googlegroups.com Cc: Rakesh Ranjan; netdev(a)vger.kernel.org; linux-scsi(a)vger.kernel.org; linux-kernel(a)vger.kernel.org; Karen Xie; davem(a)davemloft.net; James.Bottomley(a)hansenpartnership.com Subject: Re: [PATCH 2/3] cxgb4i: main driver files On 04/08/2010 07:14 AM, Rakesh Ranjan wrote: > +static inline int cxgb4i_ddp_gl_map(struct pci_dev *pdev, > + struct cxgb4i_gather_list *gl) > +{ > + int i; > + > + for (i = 0; i< gl->nelem; i++) { > + gl->phys_addr[i] = pci_map_page(pdev, gl->pages[i], 0, > + PAGE_SIZE, Hey Rakesh, I guess we are trying to move away from the pci mapping functions move to the dma ones. On your next submission, could you fix those up too? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |