DPDK usage discussions
 help / color / mirror / Atom feed
From: =?gb18030?B?s8no69XfsfA=?= <373755701@qq.com>
To: =?gb18030?B?dXNlcnM=?= <users@dpdk.org>
Subject: [dpdk-users] my problem about ixgbe_rx_vec_dev_conf_condition_check is called by ixgbe_set_rx_function in ixgbe
Date: Fri, 27 May 2016 21:32:58 +0800	[thread overview]
Message-ID: <tencent_602A3F7F2DD338C94B25BBB4@qq.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 733 bytes --]

hello,


firstly ,gcc version is 3.4.3.


"PMD: ixgbe_set_rx_function(): Port[0] doesn't meet Vector Rx preconditions or RTE_IXGBE_INC_VECTOR is not enabled" is outputed while running l2fwd  and l3fwd ,i GDB the l2fwd and l3fwd.
i found ixgbe_rx_vec_dev_conf_condition_check has two definition ,one is:
int __attribute__((weak))
ixgbe_rx_vec_dev_conf_condition_check(struct rte_eth_dev __rte_unused *dev)
{
	return -1;
}


the other is:
int __attribute__((cold))
ixgbe_rx_vec_dev_conf_condition_check(struct rte_eth_dev *dev)
{
....
}
when i GDB the EXE, port_conf.rxmode.hw_ip_checksum was set to 0 .
ixgbe_set_rx_function call the former at every turn ,i want to know why .


any help would be appreciated.

             reply	other threads:[~2016-05-27 13:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27 13:32  =?gb18030?B?s8no69XfsfA=?= [this message]
2016-06-27 18:04 ` Ferruh Yigit
2016-07-27  4:12   ` [dpdk-users] =?gb18030?b?u9i4tKO6ICBteSBwcm9ibGVtIGFib3V0aXhnYmVf?= =?gb18030?q?rx=5Fvec=5Fdev=5Fconf=5Fcondition=5Fcheck_is_called_by_ixgbe=5Fset=5Frx=5Ffunction_inixgbe?=  =?gb18030?B?s8no69XfsfA=?=

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=tencent_602A3F7F2DD338C94B25BBB4@qq.com \
    --to=373755701@qq.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).