[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

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

[PATCH v2] Add support for IBM Z s390x

2023-07-25 Thread David Miller
Minimal changes to drivers and app to support the IBM s390x. Signed-off-by: David Miller Reviewed-by: Mathew S Thoennes --- app/test-acl/main.c | 4 + app/test/test_acl.c | 1 + app/test/test_atomic.c | 7 +- app

[PATCH v3] Add support for IBM Z s390x

2023-07-25 Thread David Miller
Minimal changes to drivers and app to support the IBM s390x. Signed-off-by: David Miller Reviewed-by: Mathew S Thoennes --- app/test-acl/main.c | 4 + app/test/test_acl.c | 1 + app/test/test_atomic.c | 7 +- app

Re: [PATCH v3] Add support for IBM Z s390x

2023-08-02 Thread David Miller
about CI and have him speak with David Christensen. - David Miller On Wed, Aug 2, 2023 at 10:25 AM David Marchand wrote: > > Hello David, > > On Wed, Jul 26, 2023 at 3:35 AM David Miller wrote: > > > > Minimal changes to drivers and app to support the IBM s390x. &

Re: [PATCH v3] Add support for IBM Z s390x

2023-08-02 Thread David Miller
It looks like this is still from v2, v3 (fixes the build issue, missing operator) was submit the same day.. The abi-test failure referenced is present on v3 (which the bot has only accepted today). Patch v4 will be split as requested. Thanks. - David Miller On Wed, Aug 2, 2023 at 10:34 AM

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 Hemm