test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 0/6] Support Boulder Rapid
@ 2016-02-03  6:50 Yong Liu
  2016-02-03  6:50 ` [dts] [PATCH 1/6] nics fm10k: rename fm10k module to rrc Yong Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yong Liu @ 2016-02-03  6:50 UTC (permalink / raw)
  To: dts

Boulder Rapid just like RedRockCanyou, it also has two PEPs and EPLs.
The major difference is that RedRockCanyou has Rangely control plan
process. But Boulder Rapid do not have.
Another difference is that Special for pci address, Boulder Rapid port0 will
be assigned higher pci address.

Marvin Liu (6):
  nics fm10k: rename fm10k module to rrc
  framework settings: support boulderrapid nic
  framework test_case: add kernel driver variable
  nics: add support for Boulder Rapid
  nics net_device: support Boulder Rapid network object
  tests: support Boulder Rapid

 framework/settings.py               |   6 +-
 framework/test_case.py              |   3 +-
 nics/br.py                          | 244 ++++++++++++++++++++++++++++++++++++
 nics/fm10k.py                       | 240 -----------------------------------
 nics/net_device.py                  |   6 +-
 nics/rrc.py                         | 240 +++++++++++++++++++++++++++++++++++
 tests/TestSuite_checksum_offload.py |   6 +-
 tests/TestSuite_jumboframes.py      |   4 +-
 tests/TestSuite_pmdrssreta.py       |   6 +-
 tests/TestSuite_scatter.py          |   6 +-
 tests/TestSuite_shutdown_api.py     |  10 +-
 tests/TestSuite_tso.py              |   2 +-
 tests/TestSuite_vf_rss.py           |   4 +-
 tests/TestSuite_vlan.py             |  14 +--
 14 files changed, 521 insertions(+), 270 deletions(-)
 create mode 100644 nics/br.py
 delete mode 100644 nics/fm10k.py
 create mode 100644 nics/rrc.py

-- 
1.9.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-03  6:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03  6:50 [dts] [PATCH 0/6] Support Boulder Rapid Yong Liu
2016-02-03  6:50 ` [dts] [PATCH 1/6] nics fm10k: rename fm10k module to rrc Yong Liu
2016-02-03  6:50 ` [dts] [PATCH 2/6] framework settings: support boulderrapid nic Yong Liu
2016-02-03  6:50 ` [dts] [PATCH 3/6] framework test_case: add kernel driver variable Yong Liu
2016-02-03  6:50 ` [dts] [PATCH 4/6] nics: add support for Boulder Rapid Yong Liu
2016-02-03  6:50 ` [dts] [PATCH 5/6] nics net_device: support Boulder Rapid network object Yong Liu
2016-02-03  6:50 ` [dts] [PATCH 6/6] tests: support Boulder Rapid Yong Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).