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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 20 Feb 2022 06:27:20 -0800
From:   Roopa Prabhu <roopa@...dia.com>
To:     Nikolay Aleksandrov <nikolay@...dia.com>, <davem@...emloft.net>,
        <kuba@...nel.org>
CC:     <netdev@...r.kernel.org>, <stephen@...workplumber.org>,
        <nikolay@...ulusnetworks.com>, <idosch@...dia.com>,
        <dsahern@...il.com>
Subject: Re: [PATCH net-next 12/12] drivers: vxlan: vnifilter: add support for
 stats dumping


On 2/20/22 6:12 AM, Nikolay Aleksandrov wrote:
> On 20/02/2022 16:04, Roopa Prabhu wrote:
>> From: Nikolay Aleksandrov <nikolay@...dia.com>
>>
>> Add support for VXLAN vni filter entries' stats dumping.
>>
>> Signed-off-by: Nikolay Aleksandrov <nikolay@...dia.com>
>> ---
>>   drivers/net/vxlan/vxlan_vnifilter.c | 55 ++++++++++++++++++++++++++---
>>   include/uapi/linux/if_link.h        | 30 +++++++++++++++-
>>   2 files changed, 79 insertions(+), 6 deletions(-)
>>
> [snip]
>> +/* Embedded inside LINK_XSTATS_TYPE_VXLAN */
>> +enum {
>> +	VXLAN_XSTATS_UNSPEC,
>> +	VXLAN_XSTATS_VNIFILTER,
>> +	__VXLAN_XSTATS_MAX
>> +};
>> +#define VXLAN_XSTATS_MAX (__VXLAN_XSTATS_MAX - 1)
>> +
>>   /* VXLAN section */
>>   enum {
>>   	IFLA_VXLAN_UNSPEC,
> xstats leftover should be removed


ah, ack, looks like i only removed the stale reference. will include 
when i spin v2.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ