Files
ipxe/src/drivers/net
Michael Brown 8f3e648b6c [intelxl] Use one admin queue buffer per admin queue descriptor
We currently use a single data buffer shared between all admin queue
descriptors.  This works for the physical function driver since we
have at most one command in progress and only a single event (which
does not use a data buffer).

The communication path between the physical and virtual function
drivers uses the event data buffer, and there is no way to prevent a
solicited event (i.e. a response to a request) from being overwritten
by an unsolicited event (e.g. a link status change).

Provide individual data buffers for each admin event queue descriptor
(and for each admin command queue descriptor, for the sake of
consistency).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2019-04-27 20:25:59 +01:00
..
2018-08-26 22:02:23 +01:00
2013-08-20 14:38:33 +01:00
2010-04-19 23:43:39 +01:00
2005-03-08 18:53:11 +00:00
2010-04-19 23:43:39 +01:00
2015-03-02 16:35:37 +00:00
2010-04-19 23:43:39 +01:00
2013-03-27 15:16:52 +00:00
2018-04-20 15:21:32 +01:00
2015-09-14 22:45:56 +01:00
2010-04-19 23:43:39 +01:00
2013-03-27 15:16:52 +00:00
2016-05-04 16:01:32 +01:00
2018-01-14 21:16:36 +00:00
2018-01-14 21:16:36 +00:00
2016-05-04 16:01:32 +01:00
2007-06-09 15:23:17 -04:00
2013-03-27 15:16:52 +00:00