Skip to main content

Tool to test if your NIC is supported by DPDK framework.

Project description

https://travis-ci.org/povilasb/dpdktest.svg?branch=master https://coveralls.io/repos/github/povilasb/dpdktest/badge.svg?branch=master

This is a small tool that tests if you have NICs (Network Interface Cards) that are supported by http://dpdk.org/ framework.

It works only on python 3:

$ pip3 install dpdktest

If you’re lucky, you’ll see something like this:

$ dpdktest
NICs supported by DPDK: ['eth0', 'eth1']
$ echo $?
0

Otherwise:

$ dpdktest
You don't have NICs supported by DPDK
$ echo $?
255

How It Works?

First of all supported devices vedor:device ID list is constructed from rte_pci_dev_ids.h.

Then dpdktest find all network interfaces in your computer, gets vendor:device ID pairs for every interfaces and checks if ID is in dpdktest/supported_devices.txt.

Project details


Download files

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

Source Distribution

dpdktest-0.1.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file dpdktest-0.1.1.tar.gz.

File metadata

  • Download URL: dpdktest-0.1.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dpdktest-0.1.1.tar.gz
Algorithm Hash digest
SHA256 75aa3440336c0e703d850604e9a7f924f82bbc42354e37c9038ff04521d06077
MD5 d12e86cf96f57af355bb07a55a965a6c
BLAKE2b-256 b6bfea93eeeb51f907351cc96b228bb7c0aab7de3a3f77e3e7403ca26901be09

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page