Searched refs:devarg (Results 1 – 13 of 13) sorted by relevance
135 packet headers. So, ``filtermode`` devarg allows user to dynamically308 ``filtermask`` devarg works similar to ``filtermode``, but is used313 The combination chosen for ``filtermask`` devarg **must be a subset** of314 the combination chosen for ``filtermode`` devarg.323 The same combination list explained in the tables in ``filtermode`` devarg324 section earlier applies for ``filtermask`` devarg, as well.
103 address. This can be done with a ``devarg`` ``phy_mac``, for example::110 performance testing. This can be done with a ``devarg`` ``infinite_rx``, for example::
313 #. Bind the VF0, and run testpmd with 'cap=dcf' devarg::
362 Above devarg parameters are configurable per device, user needs to pass the
400 ``devarg`` parameter ``cq64=0``. For example::
999 If this devarg is set to 1 it will allow the user to manage the bond by
1411 if (!(hw->devarg.auto_neg == 1)) { in txgbe_set_link_to_kr()1419 if (hw->devarg.present == 1) { in txgbe_set_link_to_kr()1424 if (hw->devarg.poll == 1) { in txgbe_set_link_to_kr()1774 if (hw->devarg.sgmii == 1) in txgbe_set_link_to_kx()2278 if (hw->devarg.auto_neg == 1) in txgbe_autoc_write()2298 if (!(hw->devarg.auto_neg == 1)) in txgbe_bp_down_event()2453 if (hw->devarg.poll == 0 && status != 0) in txgbe_handle_bp_flow()2710 int times = hw->devarg.poll ? 35 : 20; in txgbe_check_kr_training()
785 struct txgbe_devargs devarg; member
74 * **Added a devarg to use the latest supported vector path in i40e.**76 A new devarg ``use-latest-supported-vec`` was introduced to allow users to146 * **Added a devarg to use a PCAP interface physical MAC address.**148 A new devarg ``phy_mac`` was introduced to allow users to use the physical
44 * Add devarg to specify ingress VLAN rewrite mode.
81 * Added support to control GENEVE tunneling via UCSM/CIMC and removed devarg.
531 hw->devarg.auto_neg = auto_neg; in txgbe_parse_devargs()532 hw->devarg.poll = poll; in txgbe_parse_devargs()533 hw->devarg.present = present; in txgbe_parse_devargs()534 hw->devarg.sgmii = sgmii; in txgbe_parse_devargs()3031 if (hw->devarg.auto_neg == 1 && hw->devarg.poll == 0) { in txgbe_dev_interrupt_action()3052 hw->devarg.auto_neg == 1) in txgbe_dev_interrupt_action()
162 specific application needs. The PMD also supports a devarg that limits the