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

2020-03-26 Thread Puneet Singh
Hi Everyone, I am using X722 NIC with DPDK 19.11 after a single line patch for port detection as was advised earlier. The port gets detected properly. The NIC stats via rte_eth_stats_get report that the packets are arriving at NIC. There are no packets that are dropped due to no-mbuf's But the

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

2020-03-17 Thread Puneet Singh
Hi Xiaoyun Li Following is the difference between eth conf of testpmd and my application. Please let us know if any parameter is critical testpmd (rte_eth_conf) e = {link_speeds = 0, rxmode = {mq_mode = ETH_MQ_RX_NONE, max_rx_pkt_len = 1518, max_lro_pkt_size = 0, split_hdr_size = 0, offloads

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

2020-03-16 Thread Puneet Singh
Hi Xiaoyun Li , With changes you suggested ,Testpmd works fine on my setup. But With my own application, the port is detected properly, the queue setup to NIC also does not give any error. But my application is not getting any packets on the rx burst polls. Any suggestions on what is the best way