From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <olteanv@gmail.com>
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
claudiu.manoil@nxp.com, vladimir.oltean@nxp.com
Subject: Re: [PATCH net-next 1/2] net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter
Date: Wed, 24 Mar 2021 23:40:13 +0000 [thread overview]
Message-ID: <161662921333.21919.5916407619212331056.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210324154455.1899941-1-olteanv@gmail.com>
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.oltean@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
prev parent reply other threads:[~2021-03-24 23:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-24 15:44 [PATCH net-next 1/2] net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter Vladimir Oltean
2021-03-24 15:44 ` [PATCH net-next 2/2] net: enetc: don't depend on system endianness in enetc_set_mac_ht_flt Vladimir Oltean
2021-03-24 16:21 ` Claudiu Manoil
2021-03-24 16:20 ` [PATCH net-next 1/2] net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter Claudiu Manoil
2021-03-24 23:40 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=161662921333.21919.5916407619212331056.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=claudiu.manoil@nxp.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=vladimir.oltean@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).