[dpdk-dev] [PATCH v1 0/3] Add missing ethdev driver support

2016-02-23 Thread Remy Horton
On 16/02/2016 18:54, Stephen Hemminger wrote: > On Thu, 28 Jan 2016 08:48:12 + > Remy Horton wrote: > >> Several rte_eth_dev_* functions are currently only supported >> by the ixgbe NIC driver. This patchset adds driver support >> for some of these functions to the i40e, virtio, and vmxnet3 >

[dpdk-dev] [PATCH v1 0/3] Add missing ethdev driver support

2016-02-16 Thread Bruce Richardson
On Thu, Jan 28, 2016 at 08:48:12AM +, Remy Horton wrote: > Several rte_eth_dev_* functions are currently only supported > by the ixgbe NIC driver. This patchset adds driver support > for some of these functions to the i40e, virtio, and vmxnet3 > drivers. > > > Remy Horton (3): > drivers/net

[dpdk-dev] [PATCH v1 0/3] Add missing ethdev driver support

2016-02-16 Thread Stephen Hemminger
On Thu, 28 Jan 2016 08:48:12 + Remy Horton wrote: > Several rte_eth_dev_* functions are currently only supported > by the ixgbe NIC driver. This patchset adds driver support > for some of these functions to the i40e, virtio, and vmxnet3 > drivers. It is good to make drivers more complete and

[dpdk-dev] [PATCH v1 0/3] Add missing ethdev driver support

2016-01-28 Thread Remy Horton
Several rte_eth_dev_* functions are currently only supported by the ixgbe NIC driver. This patchset adds driver support for some of these functions to the i40e, virtio, and vmxnet3 drivers. Remy Horton (3): drivers/net/i40e: Add ethdev functions drivers/net/virtio: Add ethdev functions driv