Re: [edk2] [PATCH v3 4/8] OvmfPkg/VirtioNetDxe: dynamically alloc transmit header

2017-09-14 Thread Laszlo Ersek
On 09/14/17 13:08, Brijesh Singh wrote: > Each network packet is submitted for transmission by pushing the head > descriptor of a two-part descriptor chain to the Available Ring of the > TX queue. VirtioNetInitTx() sets up the the descriptor chains for all > queueable packets in advance, and

[edk2] [PATCH v3 4/8] OvmfPkg/VirtioNetDxe: dynamically alloc transmit header

2017-09-14 Thread Brijesh Singh
Each network packet is submitted for transmission by pushing the head descriptor of a two-part descriptor chain to the Available Ring of the TX queue. VirtioNetInitTx() sets up the the descriptor chains for all queueable packets in advance, and points all the head descriptors to the same shared,