RE: [PATCH][v2, 3/3] usertools/dpdk-devbind: add bind/unbind for platform device

2024-12-03 Thread Wencheng Li
Hi, may I ask if there are any further changes needed for this patch? If not, can it be submitted to the open-source community?

[PATCH v2 3/3] usertools/dpdk-devbind: add bind/unbind for platform device

2024-11-10 Thread liwencheng
This patch mainly adds functions for bind and unbind platform devices, such as bind_platform_one and unbind_platform_one. Signed-off-by: liwencheng Acked-by: Stephen Hemminger --- usertools/dpdk-devbind.py | 101 +- 1 file changed, 99 insertions(+), 2

[PATCH v2 3/3] usertools/dpdk-devbind: add bind/unbind for platform device

2024-11-05 Thread liwencheng
This patch mainly adds functions for bind and unbind platform devices, such as bind_platform_one and unbind_platform_one. Signed-off-by: liwencheng --- usertools/dpdk-devbind.py | 101 +- 1 file changed, 99 insertions(+), 2 deletions(-) diff --git a/u