[dpdk-dev] DPDK application using 82574L NIC

2017-02-02 Thread Puneet Singh
EAL: Detected lcore 0 as core 0 on socket 0 EAL: Detected lcore 1 as core 1 on socket 0 EAL: Detected lcore 2 as core 3 on socket 0 EAL: Detected lcore 3 as core 2 on socket 0 EAL: Support maximum 128 logical core(s) by configuration. EAL: Detected 4 lcore(s) EAL: Setting up physically contiguous m

[dpdk-dev] "Incompatible UPT version” error when running DPDK on VMWare with VMXNET3 interface ,ESXI Version 6.5/6.7

2018-10-01 Thread Puneet singh
t to 0 EAL: probe driver: 15ad:7b0 net_vmxnet3 EAL: Not managed by a supported kernel driver, skipped EAL: No probed ethernet devices Interactive-mode selected USER1: create a new mbuf pool : n=171456, size=2176, socket=0 Done Any help to resolve above issue would be greatly appreciated. Thanks! Regards Puneet Singh

Re: [dpdk-dev] [dpdk-users] Issue while running DPDK19.11 test-pmd with Intel X722 Nic

2020-03-16 Thread Puneet Singh
way to debug this eg. can some logs be enabled at PMD to see what setting is wrong etc. ? Thanks & Regards Puneet Singh From: Puneet Singh mailto:puneet.si...@truminds.com>> Sent: 13 March 2020 10:05 To: Li, Xiaoyun mailto:xiaoyun...@intel.com>>; us...@dpdk.org<mailto:us..

Re: [dpdk-dev] [dpdk-users] Issue while running DPDK19.11 test-pmd with Intel X722 Nic

2020-03-17 Thread Puneet Singh
7;}, flex_conf = { nb_payloads = 0, nb_flexmasks = 0, flex_set = {{type = RTE_ETH_PAYLOAD_UNKNOWN, src_offset = {0 }}, {type = RTE_ETH_PAYLOAD_UNKNOWN, src_offset = {0 }}, {type = RTE_ETH_PAYLOAD_UNKNOWN, src_offset = {0 }}, {type = RTE_ETH_PAYLOAD_UNKNOWN, src_offset = { 0 }}, {type =

Re: [dpdk-dev] [dpdk-users] Issue while running DPDK19.11 test-pmd with Intel X722 Nic

2020-03-26 Thread Puneet Singh
with X520, Vmxnet3 and virtio is blocked with the X722 NIC. Regards Puneet From: Puneet Singh Sent: 19 March 2020 13:35 To: 'Li, Xiaoyun' ; 'us...@dpdk.org' ; 'dev@dpdk.org' Subject: RE: [dpdk-users] Issue while running DPDK19.11 test-pmd with Intel X722 Nic Hi

[dpdk-dev] Regarding usage of vmxnet3 PMD with DPDK2.0

2015-06-25 Thread Puneet Singh
I am migrating from using DPDK1.6r2 and the external vmxnet3 user map driver to DPDK2.0. I believe with DPDK2.0, the vmxnet3 PMD is builtin and I don?t need to use the external driver. I have been able to build the DPDK2.0 and I see that CONFIG_RTE_LIBRTE_VMXNET3_PMD is set to y in the config. Que