Re: [Qemu-devel] [PATCH v7 12/17] net_pkt: Extend packet abstraction as required by e1000e functionality

2016-06-01 Thread Dmitry Fleytman
> On 1 Jun 2016, at 07:25 AM, Jason Wang wrote: > > > > On 2016年05月31日 15:20, Dmitry Fleytman wrote: >> From: Dmitry Fleytman >> >> This patch extends the TX/RX packet abstractions with features that will >> be used by the e1000e

Re: [Qemu-devel] [PATCH v7 12/17] net_pkt: Extend packet abstraction as required by e1000e functionality

2016-05-31 Thread Jason Wang
On 2016年05月31日 15:20, Dmitry Fleytman wrote: From: Dmitry Fleytman This patch extends the TX/RX packet abstractions with features that will be used by the e1000e device implementation. Changes are: 1. Support iovec lists for RX buffers 2. Deeper RX

[Qemu-devel] [PATCH v7 12/17] net_pkt: Extend packet abstraction as required by e1000e functionality

2016-05-31 Thread Dmitry Fleytman
From: Dmitry Fleytman This patch extends the TX/RX packet abstractions with features that will be used by the e1000e device implementation. Changes are: 1. Support iovec lists for RX buffers 2. Deeper RX packets parsing 3. Loopback option for TX