{ "info": { "author": "Povilas Balciunas", "author_email": "balciunas90@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=====\nAbout\n=====\n\n.. image:: https://travis-ci.org/povilasb/dpdktest.svg?branch=master\n :target: https://travis-ci.org/povilasb/dpdktest\n.. image:: https://coveralls.io/repos/github/povilasb/dpdktest/badge.svg?branch=master\n :target: https://coveralls.io/github/povilasb/dpdktest?branch=master\n\nThis is a small tool that tests if you have NICs (Network Interface Cards)\nthat are supported by http://dpdk.org/ framework.\n\nIt works only on python 3::\n\n $ pip3 install dpdktest\n\nIf you're lucky, you'll see something like this::\n\n $ dpdktest\n NICs supported by DPDK: ['eth0', 'eth1']\n $ echo $?\n 0\n\nOtherwise::\n\n $ dpdktest\n You don't have NICs supported by DPDK\n $ echo $?\n 255\n\nHow It Works?\n=============\n\nFirst of all supported devices vedor:device ID list is constructed from\n`rte_pci_dev_ids.h\n`_.\n\nThen `dpdktest` find all network interfaces in your computer, gets\nvendor:device ID pairs for every interfaces and checks if ID is in\n**dpdktest/supported_devices.txt**.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/povilasb/dpdktest", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dpdktest", "package_url": "https://pypi.org/project/dpdktest/", "platform": "", "project_url": "https://pypi.org/project/dpdktest/", "project_urls": { "Homepage": "https://github.com/povilasb/dpdktest" }, "release_url": "https://pypi.org/project/dpdktest/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Tool to test if your NIC is supported by DPDK framework.", "version": "0.1.1" }, "last_serial": 2505235, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "25aeb72e847d70cc2c275efe48719b44", "sha256": "053114c2faf4cee1a8bda7aababf56945642e959cd6413b0cba1c7c8356e88ab" }, "downloads": -1, "filename": "dpdktest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "25aeb72e847d70cc2c275efe48719b44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2806, "upload_time": "2016-12-07T06:27:06", "url": "https://files.pythonhosted.org/packages/bd/06/a799dbb5926a223ed3cab6c3315afb9f5a84e5077da5864bd7439cfa4a77/dpdktest-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d12e86cf96f57af355bb07a55a965a6c", "sha256": "75aa3440336c0e703d850604e9a7f924f82bbc42354e37c9038ff04521d06077" }, "downloads": -1, "filename": "dpdktest-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d12e86cf96f57af355bb07a55a965a6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2812, "upload_time": "2016-12-07T18:06:10", "url": "https://files.pythonhosted.org/packages/b6/bf/ea93eeeb51f907351cc96b228bb7c0aab7de3a3f77e3e7403ca26901be09/dpdktest-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d12e86cf96f57af355bb07a55a965a6c", "sha256": "75aa3440336c0e703d850604e9a7f924f82bbc42354e37c9038ff04521d06077" }, "downloads": -1, "filename": "dpdktest-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d12e86cf96f57af355bb07a55a965a6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2812, "upload_time": "2016-12-07T18:06:10", "url": "https://files.pythonhosted.org/packages/b6/bf/ea93eeeb51f907351cc96b228bb7c0aab7de3a3f77e3e7403ca26901be09/dpdktest-0.1.1.tar.gz" } ] }