Skip to main content

EC2 ENA DMA & Connection Tracking Failure Diagnostics

Data strictly extracted from official AWS troubleshooting documentation. Click the symptom below to get the targeted diagnostic commands.

🚨 Step 1: What specific error symptom are you experiencing?

Please click the most accurate description:


Quick Reference Table

#ScenarioKey Error SignalPrimary Diagnostic
5ENA RX Page Allocation Failurequeue_N_rx_page_alloc_fail: Nethtool -S eth0 | grep page_alloc + /proc/meminfo
6ENA TX/RX DMA Mapping Errorsqueue_N_tx_dma_mapping_err: Nethtool -S eth0 | grep dma + dmesg | grep iommu
7ENA RX Refill Partial Failurequeue_N_rx_refil_partial: Nethtool -S eth0 | grep refil + free -h
8conntrack Limit Exhaustedconntrack_allowance_exceeded: Ncat /proc/sys/net/netfilter/nf_conntrack_count + upgrade instance type