Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215900
| From | Aleksey Makarov <aleksey.makarov@auriga.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next v2 0/8] net: thunderx: New features and fixes |
| Date | 2015-08-30 11:40 +0200 |
| Message-ID | <q37fI-53D-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next v2 0/8] net: thunderx: New features and fixes Aleksey Makarov <aleksey.makarov@auriga.com> - 2015-08-30 11:40 +0200
[PATCH net-next v2 7/8] net: thunderx: Support for upto 96 queues for a VF Aleksey Makarov <aleksey.makarov@auriga.com> - 2015-08-30 11:40 +0200
[PATCH net-next v2 3/8] net: thunderx: mailboxes: remove code duplication Aleksey Makarov <aleksey.makarov@auriga.com> - 2015-08-30 11:40 +0200
Re: [PATCH net-next v2 0/8] net: thunderx: New features and fixes David Miller <davem@davemloft.net> - 2015-08-31 07:00 +0200
Re: [PATCH net-next v2 0/8] net: thunderx: New features and fixes Sunil Kovvuri <sunil.kovvuri@gmail.com> - 2015-08-31 09:10 +0200
csiph-web