mbox series

[net-next,0/4] net: ethernet: ti: cpsw: allow vlan h/w timestamping

Message ID 20181112140023.12407-1-ivan.khoronzhuk@linaro.org
Headers show
Series net: ethernet: ti: cpsw: allow vlan h/w timestamping | expand

Message

Ivan Khoronzhuk Nov. 12, 2018, 2 p.m. UTC
The patchset adds several improvements and allows vlan h/w ts.

Based on net-next/master

Ivan Khoronzhuk (4):
  net: ethernet: ti: cpts: correct debug for expired txq skb
  net: ethernet: ti: cpts: purge staled skbs from txq
  net: ethernet: ti: cpts: move enable/disable flags outside of cpts
    module
  net: ethernet: ti: cpsw: allow vlan tagged packets to be timestamped

 drivers/net/ethernet/ti/cpsw.c        | 51 ++++++++++++++-------------
 drivers/net/ethernet/ti/cpts.c        | 32 +++++++++++++----
 drivers/net/ethernet/ti/cpts.h        | 38 --------------------
 drivers/net/ethernet/ti/netcp_ethss.c | 32 +++++++++--------
 4 files changed, 69 insertions(+), 84 deletions(-)

-- 
2.17.1

Comments

Grygorii Strashko Nov. 14, 2018, 4:05 p.m. UTC | #1
On 11/13/2018 6:30 PM, David Miller wrote:
> From: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>

> Date: Mon, 12 Nov 2018 16:00:19 +0200

> 

>> The patchset adds several improvements and allows vlan h/w ts.

>>

>> Based on net-next/master

> 

> Series applied, thanks.

> 


Sry, for delay.
Thank you.