lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 29 Aug 2022 11:20:29 +0200
From:   Steen Hegelund <steen.hegelund@...rochip.com>
To:     Casper Andersson <casper.casan@...il.com>,
        "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Jakub Kicinski <kuba@...nel.org>,
        Paolo Abeni <pabeni@...hat.com>, <netdev@...r.kernel.org>
CC:     Horatiu Vultur <horatiu.vultur@...rochip.com>,
        Lars Povlsen <lars.povlsen@...rochip.com>,
        <UNGLinuxDriver@...rochip.com>
Subject: Re: [PATCH v2 net-next 0/3] net: sparx5: add mrouter support

Hi Casper,

On Thu, 2022-08-25 at 11:28 +0200, Casper Andersson wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> This series adds support for multicast router ports to SparX5. To manage
> mrouter ports the driver must keep track of mdb entries. When adding an
> mrouter port the driver has to iterate over all mdb entries and modify
> them accordingly.
> 
> v2:
> - add bailout in free_mdb
> - re-arrange mdb struct to avoid holes
> - change devm_kzalloc -> kzalloc
> - change GFP_ATOMIC -> GFP_KERNEL
> - fix spelling
> 
> Casper Andersson (3):
>   ethernet: Add helpers to recognize addresses mapped to IP multicast
>   net: sparx5: add list for mdb entries in driver
>   net: sparx5: add support for mrouter ports
> 
>  .../ethernet/microchip/sparx5/sparx5_main.c   |   4 +
>  .../ethernet/microchip/sparx5/sparx5_main.h   |  15 +
>  .../microchip/sparx5/sparx5_switchdev.c       | 271 ++++++++++++------
>  .../ethernet/microchip/sparx5/sparx5_vlan.c   |   7 +
>  include/linux/etherdevice.h                   |  22 ++
>  5 files changed, 232 insertions(+), 87 deletions(-)
> 
> --
> 2.34.1
> 

For this series:

Reviewed-by: Steen Hegelund <Steen.Hegelund@...rochip.com>

BR
Steen

Powered by blists - more mailing lists