Thread (40 messages) 40 messages, 3 authors, 2021-12-22

Re: [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable()

From: Chaitanya Kulkarni <hidden>
Date: 2021-12-13 22:21:37
Also in: linux-iommu, linux-mm, linux-nvme, linux-pci, lkml

  static blk_status_t nvme_pci_setup_sgls(struct nvme_dev *dev,
-		struct request *req, struct nvme_rw_command *cmd, int entries)
+		struct request *req, struct nvme_rw_command *cmd)
  {
  	struct nvme_iod *iod = blk_mq_rq_to_pdu(req);
  	struct dma_pool *pool;
  	struct nvme_sgl_desc *sg_list;
-	struct scatterlist *sg = iod->sg;
+	struct scatterlist *sg = iod->sgt.sgl;
+	int entries = iod->sgt.nents;
I don't see use of newly added entries variable anywhere in
nvme_pci_setup_sgls(), what am I missing ?

Also, type of entries variable should be unsigned int to match
the iod->sgt.nents.
quoted hunk ↗ jump to hunk
  	dma_addr_t sgl_dma;
  	int i = 0;
  
@@ -848,7 +838,7 @@ static blk_status_t nvme_map_data(struct nvme_dev *dev, struct request *req,
  {
  	struct nvme_iod *iod = blk_mq_rq_to_pdu(req);
  	blk_status_t ret = BLK_STS_RESOURCE;
-	int nr_mapped;
+	int rc;
  
  	if (blk_rq_nr_phys_segments(req) == 1) {
  		struct bio_vec bv = req_bvec(req);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help