Skip to main content

[!IMPORTANT] This project is under development. All source code and features on the main branch are for the purpose of testing or evaluation and not production ready.

MFD Const

Module for keeping const values.

Available data structures

  • DEVICE_IDS - family: device_id mapping like "CPK": ["0xF0A5", "0xF0A5"]
  • DEVID_CLASS_MAP_NICINSTALLER - speed: device_id mapping.
  • DRIVER_DIRECTORY_MAP - driver: directory mapping like "ice": "PROCGB"
  • DRIVER_DEVICE_ID_MAP - driver: device_id mapping like "ice": {DeviceID(0x124C), DeviceID(0x124D)}
  • SPEED_IDS- speed: device_id mapping like "@1G": DEVICE_IDS["PVL"]
  • Family - Enum class of available families like Family.PVL
  • family_to_full_name - Dict with mapping Family to full name like Family.CVL: "Columbiaville"
  • Speed- Enum class of available speeds like Speed.G100
  • FREEBSD_ADVERTISE_SPEED- advertise_speed: speed mapping like "1G": {"ice": 0x4, "ixl": 0x2, "ix": 0x2}
  • MANAGEMENT_NETWORK - list of networks used for management connection
  • LOCAL_DEFAULT_MAP (qos.py) - QoS Default map for DCB local settings
  • LOCAL_ISCSI_MAP (qos.py) - ISCSI map for QoS
  • SAN_DCB_MAP (qos.py) - SAN DCB map for QoS
  • ALT_SAN_DCB (qos.py) - ALT SAN DCB map for QoS
  • ISCSI_POLICY (qos.py) - ISCSI Policy
  • FreeBSDDriverNames - Enum class of FreeBSD Driver Names
  • DESIGNED_NUMBER_VFS_BY_SPEED - Designed number of VFs for every speed class, like for 100G NIC is designed 256 VFs
  • SUPPORTED_ADAPTER_RESET_TYPES - Supporting reset types for NIC.
  • Milestone - Enum class of available milestones like Milestone.PV

Usage

from mfd_const import SPEED_IDS
logger.info(f"Device ids for 1G == {SPEED_IDS['@1G']}")

from mfd_const import FREEBSD_ADVERTISE_SPEED
logger.info(f"Value for 1G advertise speed on ix driver is: {FREEBSD_ADVERTISE_SPEED['1G']['ix']}")

from mfd_const import MANAGEMENT_NETWORK
from ipaddress import IPv4Interface
ip = IPv4Interface("10.10.10.10")
for mng_sub in MANAGEMENT_NETWORK:
    if ip in mng_sub:
    logger.info(f"{ip} is management IP.")

# To apply DCB settings related to QOS, please use the flags as below.
from mfd_const.qos import (LOCAL_PFC, LOCAL_DEFAULT_MAP)
res = dcb.verify_dcb(LOCAL_DEFAULT_MAP)
    if res:
        logger.info("DCB Configuration sustains the local settings")

qos

Temporary path for copying tools from SUT/Controller to any host under test DCB_TOOL_PATH_LNX : Path for dcbnl.py - Netlink message generation/parsing script

Issue reporting

If you encounter any bugs or have suggestions for improvements, you're welcome to contribute directly or open an issue here.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mfd_const-0.26.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file mfd_const-0.26.0-py3-none-any.whl.

File metadata

  • Download URL: mfd_const-0.26.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mfd_const-0.26.0-py3-none-any.whl
Algorithm Hash digest
SHA256 20005a348f62c7ec57b997a81240926ddf348cd6260285b5d5e9ff23e8149892
MD5 ba005770dc528492dbdf53aec705083c
BLAKE2b-256 a6d6847998b2d8296a44e97119e2092a2158d70c2dc43ccb14eb279a1d09d92d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.26.0 This release

1 file

0.25.2

1 file

0.25.1

1 file

0.25.0

1 file

0.24.0

1 file

0.23.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page