k8snetworkplumbingwg / sriov-cni

DPDK & SR-IOV CNI plugin
Apache License 2.0
307 stars 146 forks source link

Enhance debugging for SRIOV #207

Closed sandeep-robin closed 2 years ago

sandeep-robin commented 2 years ago

What would you like to be added?

Need more debug logs for request and response for cmdAdd and while calling device plugin

What is the use case for this feature / enhancement?

helps in understanding what vf is assigned and what is request passed to CNI during cmdAdd or cmdDel

SchSeba commented 2 years ago

Hi @sandeep-robin thanks for opening the issue!

the CNI runs when multus is calling it, does changing multus logs to debug give you enough information? https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/docs/configuration.md

SchSeba commented 2 years ago

closing this issue if you have a different solution that you will like to implement please reopen the issue and PRs are welcome :)