On 02/21/2019 11:47 PM, Martin Lau wrote: > On Thu, Feb 21, 2019 at 05:30:54PM +0100, Maciej Fijalkowski wrote: >> On Thu, 21 Feb 2019 17:05:39 +0100 >> Toke Høiland-Jørgensen <t...@redhat.com> wrote: >> >>> The xdp_redirect and xdp_redirect_map sample programs both load a dummy >>> program onto the egress interfaces. However, the unload code checks these >>> programs against the wrong fd number, and thus refuses to unload them. Fix > s/fd/id/
Applied and fixed above typo, thanks! >>> the comparison to avoid this. > The change LGTM. > > Acked-by: Martin KaFai Lau <ka...@fb.com> >