Hi
we are using DPDK 1.5.1_7.
our PCI slot has Intel Bandon Beach NIC.
Can anyone please let me know, whether the below api's are supported in the
NIC type [8086:155d]
int rte_eth_dev_bypass_init (uint8_t port)
* int rte_eth_dev_bypass_state_show (uint8_t port, uint32_t _state)
* int rte_eth_
Copy all the dump commands provided in app/test into app/testpmd. These
commands are useful to debug a problem when using testpmd.
Signed-off-by: Olivier Matz
---
app/test-pmd/cmdline.c | 113 +
1 file changed, 113 insertions(+)
v2 changes:
* pass
Some PCI drivers may require some specific initialization arguments at
start-up.
Even if unused today, adding this feature seems coherent with virtual
devices in order to provide a full-featured rte_devargs framework. In
the future, it could be added in pmd_ixgbe or pmd_igb for instance to
enable
This commit splits the "--use-device" option in two new options:
- "--pci-whitelist or -w": add a PCI device in the white list
- "--vdev": instanciate a new virtual device
Before the patch, the same option "--use-device" was used for these 2
use-cases.
By the way, we also add "--pci-blacklist" i
Remove old whitelist code:
- remove references to rte_pmd_ring, rte_pmd_pcap and pmd_xenvirt in
is_valid_wl_entry() as we want to be able to register external virtual
drivers as a shared library. Moreover this code was duplicated with
dev_types[] from eal_common_pci.c
- eal_common_whitelist.c
This commit introduces a new API for storing device arguments given by
the user. It only adds the framework and the test. The modification of
EAL to use this new module is done in next commit.
The final goals:
- unify pci-blacklist, pci-whitelist, and virtual devices arguments
in one file
- all
Hi Stephen,
On 02/28/2014 10:39 PM, Stephen Hemminger wrote:
> Minor nit. please align case with switch().
> The DPDK in general follows Linux coding style.
> In fact, I have run the code through checkpatch to find style issues.
Thank you for reporting this. Following you comment, I launched
chec
7 matches
Mail list logo