1. Network reconfig after numa_tune

Network reconfig after numa_tune

Home Forums FABRIC General Questions and Discussion Network reconfig after numa_tune

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8140
    Ilya Baldin
    Participant

      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?

      #8142
      Komal Thareja
      Participant

        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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.
      FABRIC invites nominations for four awards recognizing innovative uses of FABRIC resources—Best Published Paper, Best FABRIC Matrix, Best FABRIC Experiment, and Best Classroom Use of FABRIC — submissions due by **Monday, February 24 at 11:59 PM ET**, and winners announced at KNIT10. [>>>Submit Form](https://docs.google.com/forms/d/e/1FAIpQLSeTp3i2iDhB7bHgN8ryMxZci8ya87yjeQd7_JMZImUodNinVA/viewform)

      KNIT10 Call for Demos Now Open! Submit your demo by **February 24**. [>>>Submit Demo](https://docs.google.com/forms/d/e/1FAIpQLScRIWqHliNP3DFWBCnalYN_fBXJXVM0PpP9YWWJdSebC95TvA/viewform)
      FABRIC invites nominations for four awards recognizing innovative uses of FABRIC resources—Best Published Paper, Best FABRIC Matrix, Best FABRIC Experiment, and Best Classroom Use of FABRIC — submissions due by **Monday, February 24 at 11:59 PM ET**, and winners announced at KNIT10. [>>>Submit Form](https://docs.google.com/forms/d/e/1FAIpQLSeTp3i2iDhB7bHgN8ryMxZci8ya87yjeQd7_JMZImUodNinVA/viewform)

      KNIT10 Call for Demos Now Open! Submit your demo by **February 24**. [>>>Submit Demo](https://docs.google.com/forms/d/e/1FAIpQLScRIWqHliNP3DFWBCnalYN_fBXJXVM0PpP9YWWJdSebC95TvA/viewform)