DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] net/mlx5: no TX in multi-process setup (testpmd working)
@ 2021-04-19 13:35 Rajesh Kumar
  2021-04-20 11:16 ` Rajesh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Rajesh Kumar @ 2021-04-19 13:35 UTC (permalink / raw)
  To: dev, rajesh.kalidass

Hi,



DPDK: 19.11

OS: Ubuntu 18.04 (Kernel: 5.4.0-1043-azure)

Iface: Mellanox Technologies MT27710 Family [ConnectX-4 Lx Virtual Function]



We are bringing-up our dpdk based app on azure cloud, its multi-process
setup (primary does dev_configure & dev_start ) – however no packet are
getting transmitted out (Tx-packet increases upto number of descriptor and
then all further packets are txDropped)



"stats": [

    {

      "name": "rep1",

      "txPkts": 1024,           <<<<<<----------------------- it increases
upto number of tx-descriptors

      "rxPkts": 5408,

      "txBytes": 65536,

      "rxBytes": 346112,

      "txDropped": 4384,  <<<<<<--------------------- All further packets
are txDropped

      "rxDropped": 96,

      "txErrors": 0,

      "rxErrors": 0

    }

  ]



However mlx4 driver is working perfectly fine on multi-process setup. Also
testpmd working fine with mlx5. I guess problem is when we try to run in
multi-process setup ?





Thanks,

*-Rajesh*

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [dpdk-dev] net/mlx5: no TX in multi-process setup (testpmd working)
@ 2021-04-19 13:33 RajeshKumar Kalidass
  0 siblings, 0 replies; 4+ messages in thread
From: RajeshKumar Kalidass @ 2021-04-19 13:33 UTC (permalink / raw)
  To: dev; +Cc: Rakesh Jagota, Tanmay Kishore, Hung Nguyen

Hi,

DPDK: 19.11
OS: Ubuntu 18.04 (Kernel: 5.4.0-1043-azure)
Iface: Mellanox Technologies MT27710 Family [ConnectX-4 Lx Virtual Function]

We are bringing-up our dpdk based app on azure cloud, its multi-process setup (primary does dev_configure & dev_start ) - however no packet are getting transmitted out (Tx-packet increases upto number of descriptor and then all further packets are txDropped)

"stats": [
    {
      "name": "rep1",
      "txPkts": 1024,           <<<<<<----------------------- it increases upto number of tx-descriptors
      "rxPkts": 5408,
      "txBytes": 65536,
      "rxBytes": 346112,
      "txDropped": 4384,  <<<<<<--------------------- All further packets are txDropped
      "rxDropped": 96,
      "txErrors": 0,
      "rxErrors": 0
    }
  ]

However mlx4 driver is working perfectly fine on multi-process setup. Also testpmd working fine with mlx5. I guess problem is when we try to run in multi-process setup ?


Thanks,
-Rajesh

This message may contain confidential and privileged information. If it has been sent to you in error, please reply to advise the sender of the error and then immediately delete it. If you are not the intended recipient, do not read, copy, disclose or otherwise use this message. The sender disclaims any liability for such unauthorized use. NOTE that all incoming emails sent to Gigamon email accounts will be archived and may be scanned by us and/or by external service providers to detect and prevent threats to our systems, investigate illegal or inappropriate behavior, and/or eliminate unsolicited promotional emails ("spam").

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

end of thread, other threads:[~2021-04-21 17:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 13:35 [dpdk-dev] net/mlx5: no TX in multi-process setup (testpmd working) Rajesh Kumar
2021-04-20 11:16 ` Rajesh Kumar
2021-04-20 14:51   ` Tanmay Kishore
  -- strict thread matches above, loose matches on Subject: below --
2021-04-19 13:33 RajeshKumar Kalidass

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