; Ioana Ciocoi Radulescu
> ; Ilias Apalodimas
>
> Subject: Re: [PATCH] Revert "dpaa_eth: add XDP_REDIRECT support"
>
> On Wed, 17 Feb 2021 16:17:58 +0100
> Sascha Hauer wrote:
>
> > This reverts commit a1e031ffb422bb89df9ad9c018420d0deff7f2e3.
> >
On Wed, 17 Feb 2021 16:17:58 +0100
Sascha Hauer wrote:
> This reverts commit a1e031ffb422bb89df9ad9c018420d0deff7f2e3.
>
> This commit introduces a:
>
> np = container_of(&portal, struct dpaa_napi_portal, p);
>
> Using container_of() on the address of a pointer doesn't make sense as
> th