[dpdk-dev] DPDK 21.11 NVIDIA Mellanox Roadmap

2021-09-14 Thread Shy Shyman
Below is NVIDIA Mellanox's roadmap for DPDK21.11, on which we are currently working: ethdev new APIs: === [1] Introduce an optimization in memory/performance for the case of scaled-up interfaces. Motivation: An application (e.g. OVS) polls all representors que

[dpdk-dev] DPDK 21.08 NVIDIA Mellanox Roadmap

2021-06-11 Thread Shy Shyman
Below is NVIDIA Mellanox's roadmap for DPDK21.08, on which we are currently working: rte_flow new APIs: === [1] Extend rte_ipv4_hdr with ihl field separated from version field(while persevering the original API) Motivation: to allow efficient implementation of matc

[dpdk-dev] [PATCH] net/mlx5: fix file path location of HW counters

2020-07-15 Thread Shy Shyman
n the shared IB context") Cc: sta...@dpdk.org Cc: viachesl...@mellanox.com Signed-off-by: Shy Shyman --- drivers/net/mlx5/linux/mlx5_os.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/net/mlx5/linux/mlx5_os.c b/drivers/net/mlx5/linux/mlx5_o

[dpdk-dev] [PATCH] net/mlx5: fix file path location of HW counters

2020-07-15 Thread Shy Shyman
n the shared IB context") Cc: sta...@dpdk.org Cc: viachesl...@mellanox.com Signed-off-by: Shy Shyman --- drivers/net/mlx5/linux/mlx5_os.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/net/mlx5/linux/mlx5_os.c b/drivers/net/mlx5/linux/mlx5_o

[dpdk-dev] [PATCH] net/mlx5: fix flow META item validation

2020-06-28 Thread Shy Shyman
ta to dynamic field") Cc: viachesl...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Shy Shyman --- drivers/net/mlx5/mlx5_flow_dv.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/mlx5/mlx5_flow_dv.c b/drivers/net/mlx5/mlx5_flow_dv.c index 6318bd99cd..e037643c98 100644 ---

[dpdk-dev] [PATCH v2] app/testpmd: fix error detection in MTU command

2020-06-08 Thread Shy Shyman
e is still printed since the JUMBO packet offload is disabled. The fix separates the two conditions to make sure the error triggers only in case the set_mtu action actually failed. Fixes: 150c9ac2df13 ("app/testpmd: update Rx offload after setting MTU") Cc: xavier.hu...@huawei.com Signe

Re: [dpdk-dev] [PATCH] app/testpmd: fix error detection in MTU command

2020-05-19 Thread Shy Shyman
Message- From: Ferruh Yigit Sent: Tuesday, May 19, 2020 5:58 PM To: Shy Shyman ; dev@dpdk.org Cc: Wenzhuo Lu ; Beilei Xing ; Bernard Iremonger ; xavier.hu...@huawei.com Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix error detection in MTU command On 5/18/2020 10:27 AM, Shy Shyman wrote: >

[dpdk-dev] [PATCH] app/testpmd: fix error detection in MTU command

2020-05-18 Thread Shy Shyman
d after setting MTU") Cc: xavier.hu...@huawei.com Signed-off-by: Shy Shyman --- app/test-pmd/config.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 5381207cc..73b53c50b 100644 --- a/app/test-pmd/config.