Re: [ovs-dev] [PATCHv4] netdev-provider: Apply batch object to netdev provider.

2016-07-21 Thread Daniele Di Proietto
Thanks for the patch! I made a few minor style changes (most notably I added spaces after the cast type and the expression) and applied this to master. 2016-07-18 17:05 GMT-07:00 William Tu : > Commit 1895cc8dbb64 ("dpif-netdev: create batch object") introduces > batch process functions and 'st

[ovs-dev] [PATCHv4] netdev-provider: Apply batch object to netdev provider.

2016-07-18 Thread William Tu
Commit 1895cc8dbb64 ("dpif-netdev: create batch object") introduces batch process functions and 'struct dp_packet_batch' to associate with batch-level metadata. This patch applies the packet batch object to the netdev provider interface (dummy, Linux, BSD, and DPDK) so that batch APIs can be used