Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255068
| From | David Daney <ddaney.cavm@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] net: thunderx: Support pass-2 revision hardware. |
| Date | 2015-10-24 02:20 +0200 |
| Message-ID | <qmUIW-vG-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: David Daney <david.daney@cavium.com>
With the availability of a new revision of the ThunderX NIC hardware a
few changes to the driver are required. With these, the driver works
on all currently available hardware revisions.
David Daney (1):
net: thunderx: Rewrite silicon revision tests.
Sunil Goutham (2):
net: thunderx: Remove PF soft reset.
net: thunderx: Fix incorrect subsystem devid of VF on pass2 silicon
Thanneeru Srinivasulu (1):
net: thunderx: Incorporate pass2 silicon CPI index configuration
changes
drivers/net/ethernet/cavium/thunder/nic_main.c | 42 ++++++++++++++++--------
drivers/net/ethernet/cavium/thunder/nic_reg.h | 4 +++
drivers/net/ethernet/cavium/thunder/nicvf_main.c | 2 +-
3 files changed, 34 insertions(+), 14 deletions(-)
--
1.8.3.1
--
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 0/4] net: thunderx: Support pass-2 revision hardware. David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 1/4] net: thunderx: Remove PF soft reset. David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 3/4] net: thunderx: Rewrite silicon revision tests. David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 4/4] net: thunderx: Incorporate pass2 silicon CPI index configuration changes David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 2/4] net: thunderx: Fix incorrect subsystem devid of VF on pass2 silicon David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 Re: [PATCH 0/4] net: thunderx: Support pass-2 revision hardware. David Miller <davem@davemloft.net> - 2015-10-26 02:10 +0100
csiph-web