add --fix-gro reminder

This commit is contained in:
wangyu 2021-01-11 05:58:31 -05:00
parent 026f97687a
commit b8e9095135

View File

@ -724,7 +724,7 @@ void async_cb(struct ev_loop *loop, struct ev_async *watcher, int revents)
if(empty) break; if(empty) break;
if(g_fix_gro==0&&len>max_data_len) if(g_fix_gro==0&&len>max_data_len)
{ {
mylog(log_warn,"huge packet %d > %d, dropped\n",len,max_data_len); mylog(log_warn,"huge packet %d > %d, dropped. maybe you need to turn down mtu at upper level, or maybe you need the --fix-gro option\n",len,max_data_len);
break; break;
} }