1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-21 12:33:59 +01:00
Files
u-boot-megous/drivers/net
Yogesh Gaur 2557c5a942 driver: net: fsl-mc: flib changes for MC 10.3.0
Existing MC driver framework is based on MC-9.x.x flib. This patch
migrates MC obj (DPBP, DPNI, DPRC, DPMAC etc) to use latest MC flib
which is MC-10.3.0.

Changes introduced due to migration:
1. To get OBJ token, pair of create and open API replaces create APIs
2. Pair of close and destroy APIs replaces destroy APIs
3. For version read, get_version APIs replaces get_attributes APIs
4. dpni_get/reset_statistics APIs replaces dpni_get/set_counter APIs
5. Simplifies struct dpni_cfg and removes dpni_extended_cfg struct
6. Single API dpni_get_buffer_layout/set_buffer_layout replaces
   dpni_get_rx/set_rx, tx related, tx_conf_buffer_layout related APIs.
   New API takes a queue type as an argument.
7. Similarly dpni_get_queue/set_queue replaces
   dpni_get_rx_flow/set_rx_flow , tx_flow related, tx_conf related
   APIs

Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
2017-12-06 14:55:17 -08:00
..
2016-10-23 18:33:18 -04:00
2010-07-12 00:14:29 -07:00
2017-06-28 11:43:39 -04:00
2017-06-28 11:43:39 -04:00
2016-12-04 13:55:01 -05:00
2016-02-05 12:47:23 +08:00
2017-06-01 07:03:01 -06:00
2016-12-16 17:15:27 +01:00
2017-09-07 13:23:52 -05:00
2014-04-18 10:42:30 -04:00
2015-08-11 13:27:15 -05:00
2017-09-07 13:23:52 -05:00
2016-08-15 15:29:03 -05:00
2017-09-07 13:23:52 -05:00
2013-04-01 16:33:52 -04:00
2017-06-02 14:44:20 -05:00
2017-06-01 07:03:10 -06:00
2017-11-30 02:32:34 +01:00
2017-06-01 07:03:01 -06:00
2016-08-15 15:29:03 -05:00
2015-09-11 17:14:43 -04:00
2017-04-05 13:52:01 -04:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-07-03 17:35:28 -04:00