Skip to content

Commit a5bec6b

Browse files
committed
Consolidate CQs
Signed-off-by: Alex Forencich <alex@alexforencich.com>
1 parent d63c4e0 commit a5bec6b

File tree

386 files changed

+2771
-4674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+2771
-4674
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
.. _rb_cqm_rx:
1+
.. _rb_cqm:
22

3-
================================================
4-
Receive completion queue manager register block
5-
================================================
3+
=======================================
4+
Completion queue manager register block
5+
=======================================
66

7-
The receive completion queue manager register block has a header with type 0x0000C031, version 0x00000300, and indicates the location of the receive completion queue manager registers and number of completion queues.
7+
The completion queue manager register block has a header with type 0x0000C020, version 0x00000400, and indicates the location of the completion queue manager registers and number of completion queues.
88

99
.. table::
1010

1111
======== ============= ====== ====== ====== ====== =============
1212
Address Field 31..24 23..16 15..8 7..0 Reset value
1313
======== ============= ====== ====== ====== ====== =============
14-
RBB+0x00 Type Vendor ID Type RO 0x0000C031
14+
RBB+0x00 Type Vendor ID Type RO 0x0000C020
1515
-------- ------------- -------------- -------------- -------------
16-
RBB+0x04 Version Major Minor Patch Meta RO 0x00000300
16+
RBB+0x04 Version Major Minor Patch Meta RO 0x00000400
1717
-------- ------------- ------ ------ ------ ------ -------------
1818
RBB+0x08 Next pointer Pointer to next register block RO -
1919
-------- ------------- ------------------------------ -------------
@@ -28,7 +28,7 @@ See :ref:`rb_overview` for definitions of the standard register block header fie
2828

2929
.. object:: Offset
3030

31-
The offset field contains the offset to the start of the receive completion queue manager region, relative to the start of the current region.
31+
The offset field contains the offset to the start of the completion queue manager region, relative to the start of the current region.
3232

3333
.. table::
3434

docs/source/rb/cqm_tx.rst

Lines changed: 0 additions & 254 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _rb_cqm_event:
1+
.. _rb_eqm:
22

33
==================================
44
Event queue manager register block
@@ -13,7 +13,7 @@ The event queue manager register block has a header with type 0x0000C010, versio
1313
======== ============= ====== ====== ====== ====== =============
1414
RBB+0x00 Type Vendor ID Type RO 0x0000C010
1515
-------- ------------- -------------- -------------- -------------
16-
RBB+0x04 Version Major Minor Patch Meta RO 0x00000300
16+
RBB+0x04 Version Major Minor Patch Meta RO 0x00000400
1717
-------- ------------- ------ ------ ------ ------ -------------
1818
RBB+0x08 Next pointer Pointer to next register block RO -
1919
-------- ------------- ------------------------------ -------------

docs/source/rb/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ The NIC register space is constructed from a linked list of register blocks. Ea
7171
0x0000C006 0x00000100 stats
7272
0x0000C007 0x00000100 IRQ config
7373
0x0000C008 0x00000100 :ref:`rb_clk_info`
74-
0x0000C010 0x00000200 :ref:`rb_cqm_event`
75-
0x0000C020 0x00000200 :ref:`rb_qm_tx`
76-
0x0000C021 0x00000200 :ref:`rb_qm_rx`
77-
0x0000C030 0x00000200 :ref:`rb_cqm_tx`
78-
0x0000C031 0x00000200 :ref:`rb_cqm_rx`
74+
0x0000C010 0x00000400 :ref:`rb_eqm`
75+
0x0000C020 0x00000400 :ref:`rb_cqm`
76+
0x0000C030 0x00000400 :ref:`rb_qm_tx`
77+
0x0000C031 0x00000400 :ref:`rb_qm_rx`
7978
0x0000C040 0x00000100 :ref:`rb_sched_rr`
8079
0x0000C050 0x00000100 :ref:`rb_sched_ctrl_tdma`
8180
0x0000C060 0x00000100 :ref:`rb_tdma_sch`

docs/source/rb/qm_rx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
Receive queue manager register block
55
=====================================
66

7-
The receive queue manager register block has a header with type 0x0000C021, version 0x00000300, and indicates the location of the receive queue manager registers and number of queues.
7+
The receive queue manager register block has a header with type 0x0000C031, version 0x00000400, and indicates the location of the receive queue manager registers and number of queues.
88

99
.. table::
1010

1111
======== ============= ====== ====== ====== ====== =============
1212
Address Field 31..24 23..16 15..8 7..0 Reset value
1313
======== ============= ====== ====== ====== ====== =============
14-
RBB+0x00 Type Vendor ID Type RO 0x0000C021
14+
RBB+0x00 Type Vendor ID Type RO 0x0000C031
1515
-------- ------------- -------------- -------------- -------------
16-
RBB+0x04 Version Major Minor Patch Meta RO 0x00000300
16+
RBB+0x04 Version Major Minor Patch Meta RO 0x00000400
1717
-------- ------------- ------ ------ ------ ------ -------------
1818
RBB+0x08 Next pointer Pointer to next register block RO -
1919
-------- ------------- ------------------------------ -------------

docs/source/rb/qm_tx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
Transmit queue manager register block
55
=====================================
66

7-
The transmit queue manager register block has a header with type 0x0000C020, version 0x00000300, and indicates the location of the transmit queue manager registers and number of queues.
7+
The transmit queue manager register block has a header with type 0x0000C030, version 0x00000400, and indicates the location of the transmit queue manager registers and number of queues.
88

99
.. table::
1010

1111
======== ============= ====== ====== ====== ====== =============
1212
Address Field 31..24 23..16 15..8 7..0 Reset value
1313
======== ============= ====== ====== ====== ====== =============
14-
RBB+0x00 Type Vendor ID Type RO 0x0000C020
14+
RBB+0x00 Type Vendor ID Type RO 0x0000C030
1515
-------- ------------- -------------- -------------- -------------
16-
RBB+0x04 Version Major Minor Patch Meta RO 0x00000300
16+
RBB+0x04 Version Major Minor Patch Meta RO 0x00000400
1717
-------- ------------- ------ ------ ------ ------ -------------
1818
RBB+0x08 Next pointer Pointer to next register block RO -
1919
-------- ------------- ------------------------------ -------------

0 commit comments

Comments
 (0)