[dpdk-dev] [Bug 713] Cannot init ENA port in skeleton example

bugzilla at dpdk.org bugzilla at dpdk.org
Tue May 18 12:54:37 CEST 2021


https://bugs.dpdk.org/show_bug.cgi?id=713

kalyan (kaprakashr at gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from kalyan (kaprakashr at gmail.com) ---
Hi David,

Thanks much! After I masked that check it works(snapshot below),

Besides, could you throw some light on the future implications of masking this
check in AWS ENA? (And also the reason behind introducing this check) 

__Snap shot__
oot at ip-172-31-23-251:/home/ubuntu/dpdk-stable-20.11.1/build/examples#
./dpdk-skeleton -l 1 -n 2
EAL: Detected 4 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: No available hugepages reported in hugepages-1048576kB
EAL: Probing VFIO support...
EAL:   Invalid NUMA socket, default to 0
EAL:   Invalid NUMA socket, default to 0
EAL: Probe PCI driver: net_ena (1d0f:ec20) device: 0000:00:06.0 (socket 0)
EAL:   Invalid NUMA socket, default to 0
EAL: Probe PCI driver: net_ena (1d0f:ec20) device: 0000:00:07.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Port 0 MAC: 06 66 dc 11 e8 30
Port 1 MAC: 06 b7 8f e2 7e 6e

Core 1 forwarding packets.

Thanks,
Kalyan

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list