test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [RFC PATCH 0/8] support fm10k family nics
@ 2015-12-13  4:57 Yong Liu
  2015-12-13  4:57 ` [dts] [PATCH 1/8] framework settings: rename nic_name_from_type to get_nic_name Yong Liu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Yong Liu @ 2015-12-13  4:57 UTC (permalink / raw)
  To: dts

fm10k family nics required addtional setup functions for testpoint. All
functions will be enabled after startup and configure testpoint. For some nics
like RubyRapid and BulderRapid, two ports will share one testpoint.

For clearify nic functions, created another folder named "nics" which will
contained all nic modules. 

Marvin Liu (8):
  framework settings: rename nic_name_from_type to get_nic_name
  framework crb: add function to retrieve port information
  framework: create independent foler for nic modules
  nics: add fm10k module for RedRockCanYou family nic
  framework: net device object get from net_device module
  framework dts: close netdevice related session after exit
  conf: add sample for RedRockCanYou family nic
  framework project_dpdk: add extra setup after bind driver

 conf/ports.cfg            |   6 +-
 framework/checkCase.py    |   4 +-
 framework/crb.py          |   8 +
 framework/dts.py          |  14 +-
 framework/dut.py          |  22 +-
 framework/main.py         |   6 +-
 framework/net_device.py   | 770 ------------------------------------------
 framework/project_dpdk.py |   9 +
 framework/settings.py     |   3 +-
 framework/test_case.py    |   4 +-
 framework/virt_dut.py     |   4 +-
 nics/fm10k.py             | 164 +++++++++
 nics/net_device.py        | 832 ++++++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 1047 insertions(+), 799 deletions(-)
 delete mode 100644 framework/net_device.py
 create mode 100644 nics/fm10k.py
 create mode 100644 nics/net_device.py

-- 
1.9.3

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

end of thread, other threads:[~2015-12-14  1:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-13  4:57 [dts] [RFC PATCH 0/8] support fm10k family nics Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 1/8] framework settings: rename nic_name_from_type to get_nic_name Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 2/8] framework crb: add function to retrieve port information Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 3/8] framework: create independent foler for nic modules Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 4/8] nics: add fm10k module for RedRockCanYou family nic Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 5/8] framework: net device object get from net_device module Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 6/8] framework dts: close netdevice related session after exit Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 7/8] conf: add sample for RedRockCanYou family nic Yong Liu
2015-12-13  4:57 ` [dts] [PATCH 8/8] framework project_dpdk: add extra setup after bind driver Yong Liu
2015-12-14  1:34 ` [dts] [RFC PATCH 0/8] support fm10k family nics Liu, Yong

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).