Sebastian Huber de5791b345 dpaa: Add "libbsd,dedicated-portal" to QMan portals
By default, the network interfaces use a pool channel, see
dpaa_get_channel() in dpaa_eth_priv_probe().  To enable a dedicated QMan
software portal, use libbsd,dedicated-portal = "enabled";.  This option
is useful for special purpose 10Gbit/s Ethernet processing.

/ {
        soc: soc@ffe000000 {
                fman0: fman@400000 {
                        enet7: ethernet@f2000 {
                                libbsd,dedicated-portal = "enabled";
                        };
                };
        };
};
2017-10-23 09:24:07 +02:00
..
2016-06-10 14:09:13 +02:00
2017-10-23 09:24:06 +02:00
2017-08-02 08:30:55 +02:00
2014-11-10 08:28:38 +01:00
2015-04-08 07:58:38 +02:00
2014-10-08 15:03:29 +02:00
2017-10-23 09:24:06 +02:00