Crash in RTE_TIMER

2022-09-15 Thread Nishant Verma
Hi, I am facing one issue in rte_timer. The description is quite generic. *Setup*: I am using DPDK 21.11 OS: Centos 7.9 CPU: Intel(R) Xeon(R) CPU D-1581 @ 1.80GHz NIC: SR-IOV on X552 Process: Single primary process(one core, one instance) only *Earlier Running Application: * We built our app as

Re: [dpdk-dev] I40e-dpdk_18.11-Bonding issue

2021-09-20 Thread Nishant Verma
I am going for init, it gives me this error mac_address_slaves_update(1495) - 1 Failed to update port Id 0 MAC address and furter on port start fails. Thanks. Regards, Nishant Verma On Fri, Sep 17, 2021 at 8:51 PM Min Hu (Connor) wrote: > Hi, Nishant, > could you tell us yo

[dpdk-dev] I40e-dpdk_18.11-Bonding issue

2021-09-17 Thread Nishant Verma
ort Id 1 MAC address EAL: Error - exiting with code: 1 Cause: rte_eth_dev_start: err=-1, port=2 I checked a whole lot of patches but everything seems to be in place in this release. What else can I try to get rid of these errors? Thanks. Regards, Nishant Verma

Re: [dpdk-dev] [dpdk-users] DPDK issue with Marvell NIC QLogic Corp. FastLinQ QL41000

2021-05-25 Thread Nishant Verma
otal:1024 > 11:59:29.209 §HugePages_Free: 1019 > 11:59:29.209 §HugePages_Rsvd:0 > 11:59:29.209 §HugePages_Surp:0 > 11:59:29.209 §Hugepagesize: 2048 kB > 11:59:29.209 §DirectMap4k: 381760 kB > 11:59:29.209 §DirectMap2M:13973504 kB > 11:59:2

Re: [dpdk-dev] [dpdk-users] DPDK issue with Marvell NIC QLogic Corp. FastLinQ QL41000

2021-05-25 Thread Nishant Verma
Can you paste output of /proc/meminfo ? Regards, NV On Tue, May 25, 2021 at 9:52 PM Truring Team wrote: > Hi Team, > > I am trying to run the dpdk test-pmd application (DPDK 20.11 and DPDK > 21.05) with NIC QLogic Corp. FastLinQ QL41000 Series 10/25/40/50GbE > Controller but facing following

Re: [dpdk-dev] LINUX VF

2017-11-03 Thread Nishant Verma
Issue Resolved. This is because of NetworkManager service running on CentOs 7. After stopping that service everything works fine. On Mon, Oct 30, 2017 at 6:33 PM, Nishant Verma wrote: > Hi, > > I am trying to configure SRIOV on my SUPERMICRO BLADES. > I assigned 10G NIC to igb_uio

[dpdk-dev] LINUX VF

2017-10-30 Thread Nishant Verma
Hi, I am trying to configure SRIOV on my SUPERMICRO BLADES. I assigned 10G NIC to igb_uio. After that created 4 VF's. Out of 4 VF's, 3 are used by DPDK App and one I am assigning to Linux kernel. Now when I am assigning IP to a virtual interface on top of Linux VF after PF is up. The first time i

[dpdk-dev] unable to access packet from vNIC

2016-06-20 Thread Nishant Verma
Hi All, Required little help again. Now everything in place, 1 core is for KNI, Rest for other traffic. I have send some udp packets from other UDP app running on different machine for our DPDK machine. The packet that i have send was not data traffic, so they moved to KNI. Till this point it is

[dpdk-dev] flow director on X550

2016-05-25 Thread Nishant Verma
. On Wed, May 25, 2016 at 8:52 PM, Lu, Wenzhuo wrote: > Hi Nishant, > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nishant Verma > > Sent: Thursday, May 26, 2016 4:08 AM > > To: dev at dpdk.org > > Subject: [dpdk-

[dpdk-dev] flow director on X550

2016-05-25 Thread Nishant Verma
Hi All, My system configuration is ==>#. SuperMicro 1U - BIOS: 1.0a - Processor: Intel(R) Xeon(R) CPU D-1540 @ 2.00GHz - Onboard NIC: Intel(R) X552/X557-AT (2x10G) - Firmware-version: 0x81cf - Device ID (PF/VF): 8086:15ad /8086:15a8 - kernel driver version: 4.2.5 (ixgbe)

[dpdk-dev] Query on RSS Rule

2016-05-18 Thread Nishant Verma
Hi Wenzhuo, Tried UDP as well as TCP. Also use dump function to check if packet it correct or not. I found packet perfectly fine. but anyhow problem still remain the same. On Wed, May 18, 2016 at 11:09 PM, Lu, Wenzhuo wrote: > Hi Nishant, > > > > *From:* Nishant Verma [ma

[dpdk-dev] Query on RSS Rule

2016-05-18 Thread Nishant Verma
gt; From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nishant Verma > > Sent: Thursday, May 19, 2016 7:06 AM > > To: dev at dpdk.org > > Subject: [dpdk-dev] Query on RSS Rule > > > > ?Hi All, > > > > It's very basic question, but somehow i am

[dpdk-dev] Query on RSS Rule

2016-05-18 Thread Nishant Verma
?Hi All, It's very basic question, but somehow i am blocked due to this issue. Please help me out. I have configured NTUPLE filter in my application with just Destination IP every ?thing else(SRC IP, S_PORT, D_PORT & proto) is disabled. But whenever i send packet from any machine, it means Differ

[dpdk-dev] RSS: packet reaches to wrong queue

2016-05-11 Thread Nishant Verma
Hi All, I am using DPDK 16.04 and pktgen 3.0.00 Issue is, Packet reaches to wrong queue at DPDK, if source IP of a packet changed at pktgen-dpdk. On my DPDK machine, i have configured RSS rule just for Destination IP (172.10.10.2). [image: rss]

[dpdk-dev] RSS Hash using 2 tuple

2016-02-28 Thread Nishant Verma
Hi All, I tried to change L3fwd program. My aim is to use only destination IP and UDP protocol as only 2 tuple in RSS hash. My first question is, Is it possible? I have checked macros that doesn't give me impression that we can just use destination IP. Please correct me if i am wrong. Thanks i

[dpdk-dev] KNI sample application running procedure

2015-12-07 Thread Nishant Verma
As par error message, it seems error lies in validation. But it seems right Can you try to run the app without kthread option. if you haven't tried that. just to pin point the problem. ./kni -c 0x0f -n 2 -- -P -p 0x3 --config="(0,2,3),(1,0,1)" while executing, load kni module with single mode opti

[dpdk-dev] Fwd: port-queue-process

2015-11-28 Thread Nishant Verma
i Nishant, > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nishant Verma > > Sent: Saturday, November 28, 2015 5:42 AM > > To: dev at dpdk.org > > Subject: [dpdk-dev] Fwd: port-queue-process > > > > Hi All, > > >

[dpdk-dev] Fwd: port-queue-process

2015-11-28 Thread Nishant Verma
Hi All, I have one doubt about dpdk. Question. Suppose on 8 core machine DPDK process is running on all cores, all process has its own Rx & Tx queue. My question is, let we have a packet from some network for DPDK application running on 2nd core, how it will reach to 2nd core and not to some othe