Re: [PATCH] net: stmicro: fix LS field mask in EEE configuration

2017-01-22 Thread Rayagond Kokatanur
Acked-by:Rayagond Kokatanur On Fri, Jan 20, 2017 at 9:30 PM, Joao Pinto wrote: > This patch fixes the LS mask when setting EEE timer. > LS field is 10 bits long and not 11 as currently. > > Signed-off-by: Joao Pinto > Reported-By: Rayagond Kokatanur > --- > drivers

Re: [PATCH] stmmac: adding EEE to GMAC4

2017-01-18 Thread Rayagond Kokatanur
On Thu, Dec 29, 2016 at 10:40 PM, Joao Pinto wrote: > This patch adds Energy Efficiency Ethernet to GMAC4. > > Signed-off-by: Joao Pinto > --- > drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 12 + > drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 59 > +++ > 2

Re: [PATCH] net: ethernet: stmmac: add ARP management

2017-01-18 Thread Rayagond Kokatanur
On Tue, Jan 17, 2017 at 10:26 PM, Christophe Roullier wrote: > > DWC_ether_qos supports the Address Recognition > Protocol (ARP) Offload for IPv4 packets. This feature > allows the processing of the IPv4 ARP request packet > in the receive path and generating corresponding ARP > response packet in

[PATCH] net:ethernet:samsung:initialize cur_rx_qnum

2016-12-09 Thread Rayagond Kokatanur
This patch initialize the cur_rx_qnum upon occurence of rx interrupt, without this initialization driver will not work with multiple rx queues configurations. NOTE: This patch is not tested on actual hw. --- drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 1 + 1 file changed, 1 insertion(+) d

Re: Synopsys Ethernet QoS Driver

2016-11-20 Thread Rayagond Kokatanur
On Sat, Nov 19, 2016 at 7:26 PM, Rabin Vincent wrote: > On Fri, Nov 18, 2016 at 02:20:27PM +, Joao Pinto wrote: >> For now we are interesting in improving the synopsys QoS driver under >> /nect/ethernet/synopsys. For now the driver structure consists of a single >> file >> called dwc_eth_qos.

Re: [PATCH (net.git) 2/3] stmmac: fix PTP support for GMAC4

2016-11-02 Thread Rayagond Kokatanur
On Wed, Nov 2, 2016 at 12:04 PM, Giuseppe CAVALLARO wrote: > Hello Rayagond > > if patches are ok, can we consider you Acked-by ? Yes. > > Thx > Peppe > > > On 10/27/2016 12:51 PM, Rayagond Kokatanur wrote: >> >> On Thu, Oct 27, 2016 at 4:02 PM, Gius

Re: [PATCH (net.git) 0/3] stmmac: fix PTP support

2016-11-02 Thread Rayagond Kokatanur
statistics >> displayed by ethtool. >> >> Giuseppe Cavallaro (3): >> stmmac: update the PTP header file >> stmmac: fix PTP support for GMAC4 >> stmmac: fix PTP type ethtool stats > > Acked-by: Richard Cochran Acked-by: Rayagond Kokatanur -- wwr Rayagond

Re: [PATCH (net.git) 2/3] stmmac: fix PTP support for GMAC4

2016-10-27 Thread Rayagond Kokatanur
On Thu, Oct 27, 2016 at 4:02 PM, Giuseppe CAVALLARO wrote: > Hello Rayagond ! > > On 10/27/2016 12:25 PM, Rayagond Kokatanur wrote: >>> >>> +static int dwmac4_wrback_get_rx_timestamp_status(void *desc, u32 ats) >>> > { >>> > struct dma_d

Re: [PATCH (net.git) 2/3] stmmac: fix PTP support for GMAC4

2016-10-27 Thread Rayagond Kokatanur
egister management and issues on the algo adopted to > setup the PTP and getting the timestamp values from the > descriptors. > > Signed-off-by: Giuseppe Cavallaro > Cc: Alexandre TORGUE > Cc: Rayagond Kokatanur > --- > drivers/net/ethernet/stmicro/stmm

Re: stmmac: Reporting ethtool_ts_info

2015-10-29 Thread Rayagond Kokatanur
On Tue, Oct 27, 2015 at 11:41 AM, Phil Reid wrote: > G'day All, > > The stmmac driver checks (priv->hwts_tx_en) && (priv->hwts_rx_en) before > reporting WHTSTAMP capabilities. > No other driver seems to do this. hwts_*_en indicate if timestamping is > enabled, not if the interface is capable of it