ATU and Hypervisor IOMMU v2 APIs enable 64bit DMA addressing so
i40e temporary workaround no longer needed.
This patch revert uek4 commit
f59e8082fb57c0009
("i40e: Temporary workaround for DMA map issue").
Orabug:
23239179
Reviewed-by: chris hyser <chris.hyser@oracle.com>
Signed-off-by: Tushar Dave <tushar.n.dave@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
vsi->num_queue_pairs = pf->num_lan_msix;
}
-#ifdef CONFIG_SPARC
- if (vsi->num_queue_pairs > 32) {
- dev_warn(&pf->pdev->dev, "default QP is %d, limiting QP to 32\n",
- vsi->num_queue_pairs);
- vsi->num_queue_pairs = 32;
- }
-#endif
/* Scheduler section valid can only be set for ADD VSI */
if (is_add) {
sections |= I40E_AQ_VSI_PROP_SCHED_VALID;