On Tue, Sep 3, 2019 at 9:17 PM wrote:
>
> From: Pavan Nikhilesh
>
> Fix off by one error in 64bit reciprocal division when divisor is 32bit.
Added log from unit test:
RTE>>reciprocal_division
Validating unsigned 32bit division.
Validating unsigned 64bit division.
Validating unsi
>Pavan Nikhilesh Bhagavatula writes:
>
>>>Pavan Nikhilesh Bhagavatula writes:
>>>
>> >
>> >Any review?
>> >
>> >Are we missing an update in the unit test to catch this issue?
>> >Thanks.
>>
>> We actually caught it in a unit test
>> >test_reciprocal_division
>
Pavan Nikhilesh Bhagavatula writes:
>>Pavan Nikhilesh Bhagavatula writes:
>>
> >
> >Any review?
> >
> >Are we missing an update in the unit test to catch this issue?
> >Thanks.
>
> We actually caught it in a unit test
> >test_reciprocal_division
We had th
>Pavan Nikhilesh Bhagavatula writes:
>
>
>Any review?
>
>Are we missing an update in the unit test to catch this issue?
>Thanks.
We actually caught it in a unit test
>test_reciprocal_division
>>>
>>>We had this problem since the very start then.
>>>
>>>Both
Pavan Nikhilesh Bhagavatula writes:
>>> >
>>> >Any review?
>>> >
>>> >Are we missing an update in the unit test to catch this issue?
>>> >Thanks.
>>>
>>> We actually caught it in a unit test
>>> >test_reciprocal_division
>>
>>We had this problem since the very start then.
>>
>>Both reciprocal_div
>> >
>> >Any review?
>> >
>> >Are we missing an update in the unit test to catch this issue?
>> >Thanks.
>>
>> We actually caught it in a unit test
>> >test_reciprocal_division
>
>We had this problem since the very start then.
>
>Both reciprocal_division and reciprocal_division_perf are in the "per
On Tue, Sep 3, 2019 at 9:17 PM wrote:
>
> From: Pavan Nikhilesh
>
> Fix off by one error in 64bit reciprocal division when divisor is 32bit.
>
> Fixes: 6d45659eacb8 ("eal: add u64-bit variant for reciprocal divide")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Pavan Nikhilesh
Any review?
Are we mi
From: Pavan Nikhilesh
Fix off by one error in 64bit reciprocal division when divisor is 32bit.
Fixes: 6d45659eacb8 ("eal: add u64-bit variant for reciprocal divide")
Cc: sta...@dpdk.org
Signed-off-by: Pavan Nikhilesh
---
Example:
Division failed, 17358247066007716387/244 =
8 matches
Mail list logo