From: Bruce Richardson <bruce.richardson@intel.com>
To: Mohan Gyara <sreemohangyara@yahoo.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
qiming.yang@intel.com, wenjun1.wu@intel.com
Subject: Re: ixgbevf in dpdk doesn't seems to work (dpdk-stable-19.11.5)
Date: Fri, 3 Jun 2022 09:59:49 +0100 [thread overview]
Message-ID: <YpnNhcNOg+qy/wYn@bricha3-MOBL.ger.corp.intel.com> (raw)
In-Reply-To: <1455096021.5344065.1654244040257@mail.yahoo.com>
+ ixgbe maintainers on CC
On Fri, Jun 03, 2022 at 08:14:00AM +0000, Mohan Gyara wrote:
> Hi Team,
> In our application we use 2 interfaces one to communicate towards gNB
> and another to communicate with higher layers in a UE simulator NR
> stack. Now we use a PCI whose driver is i40e and is bind to dpdk
> vfio-pci driver and this works perfectly towards higher layer, but the
> other interface PCI whose is ixgbe driver is bind to vfio-pci dpdk
> driver and has some issues.
> The issues are:
> 1. Application crashes when "rte_eth_dev_mac_addr_add" function is
> called when return with -1.
> "on a 82599 VF, adding again the same MAC addr is not an idempotent
> operation..." this is a comment, but the function ixgbevf_add_mac_addr
> return -1 when memcmp(hw->mac.perm_addr, mac_addr) == 0) is true.
> But above I commented the "return -1" and just returned from it, so
> crash is not seen.
> 2. After above 1, application is started successfully but then I do not
> see any messages coming on this interface. This is the problem?
> Could you guide me what is the issue? I see only issue with ixgbvf but
> not for i40evf.
> I am using dpdk-stable-19.11.5 version.
> Kindly help me here.
> Regards,
> Mohan
next prev parent reply other threads:[~2022-06-03 8:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1455096021.5344065.1654244040257.ref@mail.yahoo.com>
2022-06-03 8:14 ` Mohan Gyara
2022-06-03 8:59 ` Bruce Richardson [this message]
2022-06-04 13:50 ` Mohan Gyara
[not found] <543678175.5148402.1654204621609.ref@mail.yahoo.com>
2022-06-02 21:17 ` Mohan Gyara
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=YpnNhcNOg+qy/wYn@bricha3-MOBL.ger.corp.intel.com \
--to=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=qiming.yang@intel.com \
--cc=sreemohangyara@yahoo.com \
--cc=wenjun1.wu@intel.com \
/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).