lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 1 Dec 2022 03:46:01 -0500
From:   wangchuanlei <wangchuanlei@...pur.com>
To:     <kuba@...nel.org>
CC:     <echaudro@...hat.com>, <alexandr.lobakin@...el.com>,
        <pabeni@...hat.com>, <pshelar@....org>, <davem@...emloft.net>,
        <edumazet@...gle.com>, <wangpeihui@...pur.com>,
        <netdev@...r.kernel.org>, <dev@...nvswitch.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] [PATCH v6 net-next] net: openvswitch: Add support to count upcall packets

Hi, Jakub, 

	Thank you for review, the comments below is a little confusing, can you
give a explanation?

Best regards!
wangchuanlei

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ