Messages in this thread |  | | From | Subbaraya Sundeep Bhatta <> | | Subject | RE: [EXTERNAL] [PATCH net-next 1/2] vxlan: Do not alloc tstats manually | | Date | Mon, 11 Mar 2024 11:34:15 +0000 |
| |
>-----Original Message----- >From: Breno Leitao <leitao@debian.org> >Sent: Monday, March 11, 2024 4:55 PM >To: David S. Miller <davem@davemloft.net>; Eric Dumazet ><edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; Paolo Abeni ><pabeni@redhat.com> >Cc: keescook@chromium.org; Ido Schimmel <idosch@nvidia.com>; Nikolay >Aleksandrov <razor@blackwall.org>; Amit Cohen <amcohen@nvidia.com>; Petr >Machata <petrm@nvidia.com>; Jiri Benc <jbenc@redhat.com>; Beniamino >Galvani <b.galvani@gmail.com>; Gavin Li <gavinl@nvidia.com>; open >list:NETWORKING DRIVERS <netdev@vger.kernel.org>; open list <linux- >kernel@vger.kernel.org> >Subject: [EXTERNAL] [PATCH net-next 1/2] vxlan: Do not alloc tstats manually > >With commit 34d21de99cea9 ("net: Move {l,t,d}stats allocation to core and >convert veth & vrf"), stats allocation could be done on net core >instead of in this driver. > >With this new approach, the driver doesn't have to bother with error >handling (allocation failure checking, making sure free happens in the >right spot, etc). This is core responsibility now. > >Remove the allocation in the vxlan driver and leverage the network >core allocation instead. > >Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Subbaraya Sundeep <sbhatta@marvell.com>
>---
|  |