Re: [PATCH net-next v2 0/6] net: ipa: hardware pipeline cleanup fixes

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 12:56:57 -0600 you wrote: > Version 2 of this series fixes a "restricted __le16 degrades to > integer" warning from sparse in the third patch. The normal host > architecture is little-endian, so the pr

Re: [PATCH net-next v2 0/6] net: ipa: hardware pipeline cleanup fixes

2021-01-27 Thread Willem de Bruijn
On Wed, Jan 27, 2021 at 5:04 AM Alex Elder wrote: > > Version 2 of this series fixes a "restricted __le16 degrades to > integer" warning from sparse in the third patch. The normal host > architecture is little-endian, so the problem did not produce > incorrect behavior, but the code was wrong not

[PATCH net-next v2 0/6] net: ipa: hardware pipeline cleanup fixes

2021-01-26 Thread Alex Elder
Version 2 of this series fixes a "restricted __le16 degrades to integer" warning from sparse in the third patch. The normal host architecture is little-endian, so the problem did not produce incorrect behavior, but the code was wrong not to perform the endianness conversion. The updated patch use