DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] dts: enable types of Scapy
@ 2024-12-10 10:40 Luca Vizzarro
  2024-12-10 10:40 ` [PATCH 1/3] dts: update dependencies Luca Vizzarro
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Luca Vizzarro @ 2024-12-10 10:40 UTC (permalink / raw)
  To: dev, Patrick Robb; +Cc: Luca Vizzarro

Hi there,

sending in a could of patches which update our current dependencies,
therefore enabling typed Scapy. Updated mypy also suggested to add
missing stubs, which were add appropriately.

Depends-on: series-34127 ("dts: add Ruff and docstring linting")

Best regards,
Luca

Luca Vizzarro (3):
  dts: update dependencies
  dts: add missing type stubs
  dts: resolve mypy type errors

 .../interactive_remote_session.py             |    4 +-
 .../single_active_interactive_shell.py        |    2 +-
 dts/framework/remote_session/ssh_session.py   |    4 +-
 dts/framework/test_suite.py                   |   20 +-
 dts/framework/testbed_model/capability.py     |    4 +-
 dts/framework/testbed_model/tg_node.py        |    2 +-
 .../capturing_traffic_generator.py            |    4 +-
 .../testbed_model/traffic_generator/scapy.py  |    6 +-
 .../traffic_generator/traffic_generator.py    |    2 +-
 dts/framework/utils.py                        |    6 +-
 dts/poetry.lock                               | 1283 +++++++++--------
 dts/pyproject.toml                            |    8 +-
 dts/tests/TestSuite_checksum_offload.py       |   24 +-
 dts/tests/TestSuite_dynamic_queue_conf.py     |   15 +-
 dts/tests/TestSuite_mac_filter.py             |    6 +-
 dts/tests/TestSuite_pmd_buffer_scatter.py     |   17 +-
 dts/tests/TestSuite_vlan.py                   |    6 +-
 17 files changed, 752 insertions(+), 661 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-01-03 12:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-10 10:40 [PATCH 0/3] dts: enable types of Scapy Luca Vizzarro
2024-12-10 10:40 ` [PATCH 1/3] dts: update dependencies Luca Vizzarro
2024-12-10 10:40 ` [PATCH 2/3] dts: add missing type stubs Luca Vizzarro
2024-12-10 10:40 ` [PATCH 3/3] dts: resolve mypy type errors Luca Vizzarro
2024-12-10 10:47 ` [PATCH v2 0/3] dts: enable types of Scapy Luca Vizzarro
2024-12-10 10:47   ` [PATCH v2 1/3] dts: update dependencies Luca Vizzarro
2025-01-03 12:55     ` [PATCH v3 " Paul Szczepanek
2025-01-03 12:55       ` [PATCH v3 2/3] dts: add missing type stubs Paul Szczepanek
2025-01-03 12:55       ` [PATCH v3 3/3] dts: resolve mypy type errors Paul Szczepanek
2024-12-10 10:47   ` [PATCH v2 2/3] dts: add missing type stubs Luca Vizzarro
2024-12-10 10:47   ` [PATCH v2 3/3] dts: resolve mypy type errors Luca Vizzarro

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