[PATCH 1/2] net: qcom/emac: configure the external phy to allow pause frames

2016-11-07 Thread Timur Tabi
Pause frames are used to enable flow control. A MAC can send and receive pause frames in order to throttle traffic. However, the PHY must be configured to allow those frames to pass through. Reviewed-by: Florian Fainelli Signed-off-by: Timur Tabi --- drivers/net/ethernet/qualcomm/emac/emac-ma

Re: [PATCH 1/2] net: qcom/emac: configure the external phy to allow pause frames

2016-11-01 Thread Timur Tabi
Timur Tabi wrote: Pause frames are used to enable flow control. A MAC can send and receive pause frames in order to throttle traffic. However, the PHY must be configured to allow those frames to pass through. Signed-off-by: Timur Tabi Ugh, I forgot to include an introductory post. Coming r

Re: [PATCH 1/2] net: qcom/emac: configure the external phy to allow pause frames

2016-11-01 Thread Florian Fainelli
On 11/01/2016 11:30 AM, Timur Tabi wrote: > Pause frames are used to enable flow control. A MAC can send and > receive pause frames in order to throttle traffic. However, the PHY > must be configured to allow those frames to pass through. > > Signed-off-by: Timur Tabi Reviewed-by: Florian Fain

[PATCH 1/2] net: qcom/emac: configure the external phy to allow pause frames

2016-11-01 Thread Timur Tabi
Pause frames are used to enable flow control. A MAC can send and receive pause frames in order to throttle traffic. However, the PHY must be configured to allow those frames to pass through. Signed-off-by: Timur Tabi --- drivers/net/ethernet/qualcomm/emac/emac-mac.c | 6 ++ 1 file changed,