mbox series

[0/3] eal: small rte_common.h fixes and cleanup

Message ID 20220821205009.1317044-1-dmitry.kozliuk@gmail.com (mailing list archive)
Headers
Series eal: small rte_common.h fixes and cleanup |

Message

Dmitry Kozlyuk Aug. 21, 2022, 8:50 p.m. UTC
  Dmitry Kozlyuk (3):
  eal: fix pointer arithmetic with an expression argument
  eal: uninline rte_str_to_size
  eal: deduplicate roundup code

 app/test/test_common.c                 | 11 ++++++++
 lib/eal/common/eal_common_string_fns.c | 32 ++++++++++++++++++++++
 lib/eal/include/rte_common.h           | 38 ++++----------------------
 lib/eal/version.map                    |  1 +
 4 files changed, 49 insertions(+), 33 deletions(-)
  

Comments

Bruce Richardson Aug. 22, 2022, 2:06 p.m. UTC | #1
On Sun, Aug 21, 2022 at 11:50:06PM +0300, Dmitry Kozlyuk wrote:
> Dmitry Kozlyuk (3):
>   eal: fix pointer arithmetic with an expression argument
>   eal: uninline rte_str_to_size
>   eal: deduplicate roundup code
> 
>  app/test/test_common.c                 | 11 ++++++++
>  lib/eal/common/eal_common_string_fns.c | 32 ++++++++++++++++++++++
>  lib/eal/include/rte_common.h           | 38 ++++----------------------
>  lib/eal/version.map                    |  1 +
>  4 files changed, 49 insertions(+), 33 deletions(-)
> 
Thanks.

Series-acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
fengchengwen Aug. 24, 2022, 3:52 a.m. UTC | #2
Series-acked-by: Chengwen Feng <fengchengwen@huawei.com>

On 2022/8/22 4:50, Dmitry Kozlyuk wrote:
> Dmitry Kozlyuk (3):
>   eal: fix pointer arithmetic with an expression argument
>   eal: uninline rte_str_to_size
>   eal: deduplicate roundup code
> 
>  app/test/test_common.c                 | 11 ++++++++
>  lib/eal/common/eal_common_string_fns.c | 32 ++++++++++++++++++++++
>  lib/eal/include/rte_common.h           | 38 ++++----------------------
>  lib/eal/version.map                    |  1 +
>  4 files changed, 49 insertions(+), 33 deletions(-)
>