Re: [dpdk-users] No supported Ethernet device found Error

2019-03-18 Thread Rami Rosen
Hi Kothuri, This nic is not supported by DPDK (Actually no realtek network device is supported by DPDK). For the list of nics supported by DPDK please look in: https://doc.dpdk.org/guides/nics/index.html Regards, Rami Rosen

Re: [dpdk-users] testpmd and jumbo frames

2019-02-26 Thread Rami Rosen
t; and then try "set txpkts 9036" from the testpmd cli Regards, Rami Rosen On Tue, 26 Feb 2019 at 08:49, Filip Janiszewski wrote: > > Hi, > > Can someone suggest the proper configuration required to test jumbo > frames along with scatter mode using testpmd? > > I'm runn

Re: [dpdk-users] Bring DPDK on ConnectX-3

2018-10-31 Thread Rami Rosen
Hi Quan Not all mlx4 devices are supported by DPDK. What does "lspc -n" how on your host ? This can help in order to see if your device is supported by DPDK . Regards, Rami Rosen בתאריך יום ד׳, 31 באוק׳ 2018, 19:19, מאת : > Hi, > > Recently I have worked on running dpdk on

Re: [dpdk-users] issues with dpdk-pdump

2018-10-23 Thread Rami Rosen
ged something in the DPDK core. Regards, Rami Rosen On Mon, 22 Oct 2018 at 23:49, Srinivas Kotamarti wrote: > > Hi Rami, > Thanks for replying to my message. > > I followed the procedure like you said and here is what I get when I run the > dpdk-pdump after running the testpmd.

Re: [dpdk-users] issues with dpdk-pdump

2018-10-20 Thread Rami Rosen
socket, default to 0 EAL: probe driver: 8086:1528 net_ixgbe EAL: PCI device :02:00.1 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 8086:1528 net_ixgbe Port 2 MAC: 00 00 00 01 02 03 Port 3 MAC: 00 00 00 01 02 03 Regards, Rami Rosen http://ramirose.wixsite.com

Re: [dpdk-users] using the basic l2fwd app

2018-10-18 Thread Rami Rosen
a port mask of 1001 in binary, which is 0x9 in hex. Regards, Rami Rosen בתאריך יום ו׳, 19 באוק׳ 2018, 00:17, מאת Kushal Gautam ‏< kushal.gau...@gmail.com>: > Hi Rami: > > thank you for your inputs. > > Indeed, I had syntactic issues, and also, restarting the machine did

Re: [dpdk-users] using the basic l2fwd app

2018-10-18 Thread Rami Rosen
:00.0 And likewise to the other port, :81:00.1 And the launch the l2fwd app. You can also use vfio-pci or uio_pci_generic for binding the device to DPDK, look in the docs. Regards, Rami Rosen בתאריך יום ה׳, 18 באוק׳ 2018, 17:24, מאת Kushal Gautam ‏< kushal.gau...@gmail.com>: > Hi:

Re: [dpdk-users] Unable to bind Intel XXV710 NIC using i40e driver (2.4.10)

2018-10-10 Thread Rami Rosen
Hi, Manoj, What happens if you try to split it into the following sequence: /usr/src/dpdk-stable-18.02.2/usertools# python dpdk-devbind.py -u :af:00.0 and then python dpdk-devbind.py --bind=i40e :af:00.0 Can you please post the logs ? Regards, Rami Rosen On Wed, 10 Oct 2018 at 16:20

Re: [dpdk-users] Building app with source in subdirectory ?doesn't work

2018-09-10 Thread Rami Rosen
not having modules at all in the root folder. For example, the multi process sample app: https://git.dpdk.org/dpdk/tree/examples/multi_process Regards, Rami Rosen http://ramirose.wixsite.com/ramirosen

Re: [dpdk-users] Building app with source in subdirectory ?doesn't work

2018-09-09 Thread Rami Rosen
llow recent patches of adding app under examples, unless it is mandatory that the tst folder you added will be under the root DPDK folder. Regards, Rami Rosen

Re: [dpdk-users] TestPMD testing with VMX3NET Devices...

2018-09-07 Thread Rami Rosen
.org/guides/linux_gsg/linux_drivers.html#vfio see also: "5.4. Binding and Unbinding Network Ports to/from the Kernel Modules": http://doc.dpdk.org/guides/linux_gsg/linux_drivers.html#linux-gsg-binding-kernel Hope this helps to clarify things, Regards, Rami Rosen

Re: [dpdk-users] TestPMD testing with VMX3NET Devices...

2018-09-07 Thread Rami Rosen
to rebuild the DPKD tree (after make clean) and reinstall it. Regards, Rami Rosen

Re: [dpdk-users] TestPMD testing with VMX3NET Devices...

2018-09-07 Thread Rami Rosen
:44:44 -i --nb-cores=2 --rxq=8 --txq=8 --rxd=8192 --txd=8192) and also to be on the safe side, make sure that in build/.config you have CONFIG_RTE_LIBRTE_VMXNET3_PMD=y (It should be so by default for dpdk-stable-17.11.4) Regards, Rami Rosen On Thu, 6 Sep 2018 at 19:39, Jamie Fargen wrote

Re: [dpdk-users] vfio-pci: probe of 0000:00:07.0 failed with error -22-KVM guest

2018-08-22 Thread Rami Rosen
Hi Sandeep, How to you launch the guest ? if it by qemu, can you post the full command you are using? Regards, Rami Rosen On 16 August 2018 at 12:50, Raman, Sandeep wrote: > Hi, > > I am trying to bind SRIOV VF to a kvm guest with vfio-pci module. DPDK > version is 17.11. Both ho

Re: [dpdk-users] AF_PACKET pmd and linux networking stack

2018-08-17 Thread Rami Rosen
of the packets by the kernel. See the l2fwd and l3fwd sections in DPDK samples guide. Regards, Rami Rosen בתאריך יום ד׳, 8 באוג׳ 2018, 19:57, מאת Andrew Wang ‏: > Hi > > Is there a way of preventing the linux kernel networking stack from > handling packets when using the AF_PACKET pmd? >