Message ID | 20230125204545.3788155-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: abstract status parsing | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 25 Jan 2023 14:45:37 -0600 you wrote: > Under some circumstances, IPA generates a "packet status" structure > that describes information about a packet. This is used, for > example, when offload hardware detects an error in a packet, or > otherwise discovers a packet needs special handling. In this case, > the status is delivered (along with the packet it describes) to a > "default" endpoint so that it can be handled by the AP. > > [...] Here is the summary with links: - [net-next,1/8] net: ipa: refactor status buffer parsing https://git.kernel.org/netdev/net-next/c/63a560b5289a - [net-next,2/8] net: ipa: stop using sizeof(status) https://git.kernel.org/netdev/net-next/c/b8dc7d0eea5a - [net-next,3/8] net: ipa: define all IPA status mask bits https://git.kernel.org/netdev/net-next/c/8e71708bb25e - [net-next,4/8] net: ipa: rename the NAT enumerated type https://git.kernel.org/netdev/net-next/c/cbea4761173d - [net-next,5/8] net: ipa: define remaining IPA status field values https://git.kernel.org/netdev/net-next/c/ec4c24f6a511 - [net-next,6/8] net: ipa: IPA status preparatory cleanups https://git.kernel.org/netdev/net-next/c/02c5077439fc - [net-next,7/8] net: ipa: introduce generalized status decoder https://git.kernel.org/netdev/net-next/c/ebd2a82ecea8 - [net-next,8/8] net: ipa: add IPA v5.0 packet status support https://git.kernel.org/netdev/net-next/c/55c6eae70ff1 You are awesome, thank you!