mbox series

[v4,0/5] dts: add VFs to the framework

Message ID 20240923184235.22582-1-jspewock@iol.unh.edu (mailing list archive)
Headers
Series dts: add VFs to the framework |

Message

Jeremy Spewock Sept. 23, 2024, 6:42 p.m. UTC
From: Jeremy Spewock <jspewock@iol.unh.edu>

v4:
 * apply to next-dts

Jeremy Spewock (5):
  dts: allow binding only a single port to a different driver
  dts: parameterize what ports the TG sends packets to
  dts: add class for virtual functions
  dts: add OS abstractions for creating virtual functions
  dts: add functions for managing VFs to Node

 dts/framework/test_suite.py                  |  48 ++++++--
 dts/framework/testbed_model/linux_session.py |  40 ++++++-
 dts/framework/testbed_model/node.py          | 116 +++++++++++++++++--
 dts/framework/testbed_model/os_session.py    |  40 +++++++
 dts/framework/testbed_model/port.py          |  37 +++++-
 dts/tests/TestSuite_os_udp.py                |   4 +-
 6 files changed, 260 insertions(+), 25 deletions(-)
  

Comments

Juraj Linkeš Sept. 25, 2024, 8:24 a.m. UTC | #1
On 23. 9. 2024 20:42, jspewock@iol.unh.edu wrote:
> From: Jeremy Spewock <jspewock@iol.unh.edu>
> 

This is no longer an RFC, the body should be there so that we know what 
the state after it stopped being an RFC is.

> v4:
>   * apply to next-dts
> 
> Jeremy Spewock (5):
>    dts: allow binding only a single port to a different driver
>    dts: parameterize what ports the TG sends packets to
>    dts: add class for virtual functions
>    dts: add OS abstractions for creating virtual functions
>    dts: add functions for managing VFs to Node
> 
>   dts/framework/test_suite.py                  |  48 ++++++--
>   dts/framework/testbed_model/linux_session.py |  40 ++++++-
>   dts/framework/testbed_model/node.py          | 116 +++++++++++++++++--
>   dts/framework/testbed_model/os_session.py    |  40 +++++++
>   dts/framework/testbed_model/port.py          |  37 +++++-
>   dts/tests/TestSuite_os_udp.py                |   4 +-
>   6 files changed, 260 insertions(+), 25 deletions(-)
>