DPDK patches and discussions
 help / color / mirror / Atom feed
From: wei wang <lnykww@gmail.com>
To: users@dpdk.org, dev@dpdk.org
Cc: Thomas Monjalon <thomas.monjalon@6wind.com>
Subject: Re: [dpdk-dev] [dpdk-users] ixgbe drop all the packet
Date: Fri, 2 Sep 2016 18:16:08 +0800	[thread overview]
Message-ID: <CAPM6dUBU=Tpi4mii9rnGihqR4Ojfu_DQf-zddHvqC5sP5o3UbQ@mail.gmail.com> (raw)
In-Reply-To: <CAPM6dUD6A95++Pb_wgVCmn11HsuqM7YYc08E=zU8kzS+RMZ1AA@mail.gmail.com>

The issue can be reproduced with example program l2fwd by modifying it
to sleep 1 second before launching thread.


code like this:
        ....
        check_all_ports_link_status(nb_ports, l2fwd_enabled_port_mask);

        sleep(1);
        /* launch per-lcore init on every lcore */
        rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MASTER);
        RTE_LCORE_FOREACH_SLAVE(lcore_id) {
                if (rte_eal_wait_lcore(lcore_id) < 0)
                        return -1;
        }
        ....

  reply	other threads:[~2016-09-02 10:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-01 13:48 wei wang
2016-09-02  3:57 ` wei wang
2016-09-02 10:16   ` wei wang [this message]
2016-09-03  3:02     ` wei wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPM6dUBU=Tpi4mii9rnGihqR4Ojfu_DQf-zddHvqC5sP5o3UbQ@mail.gmail.com' \
    --to=lnykww@gmail.com \
    --cc=dev@dpdk.org \
    --cc=thomas.monjalon@6wind.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).