DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Vmxnet3 pmd
@ 2014-08-13 10:13 Alex Markuze
  2014-08-13 16:58 ` Patel, Rashmin N
  2014-08-26  0:41 ` [dpdk-dev] [PATCH] vmxnet3: fix crash on stop Stephen Hemminger
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Markuze @ 2014-08-13 10:13 UTC (permalink / raw)
  To: dev

Hi, I Have a simple dpdk app - basically a KNI interface with the dpdk
layer serving only as a pipeline.

This allows me to ping between vEth0 on different VM's works great with ixgbevf.
Now I moved to ESXi5.5 , Ubuntu14.4 VM (Dpdk 1.7).
When running the same code*  I've discovered that the polling doesn't
retrieve any packets after vEth0 gents an IP. I've resolved this issue
by removing the dev restart calls I had in the callback.

        //      rte_eth_dev_stop(port_id);
        //      ret = rte_eth_dev_start(port_id);

Is this a know issue? how can I report a BUG if its not.

Thanks
Alex.

*Except this line I needed to add to setup the TXQ.
tx_conf.txq_flags |= (ETH_TXQ_FLAGS_NOMULTSEGS | ETH_TXQ_FLAGS_NOOFFLOADS);

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [dpdk-dev] VMXNET3 PMD
@ 2016-08-30  3:35 Aravamudan Srivathsan
  0 siblings, 0 replies; 5+ messages in thread
From: Aravamudan Srivathsan @ 2016-08-30  3:35 UTC (permalink / raw)
  To: dev

Hi

We are developing DPDK based app in VMWARE EXSI 6.0. We have 1 G card configured as VMXNET3 device. With 16.07 dpdk unmodified the system reboots when binding the igb_uio driver to the PCI device.
I followed the following guide.
                http://dpdk.org/doc/guides/_images/vmxnet3_int.png
                http://dpdk.org/doc/guides/nics/vmxnet3.html
I could not get any logs as the system hangs once the igb driver is loaded.
Please point me to the right direction for debugging the issue.

Srivatshan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-30  3:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-13 10:13 [dpdk-dev] Vmxnet3 pmd Alex Markuze
2014-08-13 16:58 ` Patel, Rashmin N
2014-08-26  0:41 ` [dpdk-dev] [PATCH] vmxnet3: fix crash on stop Stephen Hemminger
2014-08-29 10:41   ` Thomas Monjalon
2016-08-30  3:35 [dpdk-dev] VMXNET3 PMD Aravamudan Srivathsan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).