Re: [PATCH] Add support for IBM Z s390x

2023-07-06 Thread David Miller
I updated the original patches to newer versions of DPDK (up to 22.xx). Mathew S. Thoennes will be the long term maintainer however. The uint128 was part of the original patch sent to me, I'm happy to remove it. Best Regards - David Miller On Thu, Jul 6, 2023 at 5:49 PM Stephen Hemminger wro

Re: [PATCH] Add support for IBM Z s390x

2023-07-06 Thread Stephen Hemminger
On Fri, 28 Oct 2022 17:52:40 -0400 David Miller wrote: > diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c > index cc8e7aa138..2a863f3d39 100644 > --- a/app/test-pmd/config.c > +++ b/app/test-pmd/config.c > @@ -245,9 +245,9 @@ nic_stats_display(portid_t port_id) > static uint64_t p

Re: [PATCH] Add support for IBM Z s390x

2022-10-28 Thread David Miller
Will move to a new patch, and likely I opened in IDE again and it's set up for the previous OSS project. I got an email full of complaints from automated checkpatch, will resubmit again early next week. Best Regards - David Miller On Fri, Oct 28, 2022 at 6:45 PM Stephen Hemminger wrote: > >

Re: [PATCH] Add support for IBM Z s390x

2022-10-28 Thread Stephen Hemminger
On Fri, 28 Oct 2022 17:52:40 -0400 David Miller wrote: > +#if RTE_BYTE_ORDER == RTE_BIG_ENDIAN > +switch (type) { > +case RTE_UINT8: > +{ > +uint8_t *temp = (uint8_t *)&result; > +result = *temp; > +

Re: [PATCH] Add support for IBM Z s390x

2022-10-28 Thread Stephen Hemminger
On Fri, 28 Oct 2022 17:52:40 -0400 David Miller wrote: > diff --git a/app/test/test_cmdline.c b/app/test/test_cmdline.c > index 115bee966d..e0720ff345 100644 > --- a/app/test/test_cmdline.c > +++ b/app/test/test_cmdline.c > @@ -10,21 +10,21 @@ > static int > test_cmdline(void) > { > - prin

[PATCH] Add support for IBM Z s390x

2022-10-28 Thread David Miller
Signed-off-by: David Miller Reviewed-by: Mathew S Thoennes --- app/test-acl/main.c | 4 + app/test-pmd/config.c| 12 +- app/test/test_acl.c | 1 + app/test/test_atomic.c | 7 +- app/test/test_c