[PATCH net-next v2 0/8] net: thunderx: New features and fixes

From: Aleksey Makarov
Date: Sun Aug 30 2015 - 05:34:18 EST


v2:
- The unused affinity_mask field of the structure cmp_queue
has been deleted. (thanks to David Miller)
- The unneeded initializers have been dropped. (thanks to Alexey Klimov)
- The commit message "net: thunderx: Rework interrupt handling"
has been fixed. (thanks to Alexey Klimov)

Aleksey Makarov (1):
net: thunderx: fix MAINTAINERS

Sunil Goutham (7):
net: thunderx: Add receive error stats reporting via ethtool
net: thunderx: mailboxes: remove code duplication
net: thunderx: Receive hashing HW offload support
net: thunderx: Support for HW VLAN stripping
net: thunderx: Rework interrupt handling
net: thunderx: Support for upto 96 queues for a VF
net: thunderx: Support for internal loopback mode

MAINTAINERS | 3 +-
drivers/net/ethernet/cavium/thunder/nic.h | 93 +++-
drivers/net/ethernet/cavium/thunder/nic_main.c | 198 +++++++-
.../net/ethernet/cavium/thunder/nicvf_ethtool.c | 182 +++++--
drivers/net/ethernet/cavium/thunder/nicvf_main.c | 541 +++++++++++++++------
drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 144 +++---
drivers/net/ethernet/cavium/thunder/nicvf_queues.h | 44 +-
drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 31 ++
drivers/net/ethernet/cavium/thunder/thunder_bgx.h | 4 +
9 files changed, 911 insertions(+), 329 deletions(-)

--
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/