Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1553088

[net-next v1 0/8] netcp: enhancements and minor fixes

From Murali Karicheri <m-karicheri2@ti.com>
Newsgroups linux.kernel
Subject [net-next v1 0/8] netcp: enhancements and minor fixes
Date 2017-01-06 21:40 +0100
Message-ID <sWJsR-75B-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series is for net-next. This propagates enhancements and minor
bug fixes from internal version of the driver to keep the upstream
in sync. Please review and apply if this looks good.

Tested on all of K2HK/E/L boards with nfs rootfs.
Test logs below
K2HK-EVM: http://pastebin.ubuntu.com/23754106/
k2L-EVM: http://pastebin.ubuntu.com/23754143/
K2E-EVM: http://pastebin.ubuntu.com/23754159/

History:
  v1 - dropped 1/10 amd 2/10 of v0 based on comments from Rob as
       it needs more work before submission
  v0 - Initial version

Michael Scherban (1):
  net: netcp: store network statistics in 64 bits

Murali Karicheri (7):
  net: netcp: extract eflag from desc for rx_hook handling
  net: netcp: remove the redundant memmov()
  net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHY
  net: netcp: use hw capability to remove FCS word from rx packets
  net: netcp: ale: update to support unknown vlan controls for NU switch
  net: netcp: ale: use ale_status to size the ale table
  net: netcp: ale: add proper ale entry mask bits for netcp switch ALE

 drivers/net/ethernet/ti/cpsw_ale.c    | 180 +++++++++++++++++++++++++++++-----
 drivers/net/ethernet/ti/cpsw_ale.h    |  17 +++-
 drivers/net/ethernet/ti/netcp.h       |  21 ++++
 drivers/net/ethernet/ti/netcp_core.c  | 102 +++++++++++++++----
 drivers/net/ethernet/ti/netcp_ethss.c |  23 +++--
 include/linux/soc/ti/knav_dma.h       |   2 +
 6 files changed, 292 insertions(+), 53 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[net-next v1 0/8] netcp: enhancements and minor fixes Murali Karicheri <m-karicheri2@ti.com> - 2017-01-06 21:40 +0100
  [net-next v1 7/8] net: netcp: ale: use ale_status to size the ale table Murali Karicheri <m-karicheri2@ti.com> - 2017-01-06 21:40 +0100
  [net-next v1 1/8] net: netcp: extract eflag from desc for rx_hook handling Murali Karicheri <m-karicheri2@ti.com> - 2017-01-06 21:40 +0100
  [net-next v1 2/8] net: netcp: remove the redundant memmov() Murali Karicheri <m-karicheri2@ti.com> - 2017-01-06 21:40 +0100
  [net-next v1 5/8] net: netcp: use hw capability to remove FCS word from rx packets Murali Karicheri <m-karicheri2@ti.com> - 2017-01-06 21:50 +0100
  [net-next v1 3/8] net: netcp: store network statistics in 64 bits Murali Karicheri <m-karicheri2@ti.com> - 2017-01-06 21:50 +0100
  [net-next v1 6/8] net: netcp: ale: update to support unknown vlan controls for NU switch Murali Karicheri <m-karicheri2@ti.com> - 2017-01-06 21:50 +0100
  Re: [net-next v1 0/8] netcp: enhancements and minor fixes David Miller <davem@davemloft.net> - 2017-01-08 03:10 +0100

csiph-web