Merge branch 'net-qualcomm-rmnet-stop-using-C-bit-fields'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 03:41:59 +0000 (20:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 03:41:59 +0000 (20:41 -0700)
commit578ce0468f0b5ccc3771ce60fd77d408cd0f9b09
tree19e33e4f1b0ea543a5636b19e0d5050eb7d33648
parent0f13b5e6bf283a086b6d5b47be1ecf05a341eb9b
parent86ca860e12ec0feab7d721d3b05e60fb86613540
Merge branch 'net-qualcomm-rmnet-stop-using-C-bit-fields'

Alex Elder says:

====================
net: qualcomm: rmnet: stop using C bit-fields

Version 6 is the same as version 5, but has been rebased on updated
net-next/master.  With any luck, the patches I'm sending out this
time won't contain garbage.

Version 5 of this series responds to a suggestion made by Alexander
Duyck, to determine the offset to the checksummed range of a packet
using skb_network_header_len() on patch 2.  I have added his
Reviewed-by tag to all (other) patches, and removed Bjorn's from
patch 2.

The change required some updates to the subsequent patches, and I
reordered some assignments in a minor way in the last patch.

I don't expect any more discussion on this series (but will respond
if there is any).  So at this point I would really appreciate it
if KS and/or Sean would offer a review, or at least acknowledge it.
I presume you two are able to independently test the code as well,
so I request that, and hope you are willing to do so.

Version 4 of this series is here:
  https://lore.kernel.org/netdev/20210315133455.1576188-1-elder@linaro.org
====================

Signed-off-by: David S. Miller <davem@davemloft.net>