DPDK usage discussions
 help / color / mirror / Atom feed
From: Sudharshan Krishnakumar <sudhar.ckrishna@gmail.com>
To: dev@dpdk.org, users@dpdk.org, qiming.yang@intel.com,
	qi.z.zhang@intel.com
Subject: regarding Intel E810
Date: Fri, 4 Mar 2022 13:37:57 -0800	[thread overview]
Message-ID: <CAEm3rUk26jYScAhJ3wUU_qseG4NWVcNV9s0tO46hO3Gm=5Y6Tw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]

Hi All,

I am using Intel E810 with DPDK v20.11, with ethernet ports bound to
DPDK(vfio-pci).
Running DPDK software libraries within a secure-enclave(Intel SGX
technology) sandbox environment,
and running into an issue during rte_eal_init invocation.

During launch of DPDK application(examples/packet_ordering), when
rte_eal_init gets called,
it results in a probe of ethernet devices,which invokes ICE(Intel E810 NIC)
Poll-Mode-Driver(PMD) apis.

When ICE PMD driver sends command to NIC(Network Interface Card),to get
firmware version,
it times out in this api-> ice_sq_send_cmd_nolock().

Question-> Can someone point me to any Intel documentation for E810,
that describes how ICE PMD(or any software driver) can communicate with
E810 NIC's firmware,
like what registers to write the command, and how to check for the response
from firmware.

Question-> Also, is there any other alternate way(other than ethtool), to
check if firmware received the command,
and what was the status of the last command processed by firmware.
Note: Even if there is a way to check firmware command status thro ethtool,
I cant use ethtool,since ports are bound to DPDK.

Thanks,
Sudha

[-- Attachment #2: Type: text/html, Size: 1418 bytes --]

             reply	other threads:[~2022-03-04 21:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04 21:37 Sudharshan Krishnakumar [this message]
2022-03-07 11:54 ` Zhang, Qi Z

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='CAEm3rUk26jYScAhJ3wUU_qseG4NWVcNV9s0tO46hO3Gm=5Y6Tw@mail.gmail.com' \
    --to=sudhar.ckrishna@gmail.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@intel.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).