]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_rx.c
net/sfc: implement EF10 native Rx datapath
[dpdk.git] / drivers / net / sfc / sfc_rx.c
index f412376840a62c5b07c25766be8c40b34d67bd3e..eef4ce021e7d04d3236f548c9c01bdd6eda7fce9 100644 (file)
@@ -940,6 +940,11 @@ sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
 #endif
 
        info.rxq_entries = rxq_info->entries;
 #endif
 
        info.rxq_entries = rxq_info->entries;
+       info.rxq_hw_ring = rxq->mem.esm_base;
+       info.evq_entries = rxq_info->entries;
+       info.evq_hw_ring = evq->mem.esm_base;
+       info.hw_index = rxq->hw_index;
+       info.mem_bar = sa->mem_bar.esb_base;
 
        rc = sa->dp_rx->qcreate(sa->eth_dev->data->port_id, sw_index,
                                &SFC_DEV_TO_PCI(sa->eth_dev)->addr,
 
        rc = sa->dp_rx->qcreate(sa->eth_dev->data->port_id, sw_index,
                                &SFC_DEV_TO_PCI(sa->eth_dev)->addr,