2 * Copyright (c) 2016 QLogic Corporation.
6 * See LICENSE.qede_pmd for copyright and licensing details.
9 #include "qede_ethdev.h"
10 #include <rte_alarm.h>
11 #include <rte_version.h>
14 static const struct qed_eth_ops *qed_ops;
15 static int64_t timer_period = 1;
17 /* VXLAN tunnel classification mapping */
18 const struct _qede_vxlan_tunn_types {
19 uint16_t rte_filter_type;
20 enum ecore_filter_ucast_type qede_type;
21 enum ecore_tunn_clss qede_tunn_clss;
23 } qede_tunn_types[] = {
25 ETH_TUNNEL_FILTER_OMAC,
27 ECORE_TUNN_CLSS_MAC_VLAN,
31 ETH_TUNNEL_FILTER_TENID,
33 ECORE_TUNN_CLSS_MAC_VNI,
37 ETH_TUNNEL_FILTER_IMAC,
38 ECORE_FILTER_INNER_MAC,
39 ECORE_TUNN_CLSS_INNER_MAC_VLAN,
43 ETH_TUNNEL_FILTER_IVLAN,
44 ECORE_FILTER_INNER_VLAN,
45 ECORE_TUNN_CLSS_INNER_MAC_VLAN,
49 ETH_TUNNEL_FILTER_OMAC | ETH_TUNNEL_FILTER_TENID,
50 ECORE_FILTER_MAC_VNI_PAIR,
51 ECORE_TUNN_CLSS_MAC_VNI,
55 ETH_TUNNEL_FILTER_OMAC | ETH_TUNNEL_FILTER_IMAC,
58 "outer-mac and inner-mac"
61 ETH_TUNNEL_FILTER_OMAC | ETH_TUNNEL_FILTER_IVLAN,
64 "outer-mac and inner-vlan"
67 ETH_TUNNEL_FILTER_TENID | ETH_TUNNEL_FILTER_IMAC,
68 ECORE_FILTER_INNER_MAC_VNI_PAIR,
69 ECORE_TUNN_CLSS_INNER_MAC_VNI,
73 ETH_TUNNEL_FILTER_TENID | ETH_TUNNEL_FILTER_IVLAN,
79 ETH_TUNNEL_FILTER_IMAC | ETH_TUNNEL_FILTER_IVLAN,
80 ECORE_FILTER_INNER_PAIR,
81 ECORE_TUNN_CLSS_INNER_MAC_VLAN,
82 "inner-mac and inner-vlan",
85 ETH_TUNNEL_FILTER_OIP,
91 ETH_TUNNEL_FILTER_IIP,
97 RTE_TUNNEL_FILTER_IMAC_IVLAN,
103 RTE_TUNNEL_FILTER_IMAC_IVLAN_TENID,
109 RTE_TUNNEL_FILTER_IMAC_TENID,
115 RTE_TUNNEL_FILTER_OMAC_TENID_IMAC,
122 struct rte_qede_xstats_name_off {
123 char name[RTE_ETH_XSTATS_NAME_SIZE];
127 static const struct rte_qede_xstats_name_off qede_xstats_strings[] = {
129 offsetof(struct ecore_eth_stats_common, rx_ucast_bytes)},
130 {"rx_multicast_bytes",
131 offsetof(struct ecore_eth_stats_common, rx_mcast_bytes)},
132 {"rx_broadcast_bytes",
133 offsetof(struct ecore_eth_stats_common, rx_bcast_bytes)},
134 {"rx_unicast_packets",
135 offsetof(struct ecore_eth_stats_common, rx_ucast_pkts)},
136 {"rx_multicast_packets",
137 offsetof(struct ecore_eth_stats_common, rx_mcast_pkts)},
138 {"rx_broadcast_packets",
139 offsetof(struct ecore_eth_stats_common, rx_bcast_pkts)},
142 offsetof(struct ecore_eth_stats_common, tx_ucast_bytes)},
143 {"tx_multicast_bytes",
144 offsetof(struct ecore_eth_stats_common, tx_mcast_bytes)},
145 {"tx_broadcast_bytes",
146 offsetof(struct ecore_eth_stats_common, tx_bcast_bytes)},
147 {"tx_unicast_packets",
148 offsetof(struct ecore_eth_stats_common, tx_ucast_pkts)},
149 {"tx_multicast_packets",
150 offsetof(struct ecore_eth_stats_common, tx_mcast_pkts)},
151 {"tx_broadcast_packets",
152 offsetof(struct ecore_eth_stats_common, tx_bcast_pkts)},
154 {"rx_64_byte_packets",
155 offsetof(struct ecore_eth_stats_common, rx_64_byte_packets)},
156 {"rx_65_to_127_byte_packets",
157 offsetof(struct ecore_eth_stats_common,
158 rx_65_to_127_byte_packets)},
159 {"rx_128_to_255_byte_packets",
160 offsetof(struct ecore_eth_stats_common,
161 rx_128_to_255_byte_packets)},
162 {"rx_256_to_511_byte_packets",
163 offsetof(struct ecore_eth_stats_common,
164 rx_256_to_511_byte_packets)},
165 {"rx_512_to_1023_byte_packets",
166 offsetof(struct ecore_eth_stats_common,
167 rx_512_to_1023_byte_packets)},
168 {"rx_1024_to_1518_byte_packets",
169 offsetof(struct ecore_eth_stats_common,
170 rx_1024_to_1518_byte_packets)},
171 {"tx_64_byte_packets",
172 offsetof(struct ecore_eth_stats_common, tx_64_byte_packets)},
173 {"tx_65_to_127_byte_packets",
174 offsetof(struct ecore_eth_stats_common,
175 tx_65_to_127_byte_packets)},
176 {"tx_128_to_255_byte_packets",
177 offsetof(struct ecore_eth_stats_common,
178 tx_128_to_255_byte_packets)},
179 {"tx_256_to_511_byte_packets",
180 offsetof(struct ecore_eth_stats_common,
181 tx_256_to_511_byte_packets)},
182 {"tx_512_to_1023_byte_packets",
183 offsetof(struct ecore_eth_stats_common,
184 tx_512_to_1023_byte_packets)},
185 {"tx_1024_to_1518_byte_packets",
186 offsetof(struct ecore_eth_stats_common,
187 tx_1024_to_1518_byte_packets)},
189 {"rx_mac_crtl_frames",
190 offsetof(struct ecore_eth_stats_common, rx_mac_crtl_frames)},
191 {"tx_mac_control_frames",
192 offsetof(struct ecore_eth_stats_common, tx_mac_ctrl_frames)},
194 offsetof(struct ecore_eth_stats_common, rx_pause_frames)},
196 offsetof(struct ecore_eth_stats_common, tx_pause_frames)},
197 {"rx_priority_flow_control_frames",
198 offsetof(struct ecore_eth_stats_common, rx_pfc_frames)},
199 {"tx_priority_flow_control_frames",
200 offsetof(struct ecore_eth_stats_common, tx_pfc_frames)},
203 offsetof(struct ecore_eth_stats_common, rx_crc_errors)},
205 offsetof(struct ecore_eth_stats_common, rx_align_errors)},
206 {"rx_carrier_errors",
207 offsetof(struct ecore_eth_stats_common, rx_carrier_errors)},
208 {"rx_oversize_packet_errors",
209 offsetof(struct ecore_eth_stats_common, rx_oversize_packets)},
211 offsetof(struct ecore_eth_stats_common, rx_jabbers)},
212 {"rx_undersize_packet_errors",
213 offsetof(struct ecore_eth_stats_common, rx_undersize_packets)},
214 {"rx_fragments", offsetof(struct ecore_eth_stats_common, rx_fragments)},
215 {"rx_host_buffer_not_available",
216 offsetof(struct ecore_eth_stats_common, no_buff_discards)},
217 /* Number of packets discarded because they are bigger than MTU */
218 {"rx_packet_too_big_discards",
219 offsetof(struct ecore_eth_stats_common,
220 packet_too_big_discard)},
221 {"rx_ttl_zero_discards",
222 offsetof(struct ecore_eth_stats_common, ttl0_discard)},
223 {"rx_multi_function_tag_filter_discards",
224 offsetof(struct ecore_eth_stats_common, mftag_filter_discards)},
225 {"rx_mac_filter_discards",
226 offsetof(struct ecore_eth_stats_common, mac_filter_discards)},
227 {"rx_hw_buffer_truncates",
228 offsetof(struct ecore_eth_stats_common, brb_truncates)},
229 {"rx_hw_buffer_discards",
230 offsetof(struct ecore_eth_stats_common, brb_discards)},
231 {"tx_error_drop_packets",
232 offsetof(struct ecore_eth_stats_common, tx_err_drop_pkts)},
234 {"rx_mac_bytes", offsetof(struct ecore_eth_stats_common, rx_mac_bytes)},
235 {"rx_mac_unicast_packets",
236 offsetof(struct ecore_eth_stats_common, rx_mac_uc_packets)},
237 {"rx_mac_multicast_packets",
238 offsetof(struct ecore_eth_stats_common, rx_mac_mc_packets)},
239 {"rx_mac_broadcast_packets",
240 offsetof(struct ecore_eth_stats_common, rx_mac_bc_packets)},
242 offsetof(struct ecore_eth_stats_common, rx_mac_frames_ok)},
243 {"tx_mac_bytes", offsetof(struct ecore_eth_stats_common, tx_mac_bytes)},
244 {"tx_mac_unicast_packets",
245 offsetof(struct ecore_eth_stats_common, tx_mac_uc_packets)},
246 {"tx_mac_multicast_packets",
247 offsetof(struct ecore_eth_stats_common, tx_mac_mc_packets)},
248 {"tx_mac_broadcast_packets",
249 offsetof(struct ecore_eth_stats_common, tx_mac_bc_packets)},
251 {"lro_coalesced_packets",
252 offsetof(struct ecore_eth_stats_common, tpa_coalesced_pkts)},
253 {"lro_coalesced_events",
254 offsetof(struct ecore_eth_stats_common, tpa_coalesced_events)},
256 offsetof(struct ecore_eth_stats_common, tpa_aborts_num)},
257 {"lro_not_coalesced_packets",
258 offsetof(struct ecore_eth_stats_common,
259 tpa_not_coalesced_pkts)},
260 {"lro_coalesced_bytes",
261 offsetof(struct ecore_eth_stats_common,
262 tpa_coalesced_bytes)},
265 static const struct rte_qede_xstats_name_off qede_bb_xstats_strings[] = {
266 {"rx_1519_to_1522_byte_packets",
267 offsetof(struct ecore_eth_stats, bb) +
268 offsetof(struct ecore_eth_stats_bb,
269 rx_1519_to_1522_byte_packets)},
270 {"rx_1519_to_2047_byte_packets",
271 offsetof(struct ecore_eth_stats, bb) +
272 offsetof(struct ecore_eth_stats_bb,
273 rx_1519_to_2047_byte_packets)},
274 {"rx_2048_to_4095_byte_packets",
275 offsetof(struct ecore_eth_stats, bb) +
276 offsetof(struct ecore_eth_stats_bb,
277 rx_2048_to_4095_byte_packets)},
278 {"rx_4096_to_9216_byte_packets",
279 offsetof(struct ecore_eth_stats, bb) +
280 offsetof(struct ecore_eth_stats_bb,
281 rx_4096_to_9216_byte_packets)},
282 {"rx_9217_to_16383_byte_packets",
283 offsetof(struct ecore_eth_stats, bb) +
284 offsetof(struct ecore_eth_stats_bb,
285 rx_9217_to_16383_byte_packets)},
287 {"tx_1519_to_2047_byte_packets",
288 offsetof(struct ecore_eth_stats, bb) +
289 offsetof(struct ecore_eth_stats_bb,
290 tx_1519_to_2047_byte_packets)},
291 {"tx_2048_to_4095_byte_packets",
292 offsetof(struct ecore_eth_stats, bb) +
293 offsetof(struct ecore_eth_stats_bb,
294 tx_2048_to_4095_byte_packets)},
295 {"tx_4096_to_9216_byte_packets",
296 offsetof(struct ecore_eth_stats, bb) +
297 offsetof(struct ecore_eth_stats_bb,
298 tx_4096_to_9216_byte_packets)},
299 {"tx_9217_to_16383_byte_packets",
300 offsetof(struct ecore_eth_stats, bb) +
301 offsetof(struct ecore_eth_stats_bb,
302 tx_9217_to_16383_byte_packets)},
304 {"tx_lpi_entry_count",
305 offsetof(struct ecore_eth_stats, bb) +
306 offsetof(struct ecore_eth_stats_bb, tx_lpi_entry_count)},
307 {"tx_total_collisions",
308 offsetof(struct ecore_eth_stats, bb) +
309 offsetof(struct ecore_eth_stats_bb, tx_total_collisions)},
312 static const struct rte_qede_xstats_name_off qede_ah_xstats_strings[] = {
313 {"rx_1519_to_max_byte_packets",
314 offsetof(struct ecore_eth_stats, ah) +
315 offsetof(struct ecore_eth_stats_ah,
316 rx_1519_to_max_byte_packets)},
317 {"tx_1519_to_max_byte_packets",
318 offsetof(struct ecore_eth_stats, ah) +
319 offsetof(struct ecore_eth_stats_ah,
320 tx_1519_to_max_byte_packets)},
323 static const struct rte_qede_xstats_name_off qede_rxq_xstats_strings[] = {
325 offsetof(struct qede_rx_queue, rx_segs)},
327 offsetof(struct qede_rx_queue, rx_hw_errors)},
328 {"rx_q_allocation_errors",
329 offsetof(struct qede_rx_queue, rx_alloc_errors)}
332 static void qede_interrupt_action(struct ecore_hwfn *p_hwfn)
334 ecore_int_sp_dpc((osal_int_ptr_t)(p_hwfn));
338 qede_interrupt_handler(void *param)
340 struct rte_eth_dev *eth_dev = (struct rte_eth_dev *)param;
341 struct qede_dev *qdev = eth_dev->data->dev_private;
342 struct ecore_dev *edev = &qdev->edev;
344 qede_interrupt_action(ECORE_LEADING_HWFN(edev));
345 if (rte_intr_enable(eth_dev->intr_handle))
346 DP_ERR(edev, "rte_intr_enable failed\n");
350 qede_alloc_etherdev(struct qede_dev *qdev, struct qed_dev_eth_info *info)
352 rte_memcpy(&qdev->dev_info, info, sizeof(*info));
356 #ifdef RTE_LIBRTE_QEDE_DEBUG_INFO
357 static void qede_print_adapter_info(struct qede_dev *qdev)
359 struct ecore_dev *edev = &qdev->edev;
360 struct qed_dev_info *info = &qdev->dev_info.common;
361 static char drv_ver[QEDE_PMD_DRV_VER_STR_SIZE];
362 static char ver_str[QEDE_PMD_DRV_VER_STR_SIZE];
364 DP_INFO(edev, "*********************************\n");
365 DP_INFO(edev, " DPDK version:%s\n", rte_version());
366 DP_INFO(edev, " Chip details : %s %c%d\n",
367 ECORE_IS_BB(edev) ? "BB" : "AH",
368 'A' + edev->chip_rev,
369 (int)edev->chip_metal);
370 snprintf(ver_str, QEDE_PMD_DRV_VER_STR_SIZE, "%d.%d.%d.%d",
371 info->fw_major, info->fw_minor, info->fw_rev, info->fw_eng);
372 snprintf(drv_ver, QEDE_PMD_DRV_VER_STR_SIZE, "%s_%s",
373 ver_str, QEDE_PMD_VERSION);
374 DP_INFO(edev, " Driver version : %s\n", drv_ver);
375 DP_INFO(edev, " Firmware version : %s\n", ver_str);
377 snprintf(ver_str, MCP_DRV_VER_STR_SIZE,
379 (info->mfw_rev >> 24) & 0xff,
380 (info->mfw_rev >> 16) & 0xff,
381 (info->mfw_rev >> 8) & 0xff, (info->mfw_rev) & 0xff);
382 DP_INFO(edev, " Management Firmware version : %s\n", ver_str);
383 DP_INFO(edev, " Firmware file : %s\n", fw_file);
384 DP_INFO(edev, "*********************************\n");
389 qede_start_vport(struct qede_dev *qdev, uint16_t mtu)
391 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
392 struct ecore_sp_vport_start_params params;
393 struct ecore_hwfn *p_hwfn;
397 memset(¶ms, 0, sizeof(params));
400 /* @DPDK - Disable FW placement */
401 params.zero_placement_offset = 1;
402 for_each_hwfn(edev, i) {
403 p_hwfn = &edev->hwfns[i];
404 params.concrete_fid = p_hwfn->hw_info.concrete_fid;
405 params.opaque_fid = p_hwfn->hw_info.opaque_fid;
406 rc = ecore_sp_vport_start(p_hwfn, ¶ms);
407 if (rc != ECORE_SUCCESS) {
408 DP_ERR(edev, "Start V-PORT failed %d\n", rc);
412 ecore_reset_vport_stats(edev);
413 DP_INFO(edev, "VPORT started with MTU = %u\n", mtu);
419 qede_stop_vport(struct ecore_dev *edev)
421 struct ecore_hwfn *p_hwfn;
427 for_each_hwfn(edev, i) {
428 p_hwfn = &edev->hwfns[i];
429 rc = ecore_sp_vport_stop(p_hwfn, p_hwfn->hw_info.opaque_fid,
431 if (rc != ECORE_SUCCESS) {
432 DP_ERR(edev, "Stop V-PORT failed rc = %d\n", rc);
440 /* Activate or deactivate vport via vport-update */
441 int qede_activate_vport(struct rte_eth_dev *eth_dev, bool flg)
443 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
444 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
445 struct ecore_sp_vport_update_params params;
446 struct ecore_hwfn *p_hwfn;
450 memset(¶ms, 0, sizeof(struct ecore_sp_vport_update_params));
452 params.update_vport_active_rx_flg = 1;
453 params.update_vport_active_tx_flg = 1;
454 params.vport_active_rx_flg = flg;
455 params.vport_active_tx_flg = flg;
456 #ifndef RTE_LIBRTE_QEDE_VF_TX_SWITCH
458 params.update_tx_switching_flg = 1;
459 params.tx_switching_flg = !flg;
462 for_each_hwfn(edev, i) {
463 p_hwfn = &edev->hwfns[i];
464 params.opaque_fid = p_hwfn->hw_info.opaque_fid;
465 rc = ecore_sp_vport_update(p_hwfn, ¶ms,
466 ECORE_SPQ_MODE_EBLOCK, NULL);
467 if (rc != ECORE_SUCCESS) {
468 DP_ERR(edev, "Failed to update vport\n");
472 DP_INFO(edev, "vport %s VF tx-switch %s\n", flg ? "activated" : "deactivated",
473 params.tx_switching_flg ? "enabled" : "disabled");
478 qede_update_sge_tpa_params(struct ecore_sge_tpa_params *sge_tpa_params,
479 uint16_t mtu, bool enable)
481 /* Enable LRO in split mode */
482 sge_tpa_params->tpa_ipv4_en_flg = enable;
483 sge_tpa_params->tpa_ipv6_en_flg = enable;
484 sge_tpa_params->tpa_ipv4_tunn_en_flg = false;
485 sge_tpa_params->tpa_ipv6_tunn_en_flg = false;
486 /* set if tpa enable changes */
487 sge_tpa_params->update_tpa_en_flg = 1;
488 /* set if tpa parameters should be handled */
489 sge_tpa_params->update_tpa_param_flg = enable;
491 sge_tpa_params->max_buffers_per_cqe = 20;
492 /* Enable TPA in split mode. In this mode each TPA segment
493 * starts on the new BD, so there is one BD per segment.
495 sge_tpa_params->tpa_pkt_split_flg = 1;
496 sge_tpa_params->tpa_hdr_data_split_flg = 0;
497 sge_tpa_params->tpa_gro_consistent_flg = 0;
498 sge_tpa_params->tpa_max_aggs_num = ETH_TPA_MAX_AGGS_NUM;
499 sge_tpa_params->tpa_max_size = 0x7FFF;
500 sge_tpa_params->tpa_min_size_to_start = mtu / 2;
501 sge_tpa_params->tpa_min_size_to_cont = mtu / 2;
504 /* Enable/disable LRO via vport-update */
505 int qede_enable_tpa(struct rte_eth_dev *eth_dev, bool flg)
507 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
508 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
509 struct ecore_sp_vport_update_params params;
510 struct ecore_sge_tpa_params tpa_params;
511 struct ecore_hwfn *p_hwfn;
515 memset(¶ms, 0, sizeof(struct ecore_sp_vport_update_params));
516 memset(&tpa_params, 0, sizeof(struct ecore_sge_tpa_params));
517 qede_update_sge_tpa_params(&tpa_params, qdev->mtu, flg);
519 params.sge_tpa_params = &tpa_params;
520 for_each_hwfn(edev, i) {
521 p_hwfn = &edev->hwfns[i];
522 params.opaque_fid = p_hwfn->hw_info.opaque_fid;
523 rc = ecore_sp_vport_update(p_hwfn, ¶ms,
524 ECORE_SPQ_MODE_EBLOCK, NULL);
525 if (rc != ECORE_SUCCESS) {
526 DP_ERR(edev, "Failed to update LRO\n");
530 qdev->enable_lro = flg;
531 DP_INFO(edev, "LRO is %s\n", flg ? "enabled" : "disabled");
536 /* Update MTU via vport-update without doing port restart.
537 * The vport must be deactivated before calling this API.
539 int qede_update_mtu(struct rte_eth_dev *eth_dev, uint16_t mtu)
541 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
542 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
543 struct ecore_sp_vport_update_params params;
544 struct ecore_hwfn *p_hwfn;
548 memset(¶ms, 0, sizeof(struct ecore_sp_vport_update_params));
552 for_each_hwfn(edev, i) {
553 p_hwfn = &edev->hwfns[i];
554 params.opaque_fid = p_hwfn->hw_info.opaque_fid;
555 rc = ecore_sp_vport_update(p_hwfn, ¶ms,
556 ECORE_SPQ_MODE_EBLOCK, NULL);
557 if (rc != ECORE_SUCCESS) {
558 DP_ERR(edev, "Failed to update MTU\n");
562 DP_INFO(edev, "MTU updated to %u\n", mtu);
567 static void qede_set_ucast_cmn_params(struct ecore_filter_ucast *ucast)
569 memset(ucast, 0, sizeof(struct ecore_filter_ucast));
570 ucast->is_rx_filter = true;
571 ucast->is_tx_filter = true;
572 /* ucast->assert_on_error = true; - For debug */
576 qed_configure_filter_rx_mode(struct rte_eth_dev *eth_dev,
577 enum qed_filter_rx_mode_type type)
579 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
580 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
581 struct ecore_filter_accept_flags flags;
583 memset(&flags, 0, sizeof(flags));
585 flags.update_rx_mode_config = 1;
586 flags.update_tx_mode_config = 1;
587 flags.rx_accept_filter = ECORE_ACCEPT_UCAST_MATCHED |
588 ECORE_ACCEPT_MCAST_MATCHED |
591 flags.tx_accept_filter = ECORE_ACCEPT_UCAST_MATCHED |
592 ECORE_ACCEPT_MCAST_MATCHED |
595 if (type == QED_FILTER_RX_MODE_TYPE_PROMISC) {
596 flags.rx_accept_filter |= ECORE_ACCEPT_UCAST_UNMATCHED;
598 flags.tx_accept_filter |= ECORE_ACCEPT_UCAST_UNMATCHED;
599 DP_INFO(edev, "Enabling Tx unmatched flag for VF\n");
601 } else if (type == QED_FILTER_RX_MODE_TYPE_MULTI_PROMISC) {
602 flags.rx_accept_filter |= ECORE_ACCEPT_MCAST_UNMATCHED;
603 } else if (type == (QED_FILTER_RX_MODE_TYPE_MULTI_PROMISC |
604 QED_FILTER_RX_MODE_TYPE_PROMISC)) {
605 flags.rx_accept_filter |= ECORE_ACCEPT_UCAST_UNMATCHED |
606 ECORE_ACCEPT_MCAST_UNMATCHED;
609 return ecore_filter_accept_cmd(edev, 0, flags, false, false,
610 ECORE_SPQ_MODE_CB, NULL);
614 qede_vxlan_enable(struct rte_eth_dev *eth_dev, uint8_t clss,
615 bool enable, bool mask)
617 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
618 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
619 enum _ecore_status_t rc = ECORE_INVAL;
620 struct ecore_ptt *p_ptt;
621 struct ecore_tunnel_info tunn;
622 struct ecore_hwfn *p_hwfn;
625 memset(&tunn, 0, sizeof(struct ecore_tunnel_info));
626 tunn.vxlan.b_update_mode = enable;
627 tunn.vxlan.b_mode_enabled = mask;
628 tunn.b_update_rx_cls = true;
629 tunn.b_update_tx_cls = true;
630 tunn.vxlan.tun_cls = clss;
632 for_each_hwfn(edev, i) {
633 p_hwfn = &edev->hwfns[i];
634 p_ptt = IS_PF(edev) ? ecore_ptt_acquire(p_hwfn) : NULL;
635 rc = ecore_sp_pf_update_tunn_cfg(p_hwfn, p_ptt,
636 &tunn, ECORE_SPQ_MODE_CB, NULL);
637 if (rc != ECORE_SUCCESS) {
638 DP_ERR(edev, "Failed to update tunn_clss %u\n",
644 if (rc == ECORE_SUCCESS) {
645 qdev->vxlan.enable = enable;
646 qdev->vxlan.udp_port = (enable) ? QEDE_VXLAN_DEF_PORT : 0;
647 DP_INFO(edev, "vxlan is %s\n", enable ? "enabled" : "disabled");
654 qede_ucast_filter(struct rte_eth_dev *eth_dev, struct ecore_filter_ucast *ucast,
657 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
658 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
659 struct qede_ucast_entry *tmp = NULL;
660 struct qede_ucast_entry *u;
661 struct ether_addr *mac_addr;
663 mac_addr = (struct ether_addr *)ucast->mac;
665 SLIST_FOREACH(tmp, &qdev->uc_list_head, list) {
666 if ((memcmp(mac_addr, &tmp->mac,
667 ETHER_ADDR_LEN) == 0) &&
668 ucast->vni == tmp->vni &&
669 ucast->vlan == tmp->vlan) {
670 DP_ERR(edev, "Unicast MAC is already added"
671 " with vlan = %u, vni = %u\n",
672 ucast->vlan, ucast->vni);
676 u = rte_malloc(NULL, sizeof(struct qede_ucast_entry),
677 RTE_CACHE_LINE_SIZE);
679 DP_ERR(edev, "Did not allocate memory for ucast\n");
682 ether_addr_copy(mac_addr, &u->mac);
683 u->vlan = ucast->vlan;
685 SLIST_INSERT_HEAD(&qdev->uc_list_head, u, list);
688 SLIST_FOREACH(tmp, &qdev->uc_list_head, list) {
689 if ((memcmp(mac_addr, &tmp->mac,
690 ETHER_ADDR_LEN) == 0) &&
691 ucast->vlan == tmp->vlan &&
692 ucast->vni == tmp->vni)
696 DP_INFO(edev, "Unicast MAC is not found\n");
699 SLIST_REMOVE(&qdev->uc_list_head, tmp, qede_ucast_entry, list);
707 qede_mcast_filter(struct rte_eth_dev *eth_dev, struct ecore_filter_ucast *mcast,
710 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
711 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
712 struct ether_addr *mac_addr;
713 struct qede_mcast_entry *tmp = NULL;
714 struct qede_mcast_entry *m;
716 mac_addr = (struct ether_addr *)mcast->mac;
718 SLIST_FOREACH(tmp, &qdev->mc_list_head, list) {
719 if (memcmp(mac_addr, &tmp->mac, ETHER_ADDR_LEN) == 0) {
721 "Multicast MAC is already added\n");
725 m = rte_malloc(NULL, sizeof(struct qede_mcast_entry),
726 RTE_CACHE_LINE_SIZE);
729 "Did not allocate memory for mcast\n");
732 ether_addr_copy(mac_addr, &m->mac);
733 SLIST_INSERT_HEAD(&qdev->mc_list_head, m, list);
736 SLIST_FOREACH(tmp, &qdev->mc_list_head, list) {
737 if (memcmp(mac_addr, &tmp->mac, ETHER_ADDR_LEN) == 0)
741 DP_INFO(edev, "Multicast mac is not found\n");
744 SLIST_REMOVE(&qdev->mc_list_head, tmp,
745 qede_mcast_entry, list);
752 static enum _ecore_status_t
753 qede_mac_int_ops(struct rte_eth_dev *eth_dev, struct ecore_filter_ucast *ucast,
756 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
757 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
758 enum _ecore_status_t rc;
759 struct ecore_filter_mcast mcast;
760 struct qede_mcast_entry *tmp;
764 if (is_multicast_ether_addr((struct ether_addr *)ucast->mac)) {
766 if (qdev->num_mc_addr >= ECORE_MAX_MC_ADDRS) {
768 "Mcast filter table limit exceeded, "
769 "Please enable mcast promisc mode\n");
773 rc = qede_mcast_filter(eth_dev, ucast, add);
775 DP_INFO(edev, "num_mc_addrs = %u\n", qdev->num_mc_addr);
776 memset(&mcast, 0, sizeof(mcast));
777 mcast.num_mc_addrs = qdev->num_mc_addr;
778 mcast.opcode = ECORE_FILTER_ADD;
779 SLIST_FOREACH(tmp, &qdev->mc_list_head, list) {
780 ether_addr_copy(&tmp->mac,
781 (struct ether_addr *)&mcast.mac[j]);
784 rc = ecore_filter_mcast_cmd(edev, &mcast,
785 ECORE_SPQ_MODE_CB, NULL);
787 if (rc != ECORE_SUCCESS) {
788 DP_ERR(edev, "Failed to add multicast filter"
789 " rc = %d, op = %d\n", rc, add);
791 } else { /* Unicast */
793 if (qdev->num_uc_addr >=
794 qdev->dev_info.num_mac_filters) {
796 "Ucast filter table limit exceeded,"
797 " Please enable promisc mode\n");
801 rc = qede_ucast_filter(eth_dev, ucast, add);
803 rc = ecore_filter_ucast_cmd(edev, ucast,
804 ECORE_SPQ_MODE_CB, NULL);
805 if (rc != ECORE_SUCCESS) {
806 DP_ERR(edev, "MAC filter failed, rc = %d, op = %d\n",
815 qede_mac_addr_add(struct rte_eth_dev *eth_dev, struct ether_addr *mac_addr,
816 __rte_unused uint32_t index, __rte_unused uint32_t pool)
818 struct ecore_filter_ucast ucast;
821 qede_set_ucast_cmn_params(&ucast);
822 ucast.type = ECORE_FILTER_MAC;
823 ether_addr_copy(mac_addr, (struct ether_addr *)&ucast.mac);
824 re = (int)qede_mac_int_ops(eth_dev, &ucast, 1);
829 qede_mac_addr_remove(struct rte_eth_dev *eth_dev, uint32_t index)
831 struct qede_dev *qdev = eth_dev->data->dev_private;
832 struct ecore_dev *edev = &qdev->edev;
833 struct ecore_filter_ucast ucast;
835 PMD_INIT_FUNC_TRACE(edev);
837 if (index >= qdev->dev_info.num_mac_filters) {
838 DP_ERR(edev, "Index %u is above MAC filter limit %u\n",
839 index, qdev->dev_info.num_mac_filters);
843 qede_set_ucast_cmn_params(&ucast);
844 ucast.opcode = ECORE_FILTER_REMOVE;
845 ucast.type = ECORE_FILTER_MAC;
847 /* Use the index maintained by rte */
848 ether_addr_copy(ð_dev->data->mac_addrs[index],
849 (struct ether_addr *)&ucast.mac);
851 ecore_filter_ucast_cmd(edev, &ucast, ECORE_SPQ_MODE_CB, NULL);
855 qede_mac_addr_set(struct rte_eth_dev *eth_dev, struct ether_addr *mac_addr)
857 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
858 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
860 if (IS_VF(edev) && !ecore_vf_check_mac(ECORE_LEADING_HWFN(edev),
861 mac_addr->addr_bytes)) {
862 DP_ERR(edev, "Setting MAC address is not allowed\n");
863 ether_addr_copy(&qdev->primary_mac,
864 ð_dev->data->mac_addrs[0]);
868 qede_mac_addr_add(eth_dev, mac_addr, 0, 0);
871 static void qede_config_accept_any_vlan(struct qede_dev *qdev, bool flg)
873 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
874 struct ecore_sp_vport_update_params params;
875 struct ecore_hwfn *p_hwfn;
879 memset(¶ms, 0, sizeof(struct ecore_sp_vport_update_params));
881 params.update_accept_any_vlan_flg = 1;
882 params.accept_any_vlan = flg;
883 for_each_hwfn(edev, i) {
884 p_hwfn = &edev->hwfns[i];
885 params.opaque_fid = p_hwfn->hw_info.opaque_fid;
886 rc = ecore_sp_vport_update(p_hwfn, ¶ms,
887 ECORE_SPQ_MODE_EBLOCK, NULL);
888 if (rc != ECORE_SUCCESS) {
889 DP_ERR(edev, "Failed to configure accept-any-vlan\n");
894 DP_INFO(edev, "%s accept-any-vlan\n", flg ? "enabled" : "disabled");
897 static int qede_vlan_stripping(struct rte_eth_dev *eth_dev, bool flg)
899 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
900 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
901 struct ecore_sp_vport_update_params params;
902 struct ecore_hwfn *p_hwfn;
906 memset(¶ms, 0, sizeof(struct ecore_sp_vport_update_params));
908 params.update_inner_vlan_removal_flg = 1;
909 params.inner_vlan_removal_flg = flg;
910 for_each_hwfn(edev, i) {
911 p_hwfn = &edev->hwfns[i];
912 params.opaque_fid = p_hwfn->hw_info.opaque_fid;
913 rc = ecore_sp_vport_update(p_hwfn, ¶ms,
914 ECORE_SPQ_MODE_EBLOCK, NULL);
915 if (rc != ECORE_SUCCESS) {
916 DP_ERR(edev, "Failed to update vport\n");
921 DP_INFO(edev, "VLAN stripping %s\n", flg ? "enabled" : "disabled");
925 static int qede_vlan_filter_set(struct rte_eth_dev *eth_dev,
926 uint16_t vlan_id, int on)
928 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
929 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
930 struct qed_dev_eth_info *dev_info = &qdev->dev_info;
931 struct qede_vlan_entry *tmp = NULL;
932 struct qede_vlan_entry *vlan;
933 struct ecore_filter_ucast ucast;
937 if (qdev->configured_vlans == dev_info->num_vlan_filters) {
938 DP_ERR(edev, "Reached max VLAN filter limit"
939 " enabling accept_any_vlan\n");
940 qede_config_accept_any_vlan(qdev, true);
944 SLIST_FOREACH(tmp, &qdev->vlan_list_head, list) {
945 if (tmp->vid == vlan_id) {
946 DP_ERR(edev, "VLAN %u already configured\n",
952 vlan = rte_malloc(NULL, sizeof(struct qede_vlan_entry),
953 RTE_CACHE_LINE_SIZE);
956 DP_ERR(edev, "Did not allocate memory for VLAN\n");
960 qede_set_ucast_cmn_params(&ucast);
961 ucast.opcode = ECORE_FILTER_ADD;
962 ucast.type = ECORE_FILTER_VLAN;
963 ucast.vlan = vlan_id;
964 rc = ecore_filter_ucast_cmd(edev, &ucast, ECORE_SPQ_MODE_CB,
967 DP_ERR(edev, "Failed to add VLAN %u rc %d\n", vlan_id,
972 SLIST_INSERT_HEAD(&qdev->vlan_list_head, vlan, list);
973 qdev->configured_vlans++;
974 DP_INFO(edev, "VLAN %u added, configured_vlans %u\n",
975 vlan_id, qdev->configured_vlans);
978 SLIST_FOREACH(tmp, &qdev->vlan_list_head, list) {
979 if (tmp->vid == vlan_id)
984 if (qdev->configured_vlans == 0) {
986 "No VLAN filters configured yet\n");
990 DP_ERR(edev, "VLAN %u not configured\n", vlan_id);
994 SLIST_REMOVE(&qdev->vlan_list_head, tmp, qede_vlan_entry, list);
996 qede_set_ucast_cmn_params(&ucast);
997 ucast.opcode = ECORE_FILTER_REMOVE;
998 ucast.type = ECORE_FILTER_VLAN;
999 ucast.vlan = vlan_id;
1000 rc = ecore_filter_ucast_cmd(edev, &ucast, ECORE_SPQ_MODE_CB,
1003 DP_ERR(edev, "Failed to delete VLAN %u rc %d\n",
1006 qdev->configured_vlans--;
1007 DP_INFO(edev, "VLAN %u removed configured_vlans %u\n",
1008 vlan_id, qdev->configured_vlans);
1015 static int qede_vlan_offload_set(struct rte_eth_dev *eth_dev, int mask)
1017 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1018 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1019 struct rte_eth_rxmode *rxmode = ð_dev->data->dev_conf.rxmode;
1021 if (mask & ETH_VLAN_STRIP_MASK) {
1022 if (rxmode->hw_vlan_strip)
1023 (void)qede_vlan_stripping(eth_dev, 1);
1025 (void)qede_vlan_stripping(eth_dev, 0);
1028 if (mask & ETH_VLAN_FILTER_MASK) {
1029 /* VLAN filtering kicks in when a VLAN is added */
1030 if (rxmode->hw_vlan_filter) {
1031 qede_vlan_filter_set(eth_dev, 0, 1);
1033 if (qdev->configured_vlans > 1) { /* Excluding VLAN0 */
1035 " Please remove existing VLAN filters"
1036 " before disabling VLAN filtering\n");
1037 /* Signal app that VLAN filtering is still
1040 rxmode->hw_vlan_filter = true;
1042 qede_vlan_filter_set(eth_dev, 0, 0);
1047 if (mask & ETH_VLAN_EXTEND_MASK)
1048 DP_INFO(edev, "No offloads are supported with VLAN Q-in-Q"
1049 " and classification is based on outer tag only\n");
1051 DP_INFO(edev, "vlan offload mask %d vlan-strip %d vlan-filter %d\n",
1052 mask, rxmode->hw_vlan_strip, rxmode->hw_vlan_filter);
1057 static void qede_prandom_bytes(uint32_t *buff)
1061 srand((unsigned int)time(NULL));
1062 for (i = 0; i < ECORE_RSS_KEY_SIZE; i++)
1066 int qede_config_rss(struct rte_eth_dev *eth_dev)
1068 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1069 #ifdef RTE_LIBRTE_QEDE_DEBUG_INFO
1070 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1072 uint32_t def_rss_key[ECORE_RSS_KEY_SIZE];
1073 struct rte_eth_rss_reta_entry64 reta_conf[2];
1074 struct rte_eth_rss_conf rss_conf;
1075 uint32_t i, id, pos, q;
1077 rss_conf = eth_dev->data->dev_conf.rx_adv_conf.rss_conf;
1078 if (!rss_conf.rss_key) {
1079 DP_INFO(edev, "Applying driver default key\n");
1080 rss_conf.rss_key_len = ECORE_RSS_KEY_SIZE * sizeof(uint32_t);
1081 qede_prandom_bytes(&def_rss_key[0]);
1082 rss_conf.rss_key = (uint8_t *)&def_rss_key[0];
1085 /* Configure RSS hash */
1086 if (qede_rss_hash_update(eth_dev, &rss_conf))
1089 /* Configure default RETA */
1090 memset(reta_conf, 0, sizeof(reta_conf));
1091 for (i = 0; i < ECORE_RSS_IND_TABLE_SIZE; i++)
1092 reta_conf[i / RTE_RETA_GROUP_SIZE].mask = UINT64_MAX;
1094 for (i = 0; i < ECORE_RSS_IND_TABLE_SIZE; i++) {
1095 id = i / RTE_RETA_GROUP_SIZE;
1096 pos = i % RTE_RETA_GROUP_SIZE;
1097 q = i % QEDE_RSS_COUNT(qdev);
1098 reta_conf[id].reta[pos] = q;
1100 if (qede_rss_reta_update(eth_dev, &reta_conf[0],
1101 ECORE_RSS_IND_TABLE_SIZE))
1107 static void qede_fastpath_start(struct ecore_dev *edev)
1109 struct ecore_hwfn *p_hwfn;
1112 for_each_hwfn(edev, i) {
1113 p_hwfn = &edev->hwfns[i];
1114 ecore_hw_start_fastpath(p_hwfn);
1118 static int qede_dev_start(struct rte_eth_dev *eth_dev)
1120 struct rte_eth_rxmode *rxmode = ð_dev->data->dev_conf.rxmode;
1121 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1122 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1124 PMD_INIT_FUNC_TRACE(edev);
1126 /* Update MTU only if it has changed */
1127 if (qdev->mtu != qdev->new_mtu) {
1128 if (qede_update_mtu(eth_dev, qdev->new_mtu))
1130 qdev->mtu = qdev->new_mtu;
1133 /* Configure TPA parameters */
1134 if (rxmode->enable_lro) {
1135 if (qede_enable_tpa(eth_dev, true))
1137 /* Enable scatter mode for LRO */
1138 if (!rxmode->enable_scatter)
1139 eth_dev->data->scattered_rx = 1;
1143 if (qede_start_queues(eth_dev))
1146 /* Newer SR-IOV PF driver expects RX/TX queues to be started before
1147 * enabling RSS. Hence RSS configuration is deferred upto this point.
1148 * Also, we would like to retain similar behavior in PF case, so we
1149 * don't do PF/VF specific check here.
1151 if (rxmode->mq_mode == ETH_MQ_RX_RSS)
1152 if (qede_config_rss(eth_dev))
1156 if (qede_activate_vport(eth_dev, true))
1159 /* Bring-up the link */
1160 qede_dev_set_link_state(eth_dev, true);
1162 /* Start/resume traffic */
1163 qede_fastpath_start(edev);
1165 DP_INFO(edev, "Device started\n");
1169 DP_ERR(edev, "Device start fails\n");
1170 return -1; /* common error code is < 0 */
1173 static void qede_dev_stop(struct rte_eth_dev *eth_dev)
1175 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1176 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1178 PMD_INIT_FUNC_TRACE(edev);
1181 if (qede_activate_vport(eth_dev, false))
1184 if (qdev->enable_lro)
1185 qede_enable_tpa(eth_dev, false);
1188 qede_stop_queues(eth_dev);
1190 /* Disable traffic */
1191 ecore_hw_stop_fastpath(edev); /* TBD - loop */
1193 /* Bring the link down */
1194 qede_dev_set_link_state(eth_dev, false);
1196 DP_INFO(edev, "Device is stopped\n");
1199 static int qede_dev_configure(struct rte_eth_dev *eth_dev)
1201 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1202 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1203 struct rte_eth_rxmode *rxmode = ð_dev->data->dev_conf.rxmode;
1206 PMD_INIT_FUNC_TRACE(edev);
1208 /* Check requirements for 100G mode */
1209 if (ECORE_IS_CMT(edev)) {
1210 if (eth_dev->data->nb_rx_queues < 2 ||
1211 eth_dev->data->nb_tx_queues < 2) {
1212 DP_ERR(edev, "100G mode needs min. 2 RX/TX queues\n");
1216 if ((eth_dev->data->nb_rx_queues % 2 != 0) ||
1217 (eth_dev->data->nb_tx_queues % 2 != 0)) {
1219 "100G mode needs even no. of RX/TX queues\n");
1224 /* Sanity checks and throw warnings */
1225 if (rxmode->enable_scatter)
1226 eth_dev->data->scattered_rx = 1;
1228 if (!rxmode->hw_strip_crc)
1229 DP_INFO(edev, "L2 CRC stripping is always enabled in hw\n");
1231 if (!rxmode->hw_ip_checksum)
1232 DP_INFO(edev, "IP/UDP/TCP checksum offload is always enabled "
1234 if (rxmode->header_split)
1235 DP_INFO(edev, "Header split enable is not supported\n");
1236 if (!(rxmode->mq_mode == ETH_MQ_RX_NONE || rxmode->mq_mode ==
1238 DP_ERR(edev, "Unsupported multi-queue mode\n");
1241 /* Flow director mode check */
1242 if (qede_check_fdir_support(eth_dev))
1245 /* Deallocate resources if held previously. It is needed only if the
1246 * queue count has been changed from previous configuration. If its
1247 * going to change then it means RX/TX queue setup will be called
1248 * again and the fastpath pointers will be reinitialized there.
1250 if (qdev->num_tx_queues != eth_dev->data->nb_tx_queues ||
1251 qdev->num_rx_queues != eth_dev->data->nb_rx_queues) {
1252 qede_dealloc_fp_resc(eth_dev);
1253 /* Proceed with updated queue count */
1254 qdev->num_tx_queues = eth_dev->data->nb_tx_queues;
1255 qdev->num_rx_queues = eth_dev->data->nb_rx_queues;
1256 if (qede_alloc_fp_resc(qdev))
1260 /* VF's MTU has to be set using vport-start where as
1261 * PF's MTU can be updated via vport-update.
1264 if (qede_start_vport(qdev, rxmode->max_rx_pkt_len))
1267 if (qede_update_mtu(eth_dev, rxmode->max_rx_pkt_len))
1271 qdev->mtu = rxmode->max_rx_pkt_len;
1272 qdev->new_mtu = qdev->mtu;
1274 /* Enable VLAN offloads by default */
1275 ret = qede_vlan_offload_set(eth_dev, ETH_VLAN_STRIP_MASK |
1276 ETH_VLAN_FILTER_MASK |
1277 ETH_VLAN_EXTEND_MASK);
1281 DP_INFO(edev, "Device configured with RSS=%d TSS=%d\n",
1282 QEDE_RSS_COUNT(qdev), QEDE_TSS_COUNT(qdev));
1287 /* Info about HW descriptor ring limitations */
1288 static const struct rte_eth_desc_lim qede_rx_desc_lim = {
1289 .nb_max = 0x8000, /* 32K */
1291 .nb_align = 128 /* lowest common multiple */
1294 static const struct rte_eth_desc_lim qede_tx_desc_lim = {
1295 .nb_max = 0x8000, /* 32K */
1298 .nb_seg_max = ETH_TX_MAX_BDS_PER_LSO_PACKET,
1299 .nb_mtu_seg_max = ETH_TX_MAX_BDS_PER_NON_LSO_PACKET
1303 qede_dev_info_get(struct rte_eth_dev *eth_dev,
1304 struct rte_eth_dev_info *dev_info)
1306 struct qede_dev *qdev = eth_dev->data->dev_private;
1307 struct ecore_dev *edev = &qdev->edev;
1308 struct qed_link_output link;
1309 uint32_t speed_cap = 0;
1311 PMD_INIT_FUNC_TRACE(edev);
1313 dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev);
1314 dev_info->min_rx_bufsize = (uint32_t)QEDE_MIN_RX_BUFF_SIZE;
1315 dev_info->max_rx_pktlen = (uint32_t)ETH_TX_MAX_NON_LSO_PKT_LEN;
1316 dev_info->rx_desc_lim = qede_rx_desc_lim;
1317 dev_info->tx_desc_lim = qede_tx_desc_lim;
1320 dev_info->max_rx_queues = (uint16_t)RTE_MIN(
1321 QEDE_MAX_RSS_CNT(qdev), QEDE_PF_NUM_CONNS / 2);
1323 dev_info->max_rx_queues = (uint16_t)RTE_MIN(
1324 QEDE_MAX_RSS_CNT(qdev), ECORE_MAX_VF_CHAINS_PER_PF);
1325 dev_info->max_tx_queues = dev_info->max_rx_queues;
1327 dev_info->max_mac_addrs = qdev->dev_info.num_mac_filters;
1328 dev_info->max_vfs = 0;
1329 dev_info->reta_size = ECORE_RSS_IND_TABLE_SIZE;
1330 dev_info->hash_key_size = ECORE_RSS_KEY_SIZE * sizeof(uint32_t);
1331 dev_info->flow_type_rss_offloads = (uint64_t)QEDE_RSS_OFFLOAD_ALL;
1333 dev_info->default_txconf = (struct rte_eth_txconf) {
1334 .txq_flags = QEDE_TXQ_FLAGS,
1337 dev_info->rx_offload_capa = (DEV_RX_OFFLOAD_VLAN_STRIP |
1338 DEV_RX_OFFLOAD_IPV4_CKSUM |
1339 DEV_RX_OFFLOAD_UDP_CKSUM |
1340 DEV_RX_OFFLOAD_TCP_CKSUM |
1341 DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM |
1342 DEV_RX_OFFLOAD_TCP_LRO);
1344 dev_info->tx_offload_capa = (DEV_TX_OFFLOAD_VLAN_INSERT |
1345 DEV_TX_OFFLOAD_IPV4_CKSUM |
1346 DEV_TX_OFFLOAD_UDP_CKSUM |
1347 DEV_TX_OFFLOAD_TCP_CKSUM |
1348 DEV_TX_OFFLOAD_OUTER_IPV4_CKSUM |
1349 DEV_TX_OFFLOAD_TCP_TSO |
1350 DEV_TX_OFFLOAD_VXLAN_TNL_TSO);
1352 memset(&link, 0, sizeof(struct qed_link_output));
1353 qdev->ops->common->get_link(edev, &link);
1354 if (link.adv_speed & NVM_CFG1_PORT_DRV_SPEED_CAPABILITY_MASK_1G)
1355 speed_cap |= ETH_LINK_SPEED_1G;
1356 if (link.adv_speed & NVM_CFG1_PORT_DRV_SPEED_CAPABILITY_MASK_10G)
1357 speed_cap |= ETH_LINK_SPEED_10G;
1358 if (link.adv_speed & NVM_CFG1_PORT_DRV_SPEED_CAPABILITY_MASK_25G)
1359 speed_cap |= ETH_LINK_SPEED_25G;
1360 if (link.adv_speed & NVM_CFG1_PORT_DRV_SPEED_CAPABILITY_MASK_40G)
1361 speed_cap |= ETH_LINK_SPEED_40G;
1362 if (link.adv_speed & NVM_CFG1_PORT_DRV_SPEED_CAPABILITY_MASK_50G)
1363 speed_cap |= ETH_LINK_SPEED_50G;
1364 if (link.adv_speed & NVM_CFG1_PORT_DRV_SPEED_CAPABILITY_MASK_BB_100G)
1365 speed_cap |= ETH_LINK_SPEED_100G;
1366 dev_info->speed_capa = speed_cap;
1369 /* return 0 means link status changed, -1 means not changed */
1371 qede_link_update(struct rte_eth_dev *eth_dev, __rte_unused int wait_to_complete)
1373 struct qede_dev *qdev = eth_dev->data->dev_private;
1374 struct ecore_dev *edev = &qdev->edev;
1375 uint16_t link_duplex;
1376 struct qed_link_output link;
1377 struct rte_eth_link *curr = ð_dev->data->dev_link;
1379 memset(&link, 0, sizeof(struct qed_link_output));
1380 qdev->ops->common->get_link(edev, &link);
1383 curr->link_speed = link.speed;
1386 switch (link.duplex) {
1387 case QEDE_DUPLEX_HALF:
1388 link_duplex = ETH_LINK_HALF_DUPLEX;
1390 case QEDE_DUPLEX_FULL:
1391 link_duplex = ETH_LINK_FULL_DUPLEX;
1393 case QEDE_DUPLEX_UNKNOWN:
1397 curr->link_duplex = link_duplex;
1400 curr->link_status = (link.link_up) ? ETH_LINK_UP : ETH_LINK_DOWN;
1403 curr->link_autoneg = (link.supported_caps & QEDE_SUPPORTED_AUTONEG) ?
1404 ETH_LINK_AUTONEG : ETH_LINK_FIXED;
1406 DP_INFO(edev, "Link - Speed %u Mode %u AN %u Status %u\n",
1407 curr->link_speed, curr->link_duplex,
1408 curr->link_autoneg, curr->link_status);
1410 /* return 0 means link status changed, -1 means not changed */
1411 return ((curr->link_status == link.link_up) ? -1 : 0);
1414 static void qede_promiscuous_enable(struct rte_eth_dev *eth_dev)
1416 #ifdef RTE_LIBRTE_QEDE_DEBUG_INIT
1417 struct qede_dev *qdev = eth_dev->data->dev_private;
1418 struct ecore_dev *edev = &qdev->edev;
1420 PMD_INIT_FUNC_TRACE(edev);
1423 enum qed_filter_rx_mode_type type = QED_FILTER_RX_MODE_TYPE_PROMISC;
1425 if (rte_eth_allmulticast_get(eth_dev->data->port_id) == 1)
1426 type |= QED_FILTER_RX_MODE_TYPE_MULTI_PROMISC;
1428 qed_configure_filter_rx_mode(eth_dev, type);
1431 static void qede_promiscuous_disable(struct rte_eth_dev *eth_dev)
1433 #ifdef RTE_LIBRTE_QEDE_DEBUG_INIT
1434 struct qede_dev *qdev = eth_dev->data->dev_private;
1435 struct ecore_dev *edev = &qdev->edev;
1437 PMD_INIT_FUNC_TRACE(edev);
1440 if (rte_eth_allmulticast_get(eth_dev->data->port_id) == 1)
1441 qed_configure_filter_rx_mode(eth_dev,
1442 QED_FILTER_RX_MODE_TYPE_MULTI_PROMISC);
1444 qed_configure_filter_rx_mode(eth_dev,
1445 QED_FILTER_RX_MODE_TYPE_REGULAR);
1448 static void qede_poll_sp_sb_cb(void *param)
1450 struct rte_eth_dev *eth_dev = (struct rte_eth_dev *)param;
1451 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1452 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1455 qede_interrupt_action(ECORE_LEADING_HWFN(edev));
1456 qede_interrupt_action(&edev->hwfns[1]);
1458 rc = rte_eal_alarm_set(timer_period * US_PER_S,
1462 DP_ERR(edev, "Unable to start periodic"
1463 " timer rc %d\n", rc);
1464 assert(false && "Unable to start periodic timer");
1468 static void qede_dev_close(struct rte_eth_dev *eth_dev)
1470 struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev);
1471 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1472 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1474 PMD_INIT_FUNC_TRACE(edev);
1476 /* dev_stop() shall cleanup fp resources in hw but without releasing
1477 * dma memories and sw structures so that dev_start() can be called
1478 * by the app without reconfiguration. However, in dev_close() we
1479 * can release all the resources and device can be brought up newly
1481 if (eth_dev->data->dev_started)
1482 qede_dev_stop(eth_dev);
1484 qede_stop_vport(edev);
1485 qede_fdir_dealloc_resc(eth_dev);
1486 qede_dealloc_fp_resc(eth_dev);
1488 eth_dev->data->nb_rx_queues = 0;
1489 eth_dev->data->nb_tx_queues = 0;
1491 qdev->ops->common->slowpath_stop(edev);
1492 qdev->ops->common->remove(edev);
1493 rte_intr_disable(&pci_dev->intr_handle);
1494 rte_intr_callback_unregister(&pci_dev->intr_handle,
1495 qede_interrupt_handler, (void *)eth_dev);
1496 if (ECORE_IS_CMT(edev))
1497 rte_eal_alarm_cancel(qede_poll_sp_sb_cb, (void *)eth_dev);
1501 qede_get_stats(struct rte_eth_dev *eth_dev, struct rte_eth_stats *eth_stats)
1503 struct qede_dev *qdev = eth_dev->data->dev_private;
1504 struct ecore_dev *edev = &qdev->edev;
1505 struct ecore_eth_stats stats;
1506 unsigned int i = 0, j = 0, qid;
1507 unsigned int rxq_stat_cntrs, txq_stat_cntrs;
1508 struct qede_tx_queue *txq;
1510 ecore_get_vport_stats(edev, &stats);
1513 eth_stats->ipackets = stats.common.rx_ucast_pkts +
1514 stats.common.rx_mcast_pkts + stats.common.rx_bcast_pkts;
1516 eth_stats->ibytes = stats.common.rx_ucast_bytes +
1517 stats.common.rx_mcast_bytes + stats.common.rx_bcast_bytes;
1519 eth_stats->ierrors = stats.common.rx_crc_errors +
1520 stats.common.rx_align_errors +
1521 stats.common.rx_carrier_errors +
1522 stats.common.rx_oversize_packets +
1523 stats.common.rx_jabbers + stats.common.rx_undersize_packets;
1525 eth_stats->rx_nombuf = stats.common.no_buff_discards;
1527 eth_stats->imissed = stats.common.mftag_filter_discards +
1528 stats.common.mac_filter_discards +
1529 stats.common.no_buff_discards +
1530 stats.common.brb_truncates + stats.common.brb_discards;
1533 eth_stats->opackets = stats.common.tx_ucast_pkts +
1534 stats.common.tx_mcast_pkts + stats.common.tx_bcast_pkts;
1536 eth_stats->obytes = stats.common.tx_ucast_bytes +
1537 stats.common.tx_mcast_bytes + stats.common.tx_bcast_bytes;
1539 eth_stats->oerrors = stats.common.tx_err_drop_pkts;
1542 rxq_stat_cntrs = RTE_MIN(QEDE_RSS_COUNT(qdev),
1543 RTE_ETHDEV_QUEUE_STAT_CNTRS);
1544 txq_stat_cntrs = RTE_MIN(QEDE_TSS_COUNT(qdev),
1545 RTE_ETHDEV_QUEUE_STAT_CNTRS);
1546 if ((rxq_stat_cntrs != (unsigned int)QEDE_RSS_COUNT(qdev)) ||
1547 (txq_stat_cntrs != (unsigned int)QEDE_TSS_COUNT(qdev)))
1548 DP_VERBOSE(edev, ECORE_MSG_DEBUG,
1549 "Not all the queue stats will be displayed. Set"
1550 " RTE_ETHDEV_QUEUE_STAT_CNTRS config param"
1551 " appropriately and retry.\n");
1554 eth_stats->q_ipackets[i] =
1556 ((char *)(qdev->fp_array[qid].rxq)) +
1557 offsetof(struct qede_rx_queue,
1559 eth_stats->q_errors[i] =
1561 ((char *)(qdev->fp_array[qid].rxq)) +
1562 offsetof(struct qede_rx_queue,
1565 ((char *)(qdev->fp_array[qid].rxq)) +
1566 offsetof(struct qede_rx_queue,
1569 if (i == rxq_stat_cntrs)
1574 txq = qdev->fp_array[qid].txq;
1575 eth_stats->q_opackets[j] =
1576 *((uint64_t *)(uintptr_t)
1577 (((uint64_t)(uintptr_t)(txq)) +
1578 offsetof(struct qede_tx_queue,
1581 if (j == txq_stat_cntrs)
1589 qede_get_xstats_count(struct qede_dev *qdev) {
1590 if (ECORE_IS_BB(&qdev->edev))
1591 return RTE_DIM(qede_xstats_strings) +
1592 RTE_DIM(qede_bb_xstats_strings) +
1593 (RTE_DIM(qede_rxq_xstats_strings) *
1594 RTE_MIN(QEDE_RSS_COUNT(qdev),
1595 RTE_ETHDEV_QUEUE_STAT_CNTRS));
1597 return RTE_DIM(qede_xstats_strings) +
1598 RTE_DIM(qede_ah_xstats_strings) +
1599 (RTE_DIM(qede_rxq_xstats_strings) *
1600 RTE_MIN(QEDE_RSS_COUNT(qdev),
1601 RTE_ETHDEV_QUEUE_STAT_CNTRS));
1605 qede_get_xstats_names(struct rte_eth_dev *dev,
1606 struct rte_eth_xstat_name *xstats_names,
1607 __rte_unused unsigned int limit)
1609 struct qede_dev *qdev = dev->data->dev_private;
1610 struct ecore_dev *edev = &qdev->edev;
1611 const unsigned int stat_cnt = qede_get_xstats_count(qdev);
1612 unsigned int i, qid, stat_idx = 0;
1613 unsigned int rxq_stat_cntrs;
1615 if (xstats_names != NULL) {
1616 for (i = 0; i < RTE_DIM(qede_xstats_strings); i++) {
1617 snprintf(xstats_names[stat_idx].name,
1618 sizeof(xstats_names[stat_idx].name),
1620 qede_xstats_strings[i].name);
1624 if (ECORE_IS_BB(edev)) {
1625 for (i = 0; i < RTE_DIM(qede_bb_xstats_strings); i++) {
1626 snprintf(xstats_names[stat_idx].name,
1627 sizeof(xstats_names[stat_idx].name),
1629 qede_bb_xstats_strings[i].name);
1633 for (i = 0; i < RTE_DIM(qede_ah_xstats_strings); i++) {
1634 snprintf(xstats_names[stat_idx].name,
1635 sizeof(xstats_names[stat_idx].name),
1637 qede_ah_xstats_strings[i].name);
1642 rxq_stat_cntrs = RTE_MIN(QEDE_RSS_COUNT(qdev),
1643 RTE_ETHDEV_QUEUE_STAT_CNTRS);
1644 for (qid = 0; qid < rxq_stat_cntrs; qid++) {
1645 for (i = 0; i < RTE_DIM(qede_rxq_xstats_strings); i++) {
1646 snprintf(xstats_names[stat_idx].name,
1647 sizeof(xstats_names[stat_idx].name),
1649 qede_rxq_xstats_strings[i].name, qid,
1650 qede_rxq_xstats_strings[i].name + 4);
1660 qede_get_xstats(struct rte_eth_dev *dev, struct rte_eth_xstat *xstats,
1663 struct qede_dev *qdev = dev->data->dev_private;
1664 struct ecore_dev *edev = &qdev->edev;
1665 struct ecore_eth_stats stats;
1666 const unsigned int num = qede_get_xstats_count(qdev);
1667 unsigned int i, qid, stat_idx = 0;
1668 unsigned int rxq_stat_cntrs;
1673 ecore_get_vport_stats(edev, &stats);
1675 for (i = 0; i < RTE_DIM(qede_xstats_strings); i++) {
1676 xstats[stat_idx].value = *(uint64_t *)(((char *)&stats) +
1677 qede_xstats_strings[i].offset);
1678 xstats[stat_idx].id = stat_idx;
1682 if (ECORE_IS_BB(edev)) {
1683 for (i = 0; i < RTE_DIM(qede_bb_xstats_strings); i++) {
1684 xstats[stat_idx].value =
1685 *(uint64_t *)(((char *)&stats) +
1686 qede_bb_xstats_strings[i].offset);
1687 xstats[stat_idx].id = stat_idx;
1691 for (i = 0; i < RTE_DIM(qede_ah_xstats_strings); i++) {
1692 xstats[stat_idx].value =
1693 *(uint64_t *)(((char *)&stats) +
1694 qede_ah_xstats_strings[i].offset);
1695 xstats[stat_idx].id = stat_idx;
1700 rxq_stat_cntrs = RTE_MIN(QEDE_RSS_COUNT(qdev),
1701 RTE_ETHDEV_QUEUE_STAT_CNTRS);
1702 for (qid = 0; qid < rxq_stat_cntrs; qid++) {
1704 for (i = 0; i < RTE_DIM(qede_rxq_xstats_strings); i++) {
1705 xstats[stat_idx].value = *(uint64_t *)(
1706 ((char *)(qdev->fp_array[qid].rxq)) +
1707 qede_rxq_xstats_strings[i].offset);
1708 xstats[stat_idx].id = stat_idx;
1718 qede_reset_xstats(struct rte_eth_dev *dev)
1720 struct qede_dev *qdev = dev->data->dev_private;
1721 struct ecore_dev *edev = &qdev->edev;
1723 ecore_reset_vport_stats(edev);
1726 int qede_dev_set_link_state(struct rte_eth_dev *eth_dev, bool link_up)
1728 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1729 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1730 struct qed_link_params link_params;
1733 DP_INFO(edev, "setting link state %d\n", link_up);
1734 memset(&link_params, 0, sizeof(link_params));
1735 link_params.link_up = link_up;
1736 rc = qdev->ops->common->set_link(edev, &link_params);
1737 if (rc != ECORE_SUCCESS)
1738 DP_ERR(edev, "Unable to set link state %d\n", link_up);
1743 static int qede_dev_set_link_up(struct rte_eth_dev *eth_dev)
1745 return qede_dev_set_link_state(eth_dev, true);
1748 static int qede_dev_set_link_down(struct rte_eth_dev *eth_dev)
1750 return qede_dev_set_link_state(eth_dev, false);
1753 static void qede_reset_stats(struct rte_eth_dev *eth_dev)
1755 struct qede_dev *qdev = eth_dev->data->dev_private;
1756 struct ecore_dev *edev = &qdev->edev;
1758 ecore_reset_vport_stats(edev);
1761 static void qede_allmulticast_enable(struct rte_eth_dev *eth_dev)
1763 enum qed_filter_rx_mode_type type =
1764 QED_FILTER_RX_MODE_TYPE_MULTI_PROMISC;
1766 if (rte_eth_promiscuous_get(eth_dev->data->port_id) == 1)
1767 type |= QED_FILTER_RX_MODE_TYPE_PROMISC;
1769 qed_configure_filter_rx_mode(eth_dev, type);
1772 static void qede_allmulticast_disable(struct rte_eth_dev *eth_dev)
1774 if (rte_eth_promiscuous_get(eth_dev->data->port_id) == 1)
1775 qed_configure_filter_rx_mode(eth_dev,
1776 QED_FILTER_RX_MODE_TYPE_PROMISC);
1778 qed_configure_filter_rx_mode(eth_dev,
1779 QED_FILTER_RX_MODE_TYPE_REGULAR);
1782 static int qede_flow_ctrl_set(struct rte_eth_dev *eth_dev,
1783 struct rte_eth_fc_conf *fc_conf)
1785 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1786 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1787 struct qed_link_output current_link;
1788 struct qed_link_params params;
1790 memset(¤t_link, 0, sizeof(current_link));
1791 qdev->ops->common->get_link(edev, ¤t_link);
1793 memset(¶ms, 0, sizeof(params));
1794 params.override_flags |= QED_LINK_OVERRIDE_PAUSE_CONFIG;
1795 if (fc_conf->autoneg) {
1796 if (!(current_link.supported_caps & QEDE_SUPPORTED_AUTONEG)) {
1797 DP_ERR(edev, "Autoneg not supported\n");
1800 params.pause_config |= QED_LINK_PAUSE_AUTONEG_ENABLE;
1803 /* Pause is assumed to be supported (SUPPORTED_Pause) */
1804 if (fc_conf->mode == RTE_FC_FULL)
1805 params.pause_config |= (QED_LINK_PAUSE_TX_ENABLE |
1806 QED_LINK_PAUSE_RX_ENABLE);
1807 if (fc_conf->mode == RTE_FC_TX_PAUSE)
1808 params.pause_config |= QED_LINK_PAUSE_TX_ENABLE;
1809 if (fc_conf->mode == RTE_FC_RX_PAUSE)
1810 params.pause_config |= QED_LINK_PAUSE_RX_ENABLE;
1812 params.link_up = true;
1813 (void)qdev->ops->common->set_link(edev, ¶ms);
1818 static int qede_flow_ctrl_get(struct rte_eth_dev *eth_dev,
1819 struct rte_eth_fc_conf *fc_conf)
1821 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1822 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1823 struct qed_link_output current_link;
1825 memset(¤t_link, 0, sizeof(current_link));
1826 qdev->ops->common->get_link(edev, ¤t_link);
1828 if (current_link.pause_config & QED_LINK_PAUSE_AUTONEG_ENABLE)
1829 fc_conf->autoneg = true;
1831 if (current_link.pause_config & (QED_LINK_PAUSE_RX_ENABLE |
1832 QED_LINK_PAUSE_TX_ENABLE))
1833 fc_conf->mode = RTE_FC_FULL;
1834 else if (current_link.pause_config & QED_LINK_PAUSE_RX_ENABLE)
1835 fc_conf->mode = RTE_FC_RX_PAUSE;
1836 else if (current_link.pause_config & QED_LINK_PAUSE_TX_ENABLE)
1837 fc_conf->mode = RTE_FC_TX_PAUSE;
1839 fc_conf->mode = RTE_FC_NONE;
1844 static const uint32_t *
1845 qede_dev_supported_ptypes_get(struct rte_eth_dev *eth_dev)
1847 static const uint32_t ptypes[] = {
1849 RTE_PTYPE_L2_ETHER_VLAN,
1854 RTE_PTYPE_TUNNEL_VXLAN,
1857 RTE_PTYPE_INNER_L2_ETHER,
1858 RTE_PTYPE_INNER_L2_ETHER_VLAN,
1859 RTE_PTYPE_INNER_L3_IPV4,
1860 RTE_PTYPE_INNER_L3_IPV6,
1861 RTE_PTYPE_INNER_L4_TCP,
1862 RTE_PTYPE_INNER_L4_UDP,
1863 RTE_PTYPE_INNER_L4_FRAG,
1867 if (eth_dev->rx_pkt_burst == qede_recv_pkts)
1873 static void qede_init_rss_caps(uint8_t *rss_caps, uint64_t hf)
1876 *rss_caps |= (hf & ETH_RSS_IPV4) ? ECORE_RSS_IPV4 : 0;
1877 *rss_caps |= (hf & ETH_RSS_IPV6) ? ECORE_RSS_IPV6 : 0;
1878 *rss_caps |= (hf & ETH_RSS_IPV6_EX) ? ECORE_RSS_IPV6 : 0;
1879 *rss_caps |= (hf & ETH_RSS_NONFRAG_IPV4_TCP) ? ECORE_RSS_IPV4_TCP : 0;
1880 *rss_caps |= (hf & ETH_RSS_NONFRAG_IPV6_TCP) ? ECORE_RSS_IPV6_TCP : 0;
1881 *rss_caps |= (hf & ETH_RSS_IPV6_TCP_EX) ? ECORE_RSS_IPV6_TCP : 0;
1882 *rss_caps |= (hf & ETH_RSS_NONFRAG_IPV4_UDP) ? ECORE_RSS_IPV4_UDP : 0;
1883 *rss_caps |= (hf & ETH_RSS_NONFRAG_IPV6_UDP) ? ECORE_RSS_IPV6_UDP : 0;
1886 int qede_rss_hash_update(struct rte_eth_dev *eth_dev,
1887 struct rte_eth_rss_conf *rss_conf)
1889 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1890 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
1891 struct ecore_sp_vport_update_params vport_update_params;
1892 struct ecore_rss_params rss_params;
1893 struct ecore_hwfn *p_hwfn;
1894 uint32_t *key = (uint32_t *)rss_conf->rss_key;
1895 uint64_t hf = rss_conf->rss_hf;
1896 uint8_t len = rss_conf->rss_key_len;
1901 memset(&vport_update_params, 0, sizeof(vport_update_params));
1902 memset(&rss_params, 0, sizeof(rss_params));
1904 DP_INFO(edev, "RSS hf = 0x%lx len = %u key = %p\n",
1905 (unsigned long)hf, len, key);
1909 DP_INFO(edev, "Enabling rss\n");
1912 qede_init_rss_caps(&rss_params.rss_caps, hf);
1913 rss_params.update_rss_capabilities = 1;
1917 if (len > (ECORE_RSS_KEY_SIZE * sizeof(uint32_t))) {
1918 DP_ERR(edev, "RSS key length exceeds limit\n");
1921 DP_INFO(edev, "Applying user supplied hash key\n");
1922 rss_params.update_rss_key = 1;
1923 memcpy(&rss_params.rss_key, key, len);
1925 rss_params.rss_enable = 1;
1928 rss_params.update_rss_config = 1;
1929 /* tbl_size has to be set with capabilities */
1930 rss_params.rss_table_size_log = 7;
1931 vport_update_params.vport_id = 0;
1932 /* pass the L2 handles instead of qids */
1933 for (i = 0 ; i < ECORE_RSS_IND_TABLE_SIZE ; i++) {
1934 idx = qdev->rss_ind_table[i];
1935 rss_params.rss_ind_table[i] = qdev->fp_array[idx].rxq->handle;
1937 vport_update_params.rss_params = &rss_params;
1939 for_each_hwfn(edev, i) {
1940 p_hwfn = &edev->hwfns[i];
1941 vport_update_params.opaque_fid = p_hwfn->hw_info.opaque_fid;
1942 rc = ecore_sp_vport_update(p_hwfn, &vport_update_params,
1943 ECORE_SPQ_MODE_EBLOCK, NULL);
1945 DP_ERR(edev, "vport-update for RSS failed\n");
1949 qdev->rss_enable = rss_params.rss_enable;
1951 /* Update local structure for hash query */
1952 qdev->rss_conf.rss_hf = hf;
1953 qdev->rss_conf.rss_key_len = len;
1954 if (qdev->rss_enable) {
1955 if (qdev->rss_conf.rss_key == NULL) {
1956 qdev->rss_conf.rss_key = (uint8_t *)malloc(len);
1957 if (qdev->rss_conf.rss_key == NULL) {
1958 DP_ERR(edev, "No memory to store RSS key\n");
1963 DP_INFO(edev, "Storing RSS key\n");
1964 memcpy(qdev->rss_conf.rss_key, key, len);
1966 } else if (!qdev->rss_enable && len == 0) {
1967 if (qdev->rss_conf.rss_key) {
1968 free(qdev->rss_conf.rss_key);
1969 qdev->rss_conf.rss_key = NULL;
1970 DP_INFO(edev, "Free RSS key\n");
1977 static int qede_rss_hash_conf_get(struct rte_eth_dev *eth_dev,
1978 struct rte_eth_rss_conf *rss_conf)
1980 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
1982 rss_conf->rss_hf = qdev->rss_conf.rss_hf;
1983 rss_conf->rss_key_len = qdev->rss_conf.rss_key_len;
1985 if (rss_conf->rss_key && qdev->rss_conf.rss_key)
1986 memcpy(rss_conf->rss_key, qdev->rss_conf.rss_key,
1987 rss_conf->rss_key_len);
1991 static bool qede_update_rss_parm_cmt(struct ecore_dev *edev,
1992 struct ecore_rss_params *rss)
1995 bool rss_mode = 1; /* enable */
1996 struct ecore_queue_cid *cid;
1997 struct ecore_rss_params *t_rss;
1999 /* In regular scenario, we'd simply need to take input handlers.
2000 * But in CMT, we'd have to split the handlers according to the
2001 * engine they were configured on. We'd then have to understand
2002 * whether RSS is really required, since 2-queues on CMT doesn't
2006 /* CMT should be round-robin */
2007 for (i = 0; i < ECORE_RSS_IND_TABLE_SIZE; i++) {
2008 cid = rss->rss_ind_table[i];
2010 if (cid->p_owner == ECORE_LEADING_HWFN(edev))
2015 t_rss->rss_ind_table[i / edev->num_hwfns] = cid;
2019 t_rss->update_rss_ind_table = 1;
2020 t_rss->rss_table_size_log = 7;
2021 t_rss->update_rss_config = 1;
2023 /* Make sure RSS is actually required */
2024 for_each_hwfn(edev, fn) {
2025 for (i = 1; i < ECORE_RSS_IND_TABLE_SIZE / edev->num_hwfns;
2027 if (rss[fn].rss_ind_table[i] !=
2028 rss[fn].rss_ind_table[0])
2032 if (i == ECORE_RSS_IND_TABLE_SIZE / edev->num_hwfns) {
2034 "CMT - 1 queue per-hwfn; Disabling RSS\n");
2041 t_rss->rss_enable = rss_mode;
2046 int qede_rss_reta_update(struct rte_eth_dev *eth_dev,
2047 struct rte_eth_rss_reta_entry64 *reta_conf,
2050 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
2051 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
2052 struct ecore_sp_vport_update_params vport_update_params;
2053 struct ecore_rss_params *params;
2054 struct ecore_hwfn *p_hwfn;
2055 uint16_t i, idx, shift;
2059 if (reta_size > ETH_RSS_RETA_SIZE_128) {
2060 DP_ERR(edev, "reta_size %d is not supported by hardware\n",
2065 memset(&vport_update_params, 0, sizeof(vport_update_params));
2066 params = rte_zmalloc("qede_rss", sizeof(*params) * edev->num_hwfns,
2067 RTE_CACHE_LINE_SIZE);
2068 if (params == NULL) {
2069 DP_ERR(edev, "failed to allocate memory\n");
2073 for (i = 0; i < reta_size; i++) {
2074 idx = i / RTE_RETA_GROUP_SIZE;
2075 shift = i % RTE_RETA_GROUP_SIZE;
2076 if (reta_conf[idx].mask & (1ULL << shift)) {
2077 entry = reta_conf[idx].reta[shift];
2078 /* Pass rxq handles to ecore */
2079 params->rss_ind_table[i] =
2080 qdev->fp_array[entry].rxq->handle;
2081 /* Update the local copy for RETA query command */
2082 qdev->rss_ind_table[i] = entry;
2086 params->update_rss_ind_table = 1;
2087 params->rss_table_size_log = 7;
2088 params->update_rss_config = 1;
2090 /* Fix up RETA for CMT mode device */
2091 if (ECORE_IS_CMT(edev))
2092 qdev->rss_enable = qede_update_rss_parm_cmt(edev,
2094 vport_update_params.vport_id = 0;
2095 /* Use the current value of rss_enable */
2096 params->rss_enable = qdev->rss_enable;
2097 vport_update_params.rss_params = params;
2099 for_each_hwfn(edev, i) {
2100 p_hwfn = &edev->hwfns[i];
2101 vport_update_params.opaque_fid = p_hwfn->hw_info.opaque_fid;
2102 rc = ecore_sp_vport_update(p_hwfn, &vport_update_params,
2103 ECORE_SPQ_MODE_EBLOCK, NULL);
2105 DP_ERR(edev, "vport-update for RSS failed\n");
2115 static int qede_rss_reta_query(struct rte_eth_dev *eth_dev,
2116 struct rte_eth_rss_reta_entry64 *reta_conf,
2119 struct qede_dev *qdev = eth_dev->data->dev_private;
2120 struct ecore_dev *edev = &qdev->edev;
2121 uint16_t i, idx, shift;
2124 if (reta_size > ETH_RSS_RETA_SIZE_128) {
2125 DP_ERR(edev, "reta_size %d is not supported\n",
2130 for (i = 0; i < reta_size; i++) {
2131 idx = i / RTE_RETA_GROUP_SIZE;
2132 shift = i % RTE_RETA_GROUP_SIZE;
2133 if (reta_conf[idx].mask & (1ULL << shift)) {
2134 entry = qdev->rss_ind_table[i];
2135 reta_conf[idx].reta[shift] = entry;
2144 static int qede_set_mtu(struct rte_eth_dev *dev, uint16_t mtu)
2146 struct qede_dev *qdev = QEDE_INIT_QDEV(dev);
2147 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
2148 struct rte_eth_dev_info dev_info = {0};
2149 struct qede_fastpath *fp;
2150 uint32_t frame_size;
2151 uint16_t rx_buf_size;
2155 PMD_INIT_FUNC_TRACE(edev);
2156 qede_dev_info_get(dev, &dev_info);
2157 frame_size = mtu + QEDE_ETH_OVERHEAD;
2158 if ((mtu < ETHER_MIN_MTU) || (frame_size > dev_info.max_rx_pktlen)) {
2159 DP_ERR(edev, "MTU %u out of range\n", mtu);
2162 if (!dev->data->scattered_rx &&
2163 frame_size > dev->data->min_rx_buf_size - RTE_PKTMBUF_HEADROOM) {
2164 DP_INFO(edev, "MTU greater than minimum RX buffer size of %u\n",
2165 dev->data->min_rx_buf_size);
2168 /* Temporarily replace I/O functions with dummy ones. It cannot
2169 * be set to NULL because rte_eth_rx_burst() doesn't check for NULL.
2171 dev->rx_pkt_burst = qede_rxtx_pkts_dummy;
2172 dev->tx_pkt_burst = qede_rxtx_pkts_dummy;
2176 /* Fix up RX buf size for all queues of the port */
2178 fp = &qdev->fp_array[i];
2179 bufsz = (uint16_t)rte_pktmbuf_data_room_size(
2180 fp->rxq->mb_pool) - RTE_PKTMBUF_HEADROOM;
2181 if (dev->data->scattered_rx)
2182 rx_buf_size = bufsz + QEDE_ETH_OVERHEAD;
2184 rx_buf_size = mtu + QEDE_ETH_OVERHEAD;
2185 rx_buf_size = QEDE_CEIL_TO_CACHE_LINE_SIZE(rx_buf_size);
2186 fp->rxq->rx_buf_size = rx_buf_size;
2187 DP_INFO(edev, "buf_size adjusted to %u\n", rx_buf_size);
2189 qede_dev_start(dev);
2190 if (frame_size > ETHER_MAX_LEN)
2191 dev->data->dev_conf.rxmode.jumbo_frame = 1;
2193 dev->data->dev_conf.rxmode.jumbo_frame = 0;
2194 /* update max frame size */
2195 dev->data->dev_conf.rxmode.max_rx_pkt_len = frame_size;
2197 dev->rx_pkt_burst = qede_recv_pkts;
2198 dev->tx_pkt_burst = qede_xmit_pkts;
2204 qede_conf_udp_dst_port(struct rte_eth_dev *eth_dev,
2205 struct rte_eth_udp_tunnel *tunnel_udp,
2208 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
2209 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
2210 struct ecore_tunnel_info tunn; /* @DPDK */
2211 struct ecore_hwfn *p_hwfn;
2212 struct ecore_ptt *p_ptt;
2216 PMD_INIT_FUNC_TRACE(edev);
2218 memset(&tunn, 0, sizeof(tunn));
2219 if (tunnel_udp->prot_type == RTE_TUNNEL_TYPE_VXLAN) {
2220 /* Enable VxLAN tunnel if needed before UDP port update using
2221 * default MAC/VLAN classification.
2224 if (qdev->vxlan.udp_port == tunnel_udp->udp_port) {
2226 "UDP port %u was already configured\n",
2227 tunnel_udp->udp_port);
2228 return ECORE_SUCCESS;
2230 /* Enable VXLAN if it was not enabled while adding
2233 if (!qdev->vxlan.enable) {
2234 rc = qede_vxlan_enable(eth_dev,
2235 ECORE_TUNN_CLSS_MAC_VLAN, true, true);
2236 if (rc != ECORE_SUCCESS) {
2237 DP_ERR(edev, "Failed to enable VXLAN "
2238 "prior to updating UDP port\n");
2242 udp_port = tunnel_udp->udp_port;
2244 if (qdev->vxlan.udp_port != tunnel_udp->udp_port) {
2245 DP_ERR(edev, "UDP port %u doesn't exist\n",
2246 tunnel_udp->udp_port);
2252 tunn.vxlan_port.b_update_port = true;
2253 tunn.vxlan_port.port = udp_port;
2254 for_each_hwfn(edev, i) {
2255 p_hwfn = &edev->hwfns[i];
2256 p_ptt = IS_PF(edev) ? ecore_ptt_acquire(p_hwfn) : NULL;
2257 rc = ecore_sp_pf_update_tunn_cfg(p_hwfn, p_ptt, &tunn,
2258 ECORE_SPQ_MODE_CB, NULL);
2259 if (rc != ECORE_SUCCESS) {
2260 DP_ERR(edev, "Unable to config UDP port %u\n",
2261 tunn.vxlan_port.port);
2263 ecore_ptt_release(p_hwfn, p_ptt);
2268 qdev->vxlan.udp_port = udp_port;
2269 /* If the request is to delete UDP port and if the number of
2270 * VXLAN filters have reached 0 then VxLAN offload can be be
2273 if (!add && qdev->vxlan.enable && qdev->vxlan.num_filters == 0)
2274 return qede_vxlan_enable(eth_dev,
2275 ECORE_TUNN_CLSS_MAC_VLAN, false, true);
2282 qede_udp_dst_port_del(struct rte_eth_dev *eth_dev,
2283 struct rte_eth_udp_tunnel *tunnel_udp)
2285 return qede_conf_udp_dst_port(eth_dev, tunnel_udp, false);
2289 qede_udp_dst_port_add(struct rte_eth_dev *eth_dev,
2290 struct rte_eth_udp_tunnel *tunnel_udp)
2292 return qede_conf_udp_dst_port(eth_dev, tunnel_udp, true);
2295 static void qede_get_ecore_tunn_params(uint32_t filter, uint32_t *type,
2296 uint32_t *clss, char *str)
2299 *clss = MAX_ECORE_TUNN_CLSS;
2301 for (j = 0; j < RTE_DIM(qede_tunn_types); j++) {
2302 if (filter == qede_tunn_types[j].rte_filter_type) {
2303 *type = qede_tunn_types[j].qede_type;
2304 *clss = qede_tunn_types[j].qede_tunn_clss;
2305 strcpy(str, qede_tunn_types[j].string);
2312 qede_set_ucast_tunn_cmn_param(struct ecore_filter_ucast *ucast,
2313 const struct rte_eth_tunnel_filter_conf *conf,
2316 /* Init commmon ucast params first */
2317 qede_set_ucast_cmn_params(ucast);
2319 /* Copy out the required fields based on classification type */
2323 case ECORE_FILTER_VNI:
2324 ucast->vni = conf->tenant_id;
2326 case ECORE_FILTER_INNER_VLAN:
2327 ucast->vlan = conf->inner_vlan;
2329 case ECORE_FILTER_MAC:
2330 memcpy(ucast->mac, conf->outer_mac.addr_bytes,
2333 case ECORE_FILTER_INNER_MAC:
2334 memcpy(ucast->mac, conf->inner_mac.addr_bytes,
2337 case ECORE_FILTER_MAC_VNI_PAIR:
2338 memcpy(ucast->mac, conf->outer_mac.addr_bytes,
2340 ucast->vni = conf->tenant_id;
2342 case ECORE_FILTER_INNER_MAC_VNI_PAIR:
2343 memcpy(ucast->mac, conf->inner_mac.addr_bytes,
2345 ucast->vni = conf->tenant_id;
2347 case ECORE_FILTER_INNER_PAIR:
2348 memcpy(ucast->mac, conf->inner_mac.addr_bytes,
2350 ucast->vlan = conf->inner_vlan;
2356 return ECORE_SUCCESS;
2359 static int qede_vxlan_tunn_config(struct rte_eth_dev *eth_dev,
2360 enum rte_filter_op filter_op,
2361 const struct rte_eth_tunnel_filter_conf *conf)
2363 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
2364 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
2365 enum ecore_filter_ucast_type type;
2366 enum ecore_tunn_clss clss = MAX_ECORE_TUNN_CLSS;
2367 struct ecore_filter_ucast ucast = {0};
2369 uint16_t filter_type = 0;
2372 PMD_INIT_FUNC_TRACE(edev);
2374 switch (filter_op) {
2375 case RTE_ETH_FILTER_ADD:
2377 return qede_vxlan_enable(eth_dev,
2378 ECORE_TUNN_CLSS_MAC_VLAN, true, true);
2380 filter_type = conf->filter_type;
2381 /* Determine if the given filter classification is supported */
2382 qede_get_ecore_tunn_params(filter_type, &type, &clss, str);
2383 if (clss == MAX_ECORE_TUNN_CLSS) {
2384 DP_ERR(edev, "Unsupported filter type\n");
2387 /* Init tunnel ucast params */
2388 rc = qede_set_ucast_tunn_cmn_param(&ucast, conf, type);
2389 if (rc != ECORE_SUCCESS) {
2390 DP_ERR(edev, "Unsupported VxLAN filter type 0x%x\n",
2394 DP_INFO(edev, "Rule: \"%s\", op %d, type 0x%x\n",
2395 str, filter_op, ucast.type);
2397 ucast.opcode = ECORE_FILTER_ADD;
2399 /* Skip MAC/VLAN if filter is based on VNI */
2400 if (!(filter_type & ETH_TUNNEL_FILTER_TENID)) {
2401 rc = qede_mac_int_ops(eth_dev, &ucast, 1);
2403 /* Enable accept anyvlan */
2404 qede_config_accept_any_vlan(qdev, true);
2407 rc = qede_ucast_filter(eth_dev, &ucast, 1);
2409 rc = ecore_filter_ucast_cmd(edev, &ucast,
2410 ECORE_SPQ_MODE_CB, NULL);
2413 if (rc != ECORE_SUCCESS)
2416 qdev->vxlan.num_filters++;
2417 qdev->vxlan.filter_type = filter_type;
2418 if (!qdev->vxlan.enable)
2419 return qede_vxlan_enable(eth_dev, clss, true, true);
2422 case RTE_ETH_FILTER_DELETE:
2424 return qede_vxlan_enable(eth_dev,
2425 ECORE_TUNN_CLSS_MAC_VLAN, false, true);
2427 ucast.opcode = ECORE_FILTER_REMOVE;
2429 if (!(filter_type & ETH_TUNNEL_FILTER_TENID)) {
2430 rc = qede_mac_int_ops(eth_dev, &ucast, 0);
2432 rc = qede_ucast_filter(eth_dev, &ucast, 0);
2434 rc = ecore_filter_ucast_cmd(edev, &ucast,
2435 ECORE_SPQ_MODE_CB, NULL);
2437 if (rc != ECORE_SUCCESS)
2440 /* Disable VXLAN if VXLAN filters become 0 */
2441 if (qdev->vxlan.num_filters == 0)
2442 return qede_vxlan_enable(eth_dev, clss, false, true);
2445 DP_ERR(edev, "Unsupported operation %d\n", filter_op);
2452 int qede_dev_filter_ctrl(struct rte_eth_dev *eth_dev,
2453 enum rte_filter_type filter_type,
2454 enum rte_filter_op filter_op,
2457 struct qede_dev *qdev = QEDE_INIT_QDEV(eth_dev);
2458 struct ecore_dev *edev = QEDE_INIT_EDEV(qdev);
2459 struct rte_eth_tunnel_filter_conf *filter_conf =
2460 (struct rte_eth_tunnel_filter_conf *)arg;
2462 switch (filter_type) {
2463 case RTE_ETH_FILTER_TUNNEL:
2464 switch (filter_conf->tunnel_type) {
2465 case RTE_TUNNEL_TYPE_VXLAN:
2467 "Packet steering to the specified Rx queue"
2468 " is not supported with VXLAN tunneling");
2469 return(qede_vxlan_tunn_config(eth_dev, filter_op,
2471 /* Place holders for future tunneling support */
2472 case RTE_TUNNEL_TYPE_GENEVE:
2473 case RTE_TUNNEL_TYPE_TEREDO:
2474 case RTE_TUNNEL_TYPE_NVGRE:
2475 case RTE_TUNNEL_TYPE_IP_IN_GRE:
2476 case RTE_L2_TUNNEL_TYPE_E_TAG:
2477 DP_ERR(edev, "Unsupported tunnel type %d\n",
2478 filter_conf->tunnel_type);
2480 case RTE_TUNNEL_TYPE_NONE:
2485 case RTE_ETH_FILTER_FDIR:
2486 return qede_fdir_filter_conf(eth_dev, filter_op, arg);
2487 case RTE_ETH_FILTER_NTUPLE:
2488 return qede_ntuple_filter_conf(eth_dev, filter_op, arg);
2489 case RTE_ETH_FILTER_MACVLAN:
2490 case RTE_ETH_FILTER_ETHERTYPE:
2491 case RTE_ETH_FILTER_FLEXIBLE:
2492 case RTE_ETH_FILTER_SYN:
2493 case RTE_ETH_FILTER_HASH:
2494 case RTE_ETH_FILTER_L2_TUNNEL:
2495 case RTE_ETH_FILTER_MAX:
2497 DP_ERR(edev, "Unsupported filter type %d\n",
2505 static const struct eth_dev_ops qede_eth_dev_ops = {
2506 .dev_configure = qede_dev_configure,
2507 .dev_infos_get = qede_dev_info_get,
2508 .rx_queue_setup = qede_rx_queue_setup,
2509 .rx_queue_release = qede_rx_queue_release,
2510 .tx_queue_setup = qede_tx_queue_setup,
2511 .tx_queue_release = qede_tx_queue_release,
2512 .dev_start = qede_dev_start,
2513 .dev_set_link_up = qede_dev_set_link_up,
2514 .dev_set_link_down = qede_dev_set_link_down,
2515 .link_update = qede_link_update,
2516 .promiscuous_enable = qede_promiscuous_enable,
2517 .promiscuous_disable = qede_promiscuous_disable,
2518 .allmulticast_enable = qede_allmulticast_enable,
2519 .allmulticast_disable = qede_allmulticast_disable,
2520 .dev_stop = qede_dev_stop,
2521 .dev_close = qede_dev_close,
2522 .stats_get = qede_get_stats,
2523 .stats_reset = qede_reset_stats,
2524 .xstats_get = qede_get_xstats,
2525 .xstats_reset = qede_reset_xstats,
2526 .xstats_get_names = qede_get_xstats_names,
2527 .mac_addr_add = qede_mac_addr_add,
2528 .mac_addr_remove = qede_mac_addr_remove,
2529 .mac_addr_set = qede_mac_addr_set,
2530 .vlan_offload_set = qede_vlan_offload_set,
2531 .vlan_filter_set = qede_vlan_filter_set,
2532 .flow_ctrl_set = qede_flow_ctrl_set,
2533 .flow_ctrl_get = qede_flow_ctrl_get,
2534 .dev_supported_ptypes_get = qede_dev_supported_ptypes_get,
2535 .rss_hash_update = qede_rss_hash_update,
2536 .rss_hash_conf_get = qede_rss_hash_conf_get,
2537 .reta_update = qede_rss_reta_update,
2538 .reta_query = qede_rss_reta_query,
2539 .mtu_set = qede_set_mtu,
2540 .filter_ctrl = qede_dev_filter_ctrl,
2541 .udp_tunnel_port_add = qede_udp_dst_port_add,
2542 .udp_tunnel_port_del = qede_udp_dst_port_del,
2545 static const struct eth_dev_ops qede_eth_vf_dev_ops = {
2546 .dev_configure = qede_dev_configure,
2547 .dev_infos_get = qede_dev_info_get,
2548 .rx_queue_setup = qede_rx_queue_setup,
2549 .rx_queue_release = qede_rx_queue_release,
2550 .tx_queue_setup = qede_tx_queue_setup,
2551 .tx_queue_release = qede_tx_queue_release,
2552 .dev_start = qede_dev_start,
2553 .dev_set_link_up = qede_dev_set_link_up,
2554 .dev_set_link_down = qede_dev_set_link_down,
2555 .link_update = qede_link_update,
2556 .promiscuous_enable = qede_promiscuous_enable,
2557 .promiscuous_disable = qede_promiscuous_disable,
2558 .allmulticast_enable = qede_allmulticast_enable,
2559 .allmulticast_disable = qede_allmulticast_disable,
2560 .dev_stop = qede_dev_stop,
2561 .dev_close = qede_dev_close,
2562 .stats_get = qede_get_stats,
2563 .stats_reset = qede_reset_stats,
2564 .xstats_get = qede_get_xstats,
2565 .xstats_reset = qede_reset_xstats,
2566 .xstats_get_names = qede_get_xstats_names,
2567 .vlan_offload_set = qede_vlan_offload_set,
2568 .vlan_filter_set = qede_vlan_filter_set,
2569 .dev_supported_ptypes_get = qede_dev_supported_ptypes_get,
2570 .rss_hash_update = qede_rss_hash_update,
2571 .rss_hash_conf_get = qede_rss_hash_conf_get,
2572 .reta_update = qede_rss_reta_update,
2573 .reta_query = qede_rss_reta_query,
2574 .mtu_set = qede_set_mtu,
2575 .udp_tunnel_port_add = qede_udp_dst_port_add,
2576 .udp_tunnel_port_del = qede_udp_dst_port_del,
2579 static void qede_update_pf_params(struct ecore_dev *edev)
2581 struct ecore_pf_params pf_params;
2583 memset(&pf_params, 0, sizeof(struct ecore_pf_params));
2584 pf_params.eth_pf_params.num_cons = QEDE_PF_NUM_CONNS;
2585 pf_params.eth_pf_params.num_arfs_filters = QEDE_RFS_MAX_FLTR;
2586 qed_ops->common->update_pf_params(edev, &pf_params);
2589 static int qede_common_dev_init(struct rte_eth_dev *eth_dev, bool is_vf)
2591 struct rte_pci_device *pci_dev;
2592 struct rte_pci_addr pci_addr;
2593 struct qede_dev *adapter;
2594 struct ecore_dev *edev;
2595 struct qed_dev_eth_info dev_info;
2596 struct qed_slowpath_params params;
2597 static bool do_once = true;
2598 uint8_t bulletin_change;
2599 uint8_t vf_mac[ETHER_ADDR_LEN];
2600 uint8_t is_mac_forced;
2602 /* Fix up ecore debug level */
2603 uint32_t dp_module = ~0 & ~ECORE_MSG_HW;
2604 uint8_t dp_level = ECORE_LEVEL_VERBOSE;
2607 /* Extract key data structures */
2608 adapter = eth_dev->data->dev_private;
2609 edev = &adapter->edev;
2610 pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev);
2611 pci_addr = pci_dev->addr;
2613 PMD_INIT_FUNC_TRACE(edev);
2615 snprintf(edev->name, NAME_SIZE, PCI_SHORT_PRI_FMT ":dpdk-port-%u",
2616 pci_addr.bus, pci_addr.devid, pci_addr.function,
2617 eth_dev->data->port_id);
2619 eth_dev->rx_pkt_burst = qede_recv_pkts;
2620 eth_dev->tx_pkt_burst = qede_xmit_pkts;
2621 eth_dev->tx_pkt_prepare = qede_xmit_prep_pkts;
2623 if (rte_eal_process_type() != RTE_PROC_PRIMARY) {
2624 DP_ERR(edev, "Skipping device init from secondary process\n");
2628 rte_eth_copy_pci_info(eth_dev, pci_dev);
2631 edev->vendor_id = pci_dev->id.vendor_id;
2632 edev->device_id = pci_dev->id.device_id;
2634 qed_ops = qed_get_eth_ops();
2636 DP_ERR(edev, "Failed to get qed_eth_ops_pass\n");
2640 DP_INFO(edev, "Starting qede probe\n");
2641 rc = qed_ops->common->probe(edev, pci_dev, dp_module,
2644 DP_ERR(edev, "qede probe failed rc %d\n", rc);
2647 qede_update_pf_params(edev);
2648 rte_intr_callback_register(&pci_dev->intr_handle,
2649 qede_interrupt_handler, (void *)eth_dev);
2650 if (rte_intr_enable(&pci_dev->intr_handle)) {
2651 DP_ERR(edev, "rte_intr_enable() failed\n");
2655 /* Start the Slowpath-process */
2656 memset(¶ms, 0, sizeof(struct qed_slowpath_params));
2657 params.int_mode = ECORE_INT_MODE_MSIX;
2658 params.drv_major = QEDE_PMD_VERSION_MAJOR;
2659 params.drv_minor = QEDE_PMD_VERSION_MINOR;
2660 params.drv_rev = QEDE_PMD_VERSION_REVISION;
2661 params.drv_eng = QEDE_PMD_VERSION_PATCH;
2662 strncpy((char *)params.name, QEDE_PMD_VER_PREFIX,
2663 QEDE_PMD_DRV_VER_STR_SIZE);
2665 /* For CMT mode device do periodic polling for slowpath events.
2666 * This is required since uio device uses only one MSI-x
2667 * interrupt vector but we need one for each engine.
2669 if (ECORE_IS_CMT(edev) && IS_PF(edev)) {
2670 rc = rte_eal_alarm_set(timer_period * US_PER_S,
2674 DP_ERR(edev, "Unable to start periodic"
2675 " timer rc %d\n", rc);
2680 rc = qed_ops->common->slowpath_start(edev, ¶ms);
2682 DP_ERR(edev, "Cannot start slowpath rc = %d\n", rc);
2683 rte_eal_alarm_cancel(qede_poll_sp_sb_cb,
2688 rc = qed_ops->fill_dev_info(edev, &dev_info);
2690 DP_ERR(edev, "Cannot get device_info rc %d\n", rc);
2691 qed_ops->common->slowpath_stop(edev);
2692 qed_ops->common->remove(edev);
2693 rte_eal_alarm_cancel(qede_poll_sp_sb_cb,
2698 qede_alloc_etherdev(adapter, &dev_info);
2700 adapter->ops->common->set_name(edev, edev->name);
2703 adapter->dev_info.num_mac_filters =
2704 (uint32_t)RESC_NUM(ECORE_LEADING_HWFN(edev),
2707 ecore_vf_get_num_mac_filters(ECORE_LEADING_HWFN(edev),
2708 (uint32_t *)&adapter->dev_info.num_mac_filters);
2710 /* Allocate memory for storing MAC addr */
2711 eth_dev->data->mac_addrs = rte_zmalloc(edev->name,
2713 adapter->dev_info.num_mac_filters),
2714 RTE_CACHE_LINE_SIZE);
2716 if (eth_dev->data->mac_addrs == NULL) {
2717 DP_ERR(edev, "Failed to allocate MAC address\n");
2718 qed_ops->common->slowpath_stop(edev);
2719 qed_ops->common->remove(edev);
2720 rte_eal_alarm_cancel(qede_poll_sp_sb_cb,
2726 ether_addr_copy((struct ether_addr *)edev->hwfns[0].
2727 hw_info.hw_mac_addr,
2728 ð_dev->data->mac_addrs[0]);
2729 ether_addr_copy(ð_dev->data->mac_addrs[0],
2730 &adapter->primary_mac);
2732 ecore_vf_read_bulletin(ECORE_LEADING_HWFN(edev),
2734 if (bulletin_change) {
2736 ecore_vf_bulletin_get_forced_mac(
2737 ECORE_LEADING_HWFN(edev),
2740 if (is_mac_exist && is_mac_forced) {
2741 DP_INFO(edev, "VF macaddr received from PF\n");
2742 ether_addr_copy((struct ether_addr *)&vf_mac,
2743 ð_dev->data->mac_addrs[0]);
2744 ether_addr_copy(ð_dev->data->mac_addrs[0],
2745 &adapter->primary_mac);
2747 DP_ERR(edev, "No VF macaddr assigned\n");
2752 eth_dev->dev_ops = (is_vf) ? &qede_eth_vf_dev_ops : &qede_eth_dev_ops;
2755 #ifdef RTE_LIBRTE_QEDE_DEBUG_INFO
2756 qede_print_adapter_info(adapter);
2761 adapter->num_tx_queues = 0;
2762 adapter->num_rx_queues = 0;
2763 SLIST_INIT(&adapter->fdir_info.fdir_list_head);
2764 SLIST_INIT(&adapter->vlan_list_head);
2765 SLIST_INIT(&adapter->uc_list_head);
2766 adapter->mtu = ETHER_MTU;
2767 adapter->new_mtu = ETHER_MTU;
2769 if (qede_start_vport(adapter, adapter->mtu))
2772 DP_INFO(edev, "MAC address : %02x:%02x:%02x:%02x:%02x:%02x\n",
2773 adapter->primary_mac.addr_bytes[0],
2774 adapter->primary_mac.addr_bytes[1],
2775 adapter->primary_mac.addr_bytes[2],
2776 adapter->primary_mac.addr_bytes[3],
2777 adapter->primary_mac.addr_bytes[4],
2778 adapter->primary_mac.addr_bytes[5]);
2780 DP_INFO(edev, "Device initialized\n");
2785 static int qedevf_eth_dev_init(struct rte_eth_dev *eth_dev)
2787 return qede_common_dev_init(eth_dev, 1);
2790 static int qede_eth_dev_init(struct rte_eth_dev *eth_dev)
2792 return qede_common_dev_init(eth_dev, 0);
2795 static int qede_dev_common_uninit(struct rte_eth_dev *eth_dev)
2797 #ifdef RTE_LIBRTE_QEDE_DEBUG_INIT
2798 struct qede_dev *qdev = eth_dev->data->dev_private;
2799 struct ecore_dev *edev = &qdev->edev;
2801 PMD_INIT_FUNC_TRACE(edev);
2804 /* only uninitialize in the primary process */
2805 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
2808 /* safe to close dev here */
2809 qede_dev_close(eth_dev);
2811 eth_dev->dev_ops = NULL;
2812 eth_dev->rx_pkt_burst = NULL;
2813 eth_dev->tx_pkt_burst = NULL;
2815 if (eth_dev->data->mac_addrs)
2816 rte_free(eth_dev->data->mac_addrs);
2818 eth_dev->data->mac_addrs = NULL;
2823 static int qede_eth_dev_uninit(struct rte_eth_dev *eth_dev)
2825 return qede_dev_common_uninit(eth_dev);
2828 static int qedevf_eth_dev_uninit(struct rte_eth_dev *eth_dev)
2830 return qede_dev_common_uninit(eth_dev);
2833 static const struct rte_pci_id pci_id_qedevf_map[] = {
2834 #define QEDEVF_RTE_PCI_DEVICE(dev) RTE_PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, dev)
2836 QEDEVF_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_NX2_VF)
2839 QEDEVF_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_57980S_IOV)
2842 QEDEVF_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_AH_IOV)
2847 static const struct rte_pci_id pci_id_qede_map[] = {
2848 #define QEDE_RTE_PCI_DEVICE(dev) RTE_PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, dev)
2850 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_NX2_57980E)
2853 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_NX2_57980S)
2856 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_57980S_40)
2859 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_57980S_25)
2862 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_57980S_100)
2865 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_57980S_50)
2868 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_AH_50G)
2871 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_AH_10G)
2874 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_AH_40G)
2877 QEDE_RTE_PCI_DEVICE(PCI_DEVICE_ID_QLOGIC_AH_25G)
2882 static int qedevf_eth_dev_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
2883 struct rte_pci_device *pci_dev)
2885 return rte_eth_dev_pci_generic_probe(pci_dev,
2886 sizeof(struct qede_dev), qedevf_eth_dev_init);
2889 static int qedevf_eth_dev_pci_remove(struct rte_pci_device *pci_dev)
2891 return rte_eth_dev_pci_generic_remove(pci_dev, qedevf_eth_dev_uninit);
2894 static struct rte_pci_driver rte_qedevf_pmd = {
2895 .id_table = pci_id_qedevf_map,
2896 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_INTR_LSC,
2897 .probe = qedevf_eth_dev_pci_probe,
2898 .remove = qedevf_eth_dev_pci_remove,
2901 static int qede_eth_dev_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
2902 struct rte_pci_device *pci_dev)
2904 return rte_eth_dev_pci_generic_probe(pci_dev,
2905 sizeof(struct qede_dev), qede_eth_dev_init);
2908 static int qede_eth_dev_pci_remove(struct rte_pci_device *pci_dev)
2910 return rte_eth_dev_pci_generic_remove(pci_dev, qede_eth_dev_uninit);
2913 static struct rte_pci_driver rte_qede_pmd = {
2914 .id_table = pci_id_qede_map,
2915 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_INTR_LSC,
2916 .probe = qede_eth_dev_pci_probe,
2917 .remove = qede_eth_dev_pci_remove,
2920 RTE_PMD_REGISTER_PCI(net_qede, rte_qede_pmd);
2921 RTE_PMD_REGISTER_PCI_TABLE(net_qede, pci_id_qede_map);
2922 RTE_PMD_REGISTER_KMOD_DEP(net_qede, "* igb_uio | uio_pci_generic | vfio-pci");
2923 RTE_PMD_REGISTER_PCI(net_qede_vf, rte_qedevf_pmd);
2924 RTE_PMD_REGISTER_PCI_TABLE(net_qede_vf, pci_id_qedevf_map);
2925 RTE_PMD_REGISTER_KMOD_DEP(net_qede_vf, "* igb_uio | vfio-pci");