lkml.org 
[lkml]   [2021]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [net-next PATCH RFC v6 07/16] net: dsa: tag_qca: enable promisc_on_master flag
On Tue, Dec 14, 2021 at 11:44:00PM +0100, Ansuel Smith wrote:
> Ethernet MDIO packets are non-standard and DSA master expects the first
> 6 octets to be the MAC DA. To address these kind of packet, enable
> promisc_on_master flag for the tagger.
>
> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
> ---
> net/dsa/tag_qca.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/net/dsa/tag_qca.c b/net/dsa/tag_qca.c
> index 34e565e00ece..f8df49d5956f 100644
> --- a/net/dsa/tag_qca.c
> +++ b/net/dsa/tag_qca.c
> @@ -68,6 +68,7 @@ static const struct dsa_device_ops qca_netdev_ops = {
> .xmit = qca_tag_xmit,
> .rcv = qca_tag_rcv,
> .needed_headroom = QCA_HDR_LEN,
> + .promisc_on_master = true,
> };
>
> MODULE_LICENSE("GPL");
> --
> 2.33.1
>

Reviewed-by: Vladimir Oltean <olteanv@gmail.com>

\
 
 \ /
  Last update: 2021-12-15 10:59    [W:0.213 / U:0.808 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site