Changeset a1f173d in mainline for uspace/drv/nic/virtio-net/virtio-net.c
- Timestamp:
- 2019-02-05T20:25:48Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 13eecc4
- Parents:
- d80fa05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/virtio-net/virtio-net.c
rd80fa05 ra1f173d 346 346 memset(hdr, 0, sizeof(virtio_net_hdr_t)); 347 347 hdr->gso_type = VIRTIO_NET_HDR_GSO_NONE; 348 hdr->num_buffers = 0; 348 349 349 350 /* Copy packet data into the buffer just past the header */
Note:
See TracChangeset
for help on using the changeset viewer.