diff options
author | Sean Anderson <sean.anderson@seco.com> | 2021-12-17 20:42:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-12-20 14:46:42 +0300 |
commit | 662f11d55ffd02933e1bd275d732b97eddccf870 (patch) | |
tree | 9aa344ca72e8350ca968465a9e96df6de646dd4c /Documentation/networking/device_drivers | |
parent | 87a270625a89fc841f1a7e21aae6176543d8385c (diff) | |
download | linux-662f11d55ffd02933e1bd275d732b97eddccf870.tar.xz |
docs: networking: dpaa2: Fix DPNI header
The DPNI object should get its own header, like the rest of the objects.
Fixes: 60b91319a349 ("staging: fsl-mc: Convert documentation to rst format")
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/device_drivers')
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst b/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst index d638b5a8aadd..199647729251 100644 --- a/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst +++ b/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst @@ -183,6 +183,7 @@ PHY and allows physical transmission and reception of Ethernet frames. IRQ config, enable, reset DPNI (Datapath Network Interface) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Contains TX/RX queues, network interface configuration, and RX buffer pool configuration mechanisms. The TX/RX queues are in memory and are identified by queue number. |