RE: [PATCH] Revert "dpaa_eth: add XDP_REDIRECT support"

2021-02-18 Thread Camelia Alexandra Groza
; 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. > >

Re: [PATCH] Revert "dpaa_eth: add XDP_REDIRECT support"

2021-02-18 Thread Jesper Dangaard Brouer
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