[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <03c0976c-19ff-0852-835c-fce7c391e15e@kicherer.org>
Date: Mon, 10 Apr 2017 09:51:06 +0200
From: Mario Kicherer <dev@...herer.org>
To: Oliver Hartkopp <socketcan@...tkopp.net>, netdev@...r.kernel.org,
linux-can@...r.kernel.org, mkl@...gutronix.de
Subject: Re: [PATCH net-next v2] can: initial support for network namespaces
Hello Oliver,
> You didn't include the statistics here:
>
> + struct s_stats *can_stats; /* packet statistics */
> + struct s_pstats *can_pstats; /* receive list statistics */
>
> which need to be per-net too, right?
I was not sure how this information is used - e.g., maybe just as debug
information that the system is working. Hence, I just left them as they
were.
> You do a kzalloc(sizeof(struct dev_rcv_lists), GFP_KERNEL) in
> can_pernet_init().
>
> Doesn't it need a kfree(net->can.can_rx_alldev_list) then??
Yes, I missed this. Thanks!
Unfortunately, I don't have access to my CAN hardware right now, hence
I cannot test a corresponding patch at the moment. :/
Best regards,
Mario
Powered by blists - more mailing lists