Giter Club home page Giter Club logo

Comments (6)

yastreb78 avatar yastreb78 commented on September 12, 2024

kyenduri@ Thanks your report.
Would it be possible to share your AMI with us? (AWS ID 890902708306 & 255982136585)

Also,we will be soon publishing new version 0.7, which should be fixing few stability issues.

from amzn-drivers.

kyenduri avatar kyenduri commented on September 12, 2024

Unfortunately, this AMI can not be shared. It is closest to the public FreeBSD AMI ami-0307a163. I will retry with version 0.7 once it is out.

from amzn-drivers.

gtzalik avatar gtzalik commented on September 12, 2024

kyenduri, is it possible for you to share the following files to assist us in reproducing the issue
/etc/hosts, /etc/pf.conf, /etc/pf.os?
If possible, feel free to send it to me by email

from amzn-drivers.

kyenduri avatar kyenduri commented on September 12, 2024

I got a fix for this. The driver is doing ena_free_counters() twice for rx_stats. I no longer see the panic with this patch (attached).
fix.txt

--- ./freebsd/sys/dev/ena/ena.c	2017-05-05 13:49:22.000000000 -0700
+++ ena.c	2017-05-11 18:10:44.000000000 -0700
@@ -879,10 +879,6 @@
 	ENA_MEM_FREE(adapter->ena_dev->dmadev, rx_ring->rx_buffer_info);
 	rx_ring->rx_buffer_info = NULL;
 
-	/* free counters... */
-	ena_free_counters((counter_u64_t *)&rx_ring->rx_stats,
-	    sizeof(rx_ring->rx_stats));
-
 	/* ... and destroy mutex. Voila! */
 	mtx_destroy(&rx_ring->ring_mtx);

from amzn-drivers.

gtzalik avatar gtzalik commented on September 12, 2024

thanks @kyenduri
we already fix the above issue in our latest code.
I will upload new version with the fix in few days

from amzn-drivers.

gtzalik avatar gtzalik commented on September 12, 2024

the issue fixed on f171fc9

from amzn-drivers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.