[dpdk-dev] Patch not seen in the Patchwork

2018-10-09 Thread Leah Tekoa
Hi, My name is Leah Tekoa and I am working at Ethernity Networks. I am a new contributor to DPDK. I am trying to submit code to DPDK. I followed the instructions under: https://doc.dpdk.org/guides-18.08/contributing/patches.html * I registered to the DPDK development mailing list. * I

Re: [dpdk-dev] Patch not seen in the Patchwork

2018-10-15 Thread Leah Tekoa
/doc.dpdk.org/guides-18.08/contributing/patches.html but my patch was not added to the Patchwork. Appreciate your help, Leah. -Original Message- From: dev On Behalf Of Leah Tekoa Sent: October 9, 2018 10:01 AM To: dev@dpdk.org Cc: Shachar Beiser ; Barak Perlman Subject: [dpdk-dev] P

[dpdk-dev] [PATCH] app/testpmd: replace Y with R in RED bytes statistics

2018-10-24 Thread Leah Tekoa
From: Leah Tekoa Y stands for Yellow, R stands for Red. Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing") Cc: sta...@dpdk.org Signed-off-by: Leah Tekoa --- app/test-pmd/cmdline_mtr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH] ethdev: fix copying bug in rte_eth_set_queue_rate_limit

2018-11-19 Thread Leah Tekoa
From: Leah Tekoa memcpy should be used for copying rte_eth_link structure Fixes: 8dbe82b0 ("ethdev: Tx rate limitation for queue and VF") Signed-off-by: Leah Tekoa --- lib/librte_ethdev/rte_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib

Re: [dpdk-dev] [PATCH] ethdev: fix copying bug in rte_eth_set_queue_rate_limit

2018-11-19 Thread Leah Tekoa
We had problems with the way it is currently written and it didn't work for us. We got zero in link.link_speed and the real value was not copied correctly. -Original Message- From: Ferruh Yigit Sent: November 19, 2018 1:44 PM To: Leah Tekoa ; dev@dpdk.org Cc: Ouyang Changchun Su