DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Burakov, Anatoly" <anatoly.burakov@intel.com>
To: dev@dpdk.org, Ciara Loftus <ciara.loftus@intel.com>,
	Qi Zhang <qi.z.zhang@intel.com>
Subject: Re: [dpdk-dev] [21.08 PATCH v1 2/2] net/af_xdp: add power monitor support
Date: Tue, 11 May 2021 16:37:20 +0100	[thread overview]
Message-ID: <1df0eedc-69ab-5c26-ddb5-976371837467@intel.com> (raw)
In-Reply-To: <9dabec2f673cbf733a958a23a9769802e9adf852.1620747068.git.anatoly.burakov@intel.com>

On 11-May-21 4:31 PM, Anatoly Burakov wrote:
> Implement support for .get_monitor_addr in AF_XDP driver.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---

<snip>

>   static const struct eth_dev_ops ops = {
> -	.dev_start = eth_dev_start,
> -	.dev_stop = eth_dev_stop,
> -	.dev_close = eth_dev_close,
> -	.dev_configure = eth_dev_configure,
> -	.dev_infos_get = eth_dev_info,
> -	.mtu_set = eth_dev_mtu_set,
> -	.promiscuous_enable = eth_dev_promiscuous_enable,
> -	.promiscuous_disable = eth_dev_promiscuous_disable,
> -	.rx_queue_setup = eth_rx_queue_setup,
> -	.tx_queue_setup = eth_tx_queue_setup,
> -	.rx_queue_release = eth_queue_release,
> -	.tx_queue_release = eth_queue_release,
> -	.link_update = eth_link_update,
> -	.stats_get = eth_stats_get,
> -	.stats_reset = eth_stats_reset,
> +    .dev_start = eth_dev_start,
> +    .dev_stop = eth_dev_stop,
> +    .dev_close = eth_dev_close,
> +    .dev_configure = eth_dev_configure,
> +    .dev_infos_get = eth_dev_info,
> +    .mtu_set = eth_dev_mtu_set,
> +    .promiscuous_enable = eth_dev_promiscuous_enable,
> +    .promiscuous_disable = eth_dev_promiscuous_disable,
> +    .rx_queue_setup = eth_rx_queue_setup,
> +    .tx_queue_setup = eth_tx_queue_setup,
> +    .rx_queue_release = eth_queue_release,
> +    .tx_queue_release = eth_queue_release,
> +    .link_update = eth_link_update,
> +    .stats_get = eth_stats_get,
> +    .stats_reset = eth_stats_reset,
> +    .get_monitor_addr = eth_get_monitor_addr
>   };
>   
>   /** parse busy_budget argument */
> 

Oops, accidental whitespace changes...

-- 
Thanks,
Anatoly

  reply	other threads:[~2021-05-11 15:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11 15:31 [dpdk-dev] [21.08 PATCH v1 1/2] power: invert the monitor check Anatoly Burakov
2021-05-11 15:31 ` [dpdk-dev] [21.08 PATCH v1 2/2] net/af_xdp: add power monitor support Anatoly Burakov
2021-05-11 15:37   ` Burakov, Anatoly [this message]
2021-05-12 10:43   ` Loftus, Ciara
2021-06-01 15:02   ` Liang Ma
2021-05-11 15:39 ` [dpdk-dev] [21.08 PATCH v1 1/2] power: invert the monitor check Burakov, Anatoly
2021-05-12 17:57   ` Alexander Kozyrev
2021-05-11 16:28 ` McDaniel, Timothy
2021-05-25  9:15 ` Liu, Yong
2021-05-27 13:06   ` Burakov, Anatoly
2021-05-28  1:07     ` Liu, Yong
2021-05-28  9:09       ` Ananyev, Konstantin
2021-06-01 14:21         ` Burakov, Anatoly

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=1df0eedc-69ab-5c26-ddb5-976371837467@intel.com \
    --to=anatoly.burakov@intel.com \
    --cc=ciara.loftus@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@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).