[PATCH 0/2] *** Memory Allocation: Fixes ms_idx jump in fb_array library ***

2023-01-15 Thread Vipin P R
39 EAL: ms_idx:1109 12740 EAL: ms_idx:1110 12741 EAL: ms_idx:1112 *** Vipin P R (2): Memory Allocation: Fixes ms_idx jump (lookahead) during find_next_n() in fb_array library Memory Allocation: Fixes ms_idx jump (lookbehind) during find_prev_n() in fb_array library .mailmap

[PATCH 1/2] Memory Allocation: Fixes ms_idx jump (lookahead) during find_next_n() in fb_array library

2023-01-15 Thread Vipin P R
guous region in VA space. this would result in the allocator assuming that the memory is contiguous even though there is a hole in between. In legacy mem, allocator assumes that PA contiguous are VA contiguous as well. Cc: sta...@dpdk.org Signed-off-by: Vipin P R Acked-by: Kumara Paramesh

[PATCH 2/2] Memory Allocation: Fixes ms_idx jump (lookbehind) during find_prev_n() in fb_array library

2023-01-15 Thread Vipin P R
Cc: sta...@dpdk.org Signed-off-by: Vipin P R Acked-by: Kumara Parameshwaran --- lib/eal/common/eal_common_fbarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eal/common/eal_common_fbarray.c b/lib/eal/common/eal_common_fbarray.c index 551bd87..90240e8 100644 --- a

[PATCH] *** Memory Allocation: Adding a new UT for fb_array ***

2023-01-15 Thread Vipin P R
est Suite Summary + Tests Total :9 + Tests Skipped : 0 + Tests Executed : 9 + Tests Unsupported: 0 + Tests Passed : 9 + Tests Failed : 0 + --- + Test OK RTE>> *** Vipin P R (1): Memory Allocation: Adding

[PATCH] Memory Allocation: Adding a new UT for fb_array

2023-01-15 Thread Vipin P R
add test case coverage to cover the ms_idx jump Cc: sta...@dpdk.org Signed-off-by: Vipin P R Acked-by: Kumara Parameshwaran --- Depends-on: 0001-Memory-Allocation-Fixes-ms_idx-jump-lookahead-during.patch Depends-on: 0002-Memory-Allocation-Fixes-ms_idx-jump-lookbehind-durin.patch --- app/test

[PATCH 0/2] *** Memory Allocation: Fixes ignore_msk during find_next_n() in fb_array library***

2023-01-15 Thread Vipin P R
ts lost, look at need; that's the number of bits (starting from LSB) that's cleared to zero before the next iteration. *** Vipin P R (2): Memory Allocation: Fixes ignore_msk during find_next_n() in fb_array library Memory Allocation: Alternative fix for igno

[PATCH 1/2] Memory Allocation: Fixes ignore_msk during find_next_n() in fb_array library

2023-01-15 Thread Vipin P R
Ignore mask ignores essential bits WHICH could have been contiguous. This commit aims to rectify that Cc: sta...@dpdk.org Signed-off-by: Vipin P R Acked-by: Kumara Parameshwaran --- Depends-on: 0001-Memory-Allocation-Fixes-ms_idx-jump-lookahead-during.patch Depends-on: 0002-Memory-Allocation

[PATCH 2/2] Memory Allocation: Alternative fix for ignore_msk during find_next_n() in fb_array library

2023-01-15 Thread Vipin P R
Ignore mask ignores essential bits WHICH could have been contiguous. This commit aims to rectify that Cc: sta...@dpdk.org Signed-off-by: Vipin P R Acked-by: Kumara Parameshwaran --- Depends-on: 0001-Memory-Allocation-Fixes-ms_idx-jump-lookahead-during.patch Depends-on: 0002-Memory-Allocation

[PATCH] *** Intel iavf: Return in the case of ADD/DEL ETH address ***

2023-01-15 Thread Vipin P R
fe2a571c70cc397f2ad4e280f8d084148fea5d62, i40e_ethdev_vf.c was deleted. Hence adding this in iavf_vchnl.c. *** Vipin P R (1): Intel iavf: Return in the case of ADD/DEL ETH address drivers/net/iavf/iavf_vchnl.c | 8 1 file changed, 8 insertions(+) -- 2.7.4

[PATCH] Intel iavf: Return in the case of ADD/DEL ETH address

2023-01-15 Thread Vipin P R
...@dpdk.org Signed-off-by: Vipin P R --- drivers/net/iavf/iavf_vchnl.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/iavf/iavf_vchnl.c b/drivers/net/iavf/iavf_vchnl.c index f92daf9..e2f65f5 100644 --- a/drivers/net/iavf/iavf_vchnl.c +++ b/drivers/net/iavf/iavf_vchnl.c

Re: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address

2023-02-08 Thread Vipin P R
From: Zhang, Qi Z Sent: 17 January 2023 07:24 To: Vipin P R ; Wu, Jingjing ; Xing, Beilei Cc: dev@dpdk.org ; sta...@dpdk.org Subject: RE: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address !! External Email > -Original Message- >

Re: [PATCH 2/2] Memory Allocation: Alternative fix for ignore_msk during find_next_n() in fb_array library

2023-05-22 Thread Vipin P R
Hi Burakov, sure, will amend the changeset. currently I'm travelling, will get back by the end of this week if that's ok. From: Burakov, Anatoly Sent: 19 May 2023 22:15 To: Vipin P R Cc: dev@dpdk.org ; sta...@dpdk.org Subject: Re: [PATCH 2/2] Memory