- This topic has 1 reply, 2 voices, and was last updated 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Network reconfig after numa_tune
Fabric team,
Kudos on all the great new features! I am using CPU pinning and numa_tune functions shown here (https://github.com/fabric-testbed/jupyter-examples/blob/31968f514de467c81819827262f5e54a20bae472//fabric_examples/complex_recipes/iPerf3/iperf3_optimized_smart_nic.ipynb).
My problem is after the functions complete and the reboot happens the network interfaces lose their configuration. What is the magic I can apply to force them to be re-configured back to the intended state?
P.S. Can’t wait on the DPUs – any timeline for this and which ones will be supported?
Hi Ilya,
Thanks for the kind words—we appreciate the feedback!
To ensure the network interfaces retain their configuration after rebooting, please use the following code to reconfigure all nodes in the slice:
for n in slice.get_nodes():
n.config()
This will restore the network configurations.
Regarding DPUs, we’re currently exploring BlueField 2 DPUs and targeting summer for initial support, with more details coming soon. Stay tuned for updates!
Please let us know if you run into any other issues.
Best Regards,
Komal