[dpdk-dev] Queries about the RED implementation

2019-09-24 Thread 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

[dpdk-dev] DPDK Enqueue Pipeline

2020-02-26 Thread Avinash .
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

Re: [dpdk-dev] DPDK Enqueue Pipeline

2020-03-03 Thread Avinash .
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:

[dpdk-dev] DPDK hash function related question

2015-09-21 Thread Yeddula, Avinash
, }; Thanks -Avinash

[dpdk-dev] Need your thoughts on DPDK hash table / DPDK lookup/insert API's

2015-09-25 Thread Yeddula, Avinash
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

[dpdk-dev] Lookup mechanim in DPDK HASH table.

2015-08-12 Thread Yeddula, Avinash
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

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-13 Thread Yeddula, Avinash
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

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-14 Thread Yeddula, Avinash
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

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-17 Thread Yeddula, 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

[dpdk-dev] testpmd loopback mode

2015-12-18 Thread Yeddula, 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

[dpdk-dev] DPDK hash function related question

2015-10-12 Thread Yeddula, 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

[dpdk-dev] Question on rte_ring_dequeue_bulk()

2016-07-06 Thread Yeddula, Avinash
s. 3. How do I get the number "20" ? Hope my question was clear. Thanks -Avinash

[dpdk-dev] Question on rte_ring_dequeue_bulk()

2016-07-06 Thread Yeddula, Avinash
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

[dpdk-dev] Issue with TX of Jumbo frames on 10G interfaces ONLY

2017-07-13 Thread Yeddula, Avinash
.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

Re: [dpdk-dev] Issue with TX of Jumbo frames on 10G interfaces ONLY

2017-07-24 Thread Yeddula, Avinash
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

[dpdk-dev] link state change not consistent (Flaps/stays DOWN/UP for ever)

2017-08-22 Thread Yeddula, Avinash
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

Re: [dpdk-dev] link state change not consistent (Flaps/stays DOWN/UP for ever)

2017-08-22 Thread Yeddula, 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

[dpdk-dev] rte_eth_rx bug? duplicate message bufs

2016-08-11 Thread Yeddula, 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

[dpdk-dev] Mac ageing functionality.

2015-06-04 Thread Yeddula, 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

[dpdk-dev] 4 Traffic classes per Pipe limitation

2015-06-05 Thread Yeddula, Avinash
(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

[dpdk-dev] RTE TIMER LIBRARY

2015-06-18 Thread Yeddula, 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

[dpdk-dev] Memory allocation in dpdk at basic level

2018-10-22 Thread Avinash Chaurasia
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

Re: [dpdk-dev] Memory allocation in dpdk at basic level

2018-10-25 Thread Avinash Chaurasia
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

[dpdk-dev] Fwd: Not able to receive packet via api rte_eth_rx_burst

2018-10-31 Thread Avinash 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

[dpdk-dev] ubuntu 14.04 and intel controller 82574L not working

2018-11-02 Thread Avinash Chaurasia
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

[dpdk-dev] 17.05 --> 17.11, minimum hash table key size

2018-06-28 Thread Yeddula, 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