-
Philippe Mathieu-Daudé authored
From the specification chapter 3.1.8 "AQA - Admin Queue Attributes" the Admin Submission Queue Size field is a 0’s based value: Admin Submission Queue Size (ASQS): Defines the size of the Admin Submission Queue in entries. Enabling a controller while this field is cleared to 00h produces undefined results. The minimum size of the Admin Submission Queue is two entries. The maximum size of the Admin Submission Queue is 4096 entries. This is a 0’s based value. This bug has never been hit because the device initialization uses a single command synchronously :) Reviewed-by:
Eric Auger <eric.auger@redhat.com>
Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com>
Tested-by:
Eric Auger <eric.auger@redhat.com>
Signed-off-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20201029093306.1063879-15-philmd@redhat.com
Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>
Tested-by:
Eric Auger <eric.auger@redhat.com>Philippe Mathieu-Daudé authoredFrom the specification chapter 3.1.8 "AQA - Admin Queue Attributes" the Admin Submission Queue Size field is a 0’s based value: Admin Submission Queue Size (ASQS): Defines the size of the Admin Submission Queue in entries. Enabling a controller while this field is cleared to 00h produces undefined results. The minimum size of the Admin Submission Queue is two entries. The maximum size of the Admin Submission Queue is 4096 entries. This is a 0’s based value. This bug has never been hit because the device initialization uses a single command synchronously :) Reviewed-by:
Eric Auger <eric.auger@redhat.com>
Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com>
Tested-by:
Eric Auger <eric.auger@redhat.com>
Signed-off-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20201029093306.1063879-15-philmd@redhat.com
Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>
Tested-by:
Eric Auger <eric.auger@redhat.com>
Loading