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:   Thu, 6 Sep 2018 15:23:24 +0200
From:   Andrew Lunn <andrew@...n.ch>
To:     Igor Russkikh <igor.russkikh@...antia.com>
Cc:     "David S . Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
        Yana Esina <yana.esina@...antia.com>,
        Nikita Danilov <nikita.danilov@...antia.com>
Subject: Re: [PATCH net-next v2 2/7] net: aquantia: definitions for WOL

On Thu, Sep 06, 2018 at 04:05:57PM +0300, Igor Russkikh wrote:
> From: Yana Esina <yana.esina@...antia.com>

Hi Igor, Yana

> @@ -134,13 +132,36 @@ struct __packed hw_aq_atl_utils_fw_rpc {
>  					u32 pattern_offset;
>  					u32 pattern_size;
>  				} wol_bit_map_pattern;
> +
> +				struct {
> +					u8 mac_addr[6];

ETH_ALEN

> +struct __packed offload_info {
> +	u32 version;
> +	u32 len;
> +	u8 mac_addr[6];

ETH_ALEN

> +struct __packed fw2x_msg_wol {
> +	u32 msg_id;
> +	u8 hw_addr[6];

ETH_ALEN

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ