Home
last modified time | relevance | path

Searched refs:queue_num (Results 1 – 19 of 19) sorted by relevance

/dpdk/lib/vhost/
H A Drte_vdpa.h77 * @param queue_num
83 rte_vdpa_get_queue_num(struct rte_vdpa_device *dev, uint32_t *queue_num);
H A Dvdpa_driver.h26 int (*get_queue_num)(struct rte_vdpa_device *dev, uint32_t *queue_num);
H A Dvdpa.c261 rte_vdpa_get_queue_num(struct rte_vdpa_device *dev, uint32_t *queue_num) in rte_vdpa_get_queue_num()
266 return dev->ops->get_queue_num(dev, queue_num); in rte_vdpa_get_queue_num()
260 rte_vdpa_get_queue_num(struct rte_vdpa_device * dev,uint32_t * queue_num) rte_vdpa_get_queue_num() argument
H A Dsocket.c802 rte_vhost_driver_get_queue_num(const char *path, uint32_t *queue_num) in rte_vhost_driver_get_protocol_features()
819 *queue_num = vsocket->max_queue_pairs; in rte_vhost_driver_get_queue_num()
829 *queue_num = RTE_MIN(vsocket->max_queue_pairs, vdpa_queue_num); in rte_vhost_driver_get_queue_num()
807 rte_vhost_driver_get_queue_num(const char * path,uint32_t * queue_num) rte_vhost_driver_get_queue_num() argument
H A Drte_vhost.h604 * @param queue_num
610 rte_vhost_driver_get_queue_num(const char *path, uint32_t *queue_num);
H A Dvhost_user.c376 uint32_t queue_num = 0; in vhost_user_get_queue_num() local
378 rte_vhost_driver_get_queue_num(dev->ifname, &queue_num); in vhost_user_get_queue_num()
380 ctx->msg.payload.u64 = (uint64_t)queue_num; in vhost_user_get_queue_num()
/dpdk/examples/vdpa/
H A Dmain.c325 uint32_t queue_num; in cmd_list_parsed() local
336 if (rte_vdpa_get_queue_num(vdev, &queue_num) < 0) { in cmd_list_parsed()
349 rte_dev_name(dev), queue_num, features); in cmd_list_parsed()
/dpdk/drivers/net/cnxk/
H A Dcn10k_flow.c56 rss_conf->queue_num, in cn10k_mtr_configure()
107 if (!rss || !rss->queue_num) { in cn10k_rss_action_validate()
H A Dcnxk_ethdev_mtr.c1140 nix_mtr_rq_update(struct rte_eth_dev *eth_dev, uint32_t id, uint32_t queue_num, in nix_mtr_rq_update() argument
1151 mtr->rq_id = plt_zmalloc(queue_num * sizeof(uint32_t), ROC_ALIGN); in nix_mtr_rq_update()
1155 mtr->rq_num = queue_num; in nix_mtr_rq_update()
1156 for (i = 0; i < queue_num; i++) in nix_mtr_rq_update()
H A Dcnxk_rep_flow.c153 sz = conf->queue_num * sizeof(conf->queue); in populate_rss_action_conf()
/dpdk/doc/guides/tools/
H A Dproc_info.rst25 --show-tx-descriptor queue_id:offset:num | --show-edev-queue-xstats=queue_num:evdev_id |
106 **--show-edev-queue-xstats queue_num:evdev_id**
108 queue_num: The queue number to get queue xstats for this specified queue or * for all queues.
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c515 sfc_vdpa_get_queue_num(struct rte_vdpa_device *vdpa_dev, uint32_t *queue_num) in sfc_vdpa_get_queue_num() argument
525 *queue_num = sfc_vdpa_adapter_by_dev_handle(dev)->max_queue_count; in sfc_vdpa_get_queue_num()
528 *queue_num); in sfc_vdpa_get_queue_num()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c81 mlx5_vdpa_get_queue_num(struct rte_vdpa_device *vdev, uint32_t *queue_num) in mlx5_vdpa_get_queue_num() argument
90 *queue_num = priv->caps.max_num_virtio_queues / 2; in mlx5_vdpa_get_queue_num()
/dpdk/drivers/net/hns3/
H A Dhns3_rss.c1060 uint16_t queue_num = hw->alloc_rss_size; in hns3_rss_set_default_args() local
1072 rss_cfg->rss_indirection_tbl[i] = i % queue_num; in hns3_rss_set_default_args()
/dpdk/lib/ethdev/
H A Drte_flow.c748 .queue_num = src.rss->queue_num, in rte_flow_conv_action_conf()
761 if (src.rss->queue_num) { in rte_flow_conv_action_conf()
763 tmp = sizeof(*src.rss->queue) * src.rss->queue_num; in rte_flow_conv_action_conf()
H A Drte_flow.h3514 uint32_t queue_num; /**< Number of entries in @p queue. */
3513 uint32_t queue_num; /**< Number of entries in @p queue. */ global() member
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1769 rss->queue_num <= enic->rq_count && in enic_fm_copy_action()
1770 rss->queue[rss->queue_num - 1] < enic->rq_count; in enic_fm_copy_action()
1774 for (i = 1; i < rss->queue_num; i++) in enic_fm_copy_action()
1784 fm_op.rq_steer.rq_count = rss->queue_num; in enic_fm_copy_action()
/dpdk/examples/ipsec-secgw/
H A Dipsec.c611 .queue_num = j, in create_inline_session()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst412 ``num`` => ``queue_num``), and the addition of missing RSS parameters