DPDK usage discussions
 help / color / mirror / Atom feed
* How to configure ethernet controller registers in the dpdk environment
@ 2023-10-14 15:02 Alireza Sadeghpour
  2023-10-14 16:37 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Alireza Sadeghpour @ 2023-10-14 15:02 UTC (permalink / raw)
  To: users

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

 <https://stackoverflow.com/posts/77293257/timeline>

Hi,

I am trying to set some registers of the ethernet controller in the DPDK
environment, but I can't find the corresponding API to do this. is there
any API in the DPDK library for configuring the ethernet controller
registers?

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

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

* Re: How to configure ethernet controller registers in the dpdk environment
  2023-10-14 15:02 How to configure ethernet controller registers in the dpdk environment Alireza Sadeghpour
@ 2023-10-14 16:37 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2023-10-14 16:37 UTC (permalink / raw)
  To: Alireza Sadeghpour; +Cc: users

On Sat, 14 Oct 2023 18:32:24 +0330
Alireza Sadeghpour <alireza0101sadeghpour@gmail.com> wrote:

>  <https://stackoverflow.com/posts/77293257/timeline>
> 
> Hi,
> 
> I am trying to set some registers of the ethernet controller in the DPDK
> environment, but I can't find the corresponding API to do this. is there
> any API in the DPDK library for configuring the ethernet controller
> registers?


There is intentionally no API to set registers of ethernet controller.
All the configuration should be done in the Poll Mode Driver (PMD).
If you need custom configuration, it means adapting the PMD and ideally
making it part of the configuration settings and upstreaming so it
doesn't get broken in next release.

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

end of thread, other threads:[~2023-10-14 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-14 15:02 How to configure ethernet controller registers in the dpdk environment Alireza Sadeghpour
2023-10-14 16:37 ` Stephen Hemminger

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