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:	Tue, 14 Jun 2016 08:54:04 +0300
From:	Or Gerlitz <gerlitz.or@...il.com>
To:	Shrikrishna Khare <skhare@...are.com>
Cc:	Linux Netdev List <netdev@...r.kernel.org>,
	Linux Kernel <linux-kernel@...r.kernel.org>,
	pv-drivers@...are.com, Guolin Yang <gyang@...are.com>
Subject: Re: [PATCH net-next v3 6/7] vmxnet3: introduce command to register
 memory region

On Tue, Jun 14, 2016 at 4:50 AM, Shrikrishna Khare <skhare@...are.com> wrote:

> +++ b/drivers/net/vmxnet3/vmxnet3_defs.h
> @@ -81,6 +81,7 @@ enum {
>         VMXNET3_CMD_RESERVED2,
>         VMXNET3_CMD_RESERVED3,
>         VMXNET3_CMD_SET_COALESCE,
> +       VMXNET3_CMD_REGISTER_MEMREGS,
>
>         VMXNET3_CMD_FIRST_GET = 0xF00D0000,
>         VMXNET3_CMD_GET_QUEUE_STATUS = VMXNET3_CMD_FIRST_GET,
> @@ -668,6 +669,22 @@ struct Vmxnet3_CoalesceScheme {
>         } coalPara;
>  };
>
> +struct Vmxnet3_MemoryRegion {
> +       __le64                                  startPA;
> +       __le32                                  length;
> +       __le16                                  txQueueBits;
> +       __le16                                  rxQueueBits;
> +};


What is the use case for this command?

What's the role of the tx/rx queue bits fields?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ