You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make failed due to following error:
```
xdp_prog_kern.c:60:8: error: variable 'echo_reply' set but not used [-Werror,-Wunused-but-set-variable]
__u16 echo_reply;
^
1 error generated.
make[1]: *** [../common/common.mk:111: xdp_prog_kern.o] Error 1
make[1]: Leaving directory '/home/xdp-tutorial/packet03-redirecting'
make: *** [Makefile:13: packet03-redirecting] Error 2
```
Comment out relevant lines to fix.
Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
0 commit comments