Hello: This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 24 Mar 2021 17:44:54 +0200 you wrote: > From: Vladimir Oltean <vladimir.olt...@nxp.com> > > ENETC has a 64-entry hash table for VLAN RX filtering per Station > Interface, which is accessed through two 32-bit registers: VHFR0 holding > the low portion, and VHFR1 holding the high portion. > > The enetc_set_vlan_ht_filter function looks at the pf->vlan_ht_filter > bitmap, which is fundamentally an unsigned long variable, and casts it > to a u32 array of two elements. It puts the first u32 element into VHFR0 > and the second u32 element into VHFR1. > > [...] Here is the summary with links: - [net-next,1/2] net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter https://git.kernel.org/netdev/net-next/c/110eccdb2469 - [net-next,2/2] net: enetc: don't depend on system endianness in enetc_set_mac_ht_flt https://git.kernel.org/netdev/net-next/c/e366a39208e5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html