<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7601.19038"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt 微软雅黑">
<DIV>Hi all,</DIV>
<DIV> </DIV>
<DIV>We know that RX_BUF_SIZE is assigned the value 1522 in src/drivers/net/virtio-net.c.</DIV>
<DIV> </DIV>
<DIV>I'd like to know that is it ok if I write a patch to change the value from 1522 to IEEE80211_MAX_FRAME_LEN(2352)?</DIV>
<DIV>If the answer is negative, Would you please tell me why?</DIV>
<DIV> </DIV>
<DIV>I got an bug report about this, During a pxe guest installation, after loading kernel, if sending jumbo frame packets, say</DIV>
<DIV>'ping -i0.5 -M do -s 8972 $GUEST_IP' from host, The guest installation will hang, So I want to increase the rx buffer</DIV>
<DIV>size of virtio-net to avoid this overflow. That's why I ask this question.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Lin</DIV></BODY></HTML>