Thank you for the clarification. I was trying to get the queue and traffic
class information from where the packet is going to be dequeued. Its
resolved now.
Regards
Avinash
On Fri, Feb 28, 2020 at 7:09 PM Singh, Jasvinder
wrote:
>
>
> > -Original Message-
> > From:
backtrace the packet that is dequeued to get the info
of what was the traffic class and from which queue the packet was dequeued.
Is there any way to get this.
Regards
--
Avinash
Hi,
I was going through the implementation of RED in dpdk.
I wanted to clarify some doubts about the implementation.
First, In RED Paper the Pmax used, how is this related to InvMaxp in dpdk,
why inverse?
Secondly, the minth and maxth are constant values in RED paper, but in the
dpdk implementatio
Hi,
I am using ubuntu 14.04 with intel controller 82574L and I am neither able
to send any packets or receive. My dpdk version is 17.11. However, when I
switched to ubuntu 16.04, it worked with vfio-pci driver. Is something
wrong with 82574L driver in ubuntu 14.04?
Thanks
Avinash Kumar Chaurasia
I am not able to figure out any problem with my code, I am using testpmd in
txonly mode (./x86_64-native-linuxapp-gcc/app/testpmd --
--forward-mode=txonly) as a transmitter on one machine and this code as a
receiver on another machine.
-- Forwarded message -
From: Avinash
Thanks a lot!
Avinash Kumar Chaurasia
On Tue, Oct 23, 2018 at 3:26 PM Burakov, Anatoly
wrote:
> On 22-Oct-18 10:08 PM, Avinash Chaurasia wrote:
> > Hello,
> > I am not sure whether this is right list for posting this problem. I am
> > trying to understand how dpdk all
allocated at some place. I failed to traceback any function (called from
heap_alloc()) that calls mmap to allocate memory. Please let me know when
this heap is created, which function call does that.
Thanks
Avinash
>= 8 bytes (see
check_params_create() in rte_table_hash_ext.c). Not seeing any other options,
so I was hoping someone could advise on how to support a 4-byte hash key size
in 17.11 and on a go forward basis.
Regards,
Avinash
;port stop 1;port start 1;port start 2;
port stop 2; port start 3;port stop 3
1. Repeat step 2, 3 -5 times and app gets into fault state and never
recovers (One of the 10G ports, goes into "DOWN" state and never comes UP
again".
Thanks
-Avinash
From: Yeddula, Avinash
Sent: Tue
Hi All,
With DPDK Stable 17.05 branch, we are seeing an issue with the link state of
10G ports on Broadwell.
Link status of one of the ports keeps flapping at regular intervals, typically
starts after few seconds after the link appeared to settle down.
Other behaviors include not honoring a link
Thanks Bruce for replying, I kind of figured it out. Like you mentioned I do
see some performance dip with linked-mbufs, I believe this expected, is there a
way to minimize the impact, all I need is to enable
linked-mbuf".
Thanks
-Avinash
-Original Message-
From: Bruce Richa
.hw_strip_crc = 0, /**< CRC stripped by hardware */
},
.txmode = {
.mq_mode = ETH_MQ_TX_NONE,
},
.intr_conf.lsc = 0,
};
port_conf.rxmode.enable_scatter = 1;
port_conf.rxmode.hw_ip_checksum = 0;
Thanks
-Avinash
Hi All,
I do have a similar issue, any response to the below email might help me as
well.
Thanks
-Avinash
-Original Message-
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Lavanya Jose
Sent: Monday, August 08, 2016 11:44 AM
To: users at dpdk.org; dev at dpdk.org
Subject: [dpdk-dev
I apologies, I should have checked it more carefully.
* if behavior = RTE_RING_QUEUE_VARIABLE
* - n: Actual number of objects dequeued.
This function returns the "n" I was looking for.
Thanks
-Avinash
From: Yeddula, Avinash
Sent: Wednesday, July 06, 2016 6:39 PM
To: dev at dpdk.o
s.
3. How do I get the number "20" ?
Hope my question was clear.
Thanks
-Avinash
Hello All,
Would someone please let me know, how to run "testpmd" app in a loopback mode.
Port1 testpmd -app -traffic back to-port1
Thanks
-Avinash
lladb/dpdk/blob/master/examples/ip_pipeline/pipeline/hash_func.h
We do not want to have those warning in our code. What do you suggest ?
Thanks
-Avinash
-Original Message-
From: Dumitrescu, Cristian [mailto:cristian.dumitre...@intel.com]
Sent: Tuesday, September 22, 2015 3:05 AM
T
c int rte_table_array_single_pkt_lookup( void *table, void *key, void
*entry)
Any thoughts on adding these 2 items officially to dpdk library.
Thanks
-Avinash
,
};
Thanks
-Avinash
frame) + Bridge ID ( Bridge on which
it arrived)
Thanks
-Avinash
-Original Message-
From: Singh, Jasvinder [mailto:jasvinder.si...@intel.com]
Sent: Monday, August 17, 2015 7:00 AM
To: Richardson, Bruce; Yeddula, Avinash
Cc: dev at dpdk.org
Subject: RE: [dpdk-dev] [ 2nd try ] Lookup mechan
That's correct Bruce.
Thanks
-Avinash
-Original Message-
From: Bruce Richardson [mailto:bruce.richard...@intel.com]
Sent: Friday, August 14, 2015 2:25 AM
To: Yeddula, Avinash
Cc: dev at dpdk.org
Subject: Re: [dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.
On Thu, A
Any comments on this question ?
Thanks
-Avinash
-Original Message-
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yeddula, Avinash
Sent: Wednesday, August 12, 2015 3:04 PM
To: dev at dpdk.org
Subject: [dpdk-dev] Lookup mechanim in DPDK HASH table.
Hello All,
I'm using
keys"
in the meta data.
Here is my question: How to support more than one lookup with different keys
on the same frame on the same table.
Use case: Src mac lookup and dst mac lookup on the same mac table.
Thanks
-Avinash
does it work.
I apologies if the questions are very basic and doesn't make sense.
Thanks
-Avinash
PS: I modified the app to make it run only on 1 core. Here is the output when
it runs on one core. Let me know if I'm doing something wrong.
[root at localhost timer]# ./build/timer -c 1
(and pipes) comes from the number of
bits available. Since the QoS code overloads the 32 bit RSS field in
the mbuf there isn't enough bits to a lot. But then again if you add lots
of pipes or subports the memory footprint gets huge.
Any more info or suggestions on increasing the limit to 8 ?
Thanks
-Avinash
Hello All,
Does dpdk provide any kind of ageing functionality ( To be specific, Mac ageing
functionality is what I'm looking for).
If yes, please provide the pointers.
Thanks
-Avinash
26 matches
Mail list logo