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
Me and @ackxolotl talked about that already and reached the same conclusion, ie. that the nic would be expected to pad automatically. However, it could be desirable to make that transformation in the stack similar to checksums. Might want to change the label to enhancement to reflect this.
Activity
emmericp commentedon Aug 6, 2019
Is there any interface that requires the stack to perform the padding?
On a real NIC the driver would be expected to pad the packet (ixy.rs enables padding in hardware)
HeroicKatora commentedon Aug 6, 2019
Me and @ackxolotl talked about that already and reached the same conclusion, ie. that the
nic
would be expected to pad automatically. However, it could be desirable to make that transformation in the stack similar to checksums. Might want to change the label toenhancement
to reflect this.