]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ark/ark_ethdev_rx.c
net/octeontx2: support 96xx A1 silicon revision
[dpdk.git] / drivers / net / ark / ark_ethdev_rx.c
index 7de1a9851683c4abb6d810f603df05f91579e000..6156730bb2bae9cc46045295fbea02e4db227aef 100644 (file)
@@ -127,9 +127,7 @@ eth_ark_dev_rx_queue_setup(struct rte_eth_dev *dev,
        uint32_t i;
        int status;
 
-       /* Future works: divide the Q's evenly with multi-ports */
-       int port = dev->data->port_id;
-       int qidx = port + queue_idx;
+       int qidx = queue_idx;
 
        /* We may already be setup, free memory prior to re-allocation */
        if (dev->data->rx_queues[queue_idx] != NULL) {