odp icon indicating copy to clipboard operation
odp copied to clipboard

pci_whitelist/pci_blacklist configuration options for dpdk pktio

Open bogdanPricope opened this issue 2 years ago • 3 comments

Currently, the DPDK specific options (e.g. pci block/allow lists) can be set through ODP_PKTIO_DPDK_PARAMS environment variable.

It will be nice to have configuration file options for this, similar to the options from odp-dpdk/linux-dpdk platform.

It may be simplify the setup (by having everything in files) when running multiple nfp(ofp)/odp/dpdk instances....

bogdanPricope avatar Jul 08 '22 09:07 bogdanPricope

Hi,

It should be relatively straightforward to copy dpdk: eal_params option implementation from odp-dpdk to linux-generic. However, it will probably take a while until I've time to implement this. Contributions are always appreciated :)

MatiasElo avatar Jul 08 '22 13:07 MatiasElo

Thanks for the considering it . On contributions, I am doing my own thing ... so no (for now).

bogdanPricope avatar Jul 08 '22 15:07 bogdanPricope

It's better to keep the issue open until the implementation is done, so we don't forget it.

MatiasElo avatar Jul 11 '22 05:07 MatiasElo