Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support

2017-11-07 Thread Thomas Monjalon
06/10/2017 23:38, Omri Mor: > When using Python 3, dpdk-devbind.py fails to detect modules other than > igb_uio. > > Signed-off-by: Omri Mor Applied, thanks

[dpdk-dev] [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support

2017-10-06 Thread Omri Mor
When using Python 3, dpdk-devbind.py fails to detect modules other than igb_uio. Signed-off-by: Omri Mor --- usertools/dpdk-devbind.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index da6e40cbe..a539995cd 100755 ---

Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support

2017-10-03 Thread Mor, Omri
>From aa9bbfd7816dbea4abe4fdc0bec8b8c5f088148c Mon Sep 17 00:00:00 2001 From: Omri Mor Date: Mon, 2 Oct 2017 18:54:43 -0500 Subject: [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support When using Python 3, dpdk-devbind.py fails to detect modules other than igb_uio. Signed-off-by: Omri

Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support

2017-10-03 Thread Mor, Omri
Sorry about that! I wasn’t able to send it using `git send-email’ using my university’s SMTP server for some reason. I ended up resorting to sending the patch as an attachment, as you suspected. I’ve sent it inline, which I hope works? Omri > On Oct 3, 2017, at 05:41, Bruce Richardson wrote: >

Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support

2017-10-03 Thread Bruce Richardson
On Tue, Oct 03, 2017 at 12:25:27AM +, Mor, Omri wrote: > When using Python 3, dpdk-devbind.py fails to detect modules other than > igb_uio. Was there a patch included as an attachment? If so, it's been stripped out. Please include patch contents directly in the email, as described at http://dpd

[dpdk-dev] [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support

2017-10-02 Thread Mor, Omri
When using Python 3, dpdk-devbind.py fails to detect modules other than igb_uio.