public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: wangchuanlei <wangchuanlei@inspur.com>
Cc: <echaudro@redhat.com>, <alexandr.lobakin@intel.com>,
	<pabeni@redhat.com>, <pshelar@ovn.org>, <davem@davemloft.net>,
	<edumazet@google.com>, <wangpeihui@inspur.com>,
	<netdev@vger.kernel.org>, <dev@openvswitch.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] [PATCH v6 net-next] net: openvswitch: Add support to count upcall packets
Date: Wed, 30 Nov 2022 22:10:07 -0800	[thread overview]
Message-ID: <20221130221007.293d7dfd@kernel.org> (raw)
In-Reply-To: <20221130091559.1120493-1-wangchuanlei@inspur.com>

On Wed, 30 Nov 2022 04:15:59 -0500 wangchuanlei wrote:
> +/**
> + *	ovs_vport_get_upcall_stats - retrieve upcall stats
> + *
> + * @vport: vport from which to retrieve the stats
> + * @ovs_vport_upcall_stats: location to store stats

s/ovs_vport_upcall_//

> + *
> + * Retrieves upcall stats for the given device.
> + *
> + * Must be called with ovs_mutex or rcu_read_lock.
> + */
> +void ovs_vport_get_upcall_stats(struct vport *vport, struct ovs_vport_upcall_stats *stats)

  reply	other threads:[~2022-12-01  6:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30  9:15 [PATCH] [PATCH v6 net-next] net: openvswitch: Add support to count upcall packets wangchuanlei
2022-12-01  6:10 ` Jakub Kicinski [this message]
2022-12-02 10:41 ` Eelco Chaudron
  -- strict thread matches above, loose matches on Subject: below --
2022-12-01  8:46 wangchuanlei
2022-12-05  1:03 wangchuanlei
2022-12-05  2:04 wangchuanlei

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=20221130221007.293d7dfd@kernel.org \
    --to=kuba@kernel.org \
    --cc=alexandr.lobakin@intel.com \
    --cc=davem@davemloft.net \
    --cc=dev@openvswitch.org \
    --cc=echaudro@redhat.com \
    --cc=edumazet@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pshelar@ovn.org \
    --cc=wangchuanlei@inspur.com \
    --cc=wangpeihui@inspur.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