Re: [dpdk-dev] Support for Intel 82579LM (8086:1502)

2017-10-13 Thread Mor, Omri
to the current > dpdk-master branch and test it. > My Thinkpad T430 has such a NIC and shows some rx packets and the link > status change with the patch, > when using testpmd. Maybe 82579LM was not supported for a reason, so > simply try out if it works for your purpose :) > > Mar

[dpdk-dev] Support for Intel 82579LM (8086:1502)

2017-10-12 Thread Mor, Omri
Hello, I have a computer I’m using for testing DPDK that has an Intel 82579LM. Currently this NIC isn’t supported in DPDK, but I believe it is similar to others that are (such as the 82574L, which I am using successfully on another computer). How much work would be required in getting this up an

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
ote: > > On Tue, Oct 03, 2017 at 12:25:27AM +0000, 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

[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.