On Wed, Nov 24, 2021 at 06:22:36PM +0100, Phil Sutter wrote: > Make use of recent changes to libnftnl and make tests/py testsuite pass > on Big Endian systems. > > Patches 1, 2 and 3 are more or less unrelated fallout from the actual > work but simple enough to not deserve separate submission. > > Patches 4-9 fix actual bugs on Big Endian. I think up to patch 9 should be good to be merged upstream as these are asorted updates + actual Big Endian bugs as you describe. Let's discuss patches start 10 and your libnftnl updates separately, OK? > Patch 10 is part convenience and part preparation for the following > patches. > > Patches 11 and 12 prepare for patch 13 which fixes set element dumping. > > Patch 14 adds a shell script which regenerates all payload records, > respecting the separation into family-specific files where used. > > Patch 15 contains the big mess of regenerated payload records from using > the previous patch's script. It is at the same time too large to read > and a clear illustration of this and the respective libnftnl's patch > series' effect.