Re: [PATCH net] dpaa_eth: fix the access method for the dpaa_napi_portal

2021-02-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 18 Feb 2021 20:21:06 +0200 you wrote: > The current use of container_of is flawed and unnecessary. Obtain > the dpaa_napi_portal reference from the private percpu data instead. > > Fixes: a1e031ffb422 ("dpaa_eth: add XD

Re: [PATCH net] dpaa_eth: fix the access method for the dpaa_napi_portal

2021-02-19 Thread Jesper Dangaard Brouer
On Thu, 18 Feb 2021 20:21:06 +0200 Camelia Groza wrote: > The current use of container_of is flawed and unnecessary. Obtain > the dpaa_napi_portal reference from the private percpu data instead. > > Fixes: a1e031ffb422 ("dpaa_eth: add XDP_REDIRECT support") > Reported-by: Sascha Hauer > Signed-

RE: [PATCH net] dpaa_eth: fix the access method for the dpaa_napi_portal

2021-02-19 Thread Madalin Bucur (OSS)
> -Original Message- > From: Camelia Alexandra Groza > Sent: 18 February 2021 20:21 > To: k...@kernel.org; da...@davemloft.net; s.ha...@pengutronix.de > Cc: bro...@redhat.com; Madalin Bucur (OSS) ; > netdev@vger.kernel.org; Camelia Alexandra Groza > Subject: [PATCH n

[PATCH net] dpaa_eth: fix the access method for the dpaa_napi_portal

2021-02-18 Thread Camelia Groza
The current use of container_of is flawed and unnecessary. Obtain the dpaa_napi_portal reference from the private percpu data instead. Fixes: a1e031ffb422 ("dpaa_eth: add XDP_REDIRECT support") Reported-by: Sascha Hauer Signed-off-by: Camelia Groza --- drivers/net/ethernet/freescale/dpaa/dpaa_e