|
@@ -83,6 +83,7 @@ Optional properties:
|
|
- snps,dcb-algorithm: Queue to be enabled as DCB
|
|
- snps,dcb-algorithm: Queue to be enabled as DCB
|
|
- snps,avb-algorithm: Queue to be enabled as AVB
|
|
- snps,avb-algorithm: Queue to be enabled as AVB
|
|
- snps,map-to-dma-channel: Channel to map
|
|
- snps,map-to-dma-channel: Channel to map
|
|
|
|
+ - snps,priority: RX queue priority (Range: 0x0 to 0xF)
|
|
- Multiple TX Queues parameters: below the list of all the parameters to
|
|
- Multiple TX Queues parameters: below the list of all the parameters to
|
|
configure the multiple TX queues:
|
|
configure the multiple TX queues:
|
|
- snps,tx-queues-to-use: number of TX queues to be used in the driver
|
|
- snps,tx-queues-to-use: number of TX queues to be used in the driver
|
|
@@ -101,6 +102,7 @@ Optional properties:
|
|
- snps,idle_slope: unlock on WoL
|
|
- snps,idle_slope: unlock on WoL
|
|
- snps,high_credit: max write outstanding req. limit
|
|
- snps,high_credit: max write outstanding req. limit
|
|
- snps,low_credit: max read outstanding req. limit
|
|
- snps,low_credit: max read outstanding req. limit
|
|
|
|
+ - snps,priority: TX queue priority (Range: 0x0 to 0xF)
|
|
Examples:
|
|
Examples:
|
|
|
|
|
|
stmmac_axi_setup: stmmac-axi-config {
|
|
stmmac_axi_setup: stmmac-axi-config {
|
|
@@ -115,6 +117,7 @@ Examples:
|
|
queue0 {
|
|
queue0 {
|
|
snps,dcb-algorithm;
|
|
snps,dcb-algorithm;
|
|
snps,map-to-dma-channel = <0x0>;
|
|
snps,map-to-dma-channel = <0x0>;
|
|
|
|
+ snps,priority = <0x0>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
@@ -124,6 +127,7 @@ Examples:
|
|
queue0 {
|
|
queue0 {
|
|
snps,weight = <0x10>;
|
|
snps,weight = <0x10>;
|
|
snps,dcb-algorithm;
|
|
snps,dcb-algorithm;
|
|
|
|
+ snps,priority = <0x0>;
|
|
};
|
|
};
|
|
|
|
|
|
queue1 {
|
|
queue1 {
|
|
@@ -132,6 +136,7 @@ Examples:
|
|
snps,idle_slope = <0x1000>;
|
|
snps,idle_slope = <0x1000>;
|
|
snps,high_credit = <0x3E800>;
|
|
snps,high_credit = <0x3E800>;
|
|
snps,low_credit = <0xFFC18000>;
|
|
snps,low_credit = <0xFFC18000>;
|
|
|
|
+ snps,priority = <0x1>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|