doc: nics guide
authorThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 31 Jan 2015 22:06:06 +0000 (23:06 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 30 Mar 2015 23:33:22 +0000 (01:33 +0200)
commit972e365bfe7aab7d51d2b5e48230a7d145e68463
treee240afc72bad7c4fc98daffd34cec8d9306e6876
parent08558763b72915313738a273b164f0156b59f838
doc: nics guide

Create nics guide by moving chapters about Intel and Mellanox NICs.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Siobhan Butler <siobhan.a.butler@intel.com>
40 files changed:
MAINTAINERS
doc/guides/index.rst
doc/guides/nics/e1000em.rst [new file with mode: 0644]
doc/guides/nics/img/console.png [new file with mode: 0644]
doc/guides/nics/img/fast_pkt_proc.png [new file with mode: 0644]
doc/guides/nics/img/forward_stats.png [new file with mode: 0644]
doc/guides/nics/img/host_vm_comms.png [new file with mode: 0644]
doc/guides/nics/img/host_vm_comms_qemu.png [new file with mode: 0644]
doc/guides/nics/img/inter_vm_comms.png [new file with mode: 0644]
doc/guides/nics/img/perf_benchmark.png [new file with mode: 0644]
doc/guides/nics/img/single_port_nic.png [new file with mode: 0644]
doc/guides/nics/img/vm_vm_comms.png [new file with mode: 0644]
doc/guides/nics/img/vmxnet3_int.png [new file with mode: 0644]
doc/guides/nics/img/vswitch_vm.png [new file with mode: 0644]
doc/guides/nics/index.rst [new file with mode: 0644]
doc/guides/nics/intel_vf.rst [new file with mode: 0644]
doc/guides/nics/ixgbe.rst [new file with mode: 0644]
doc/guides/nics/mlx4.rst [new file with mode: 0644]
doc/guides/nics/pcap_ring.rst [new file with mode: 0644]
doc/guides/nics/virtio.rst [new file with mode: 0644]
doc/guides/nics/vmxnet3.rst [new file with mode: 0644]
doc/guides/prog_guide/driver_vm_emul_dev.rst [deleted file]
doc/guides/prog_guide/i40e_ixgbe_igb_virt_func_drv.rst [deleted file]
doc/guides/prog_guide/img/console.png [deleted file]
doc/guides/prog_guide/img/fast_pkt_proc.png [deleted file]
doc/guides/prog_guide/img/forward_stats.png [deleted file]
doc/guides/prog_guide/img/host_vm_comms.png [deleted file]
doc/guides/prog_guide/img/host_vm_comms_qemu.png [deleted file]
doc/guides/prog_guide/img/inter_vm_comms.png [deleted file]
doc/guides/prog_guide/img/perf_benchmark.png [deleted file]
doc/guides/prog_guide/img/single_port_nic.png [deleted file]
doc/guides/prog_guide/img/vm_vm_comms.png [deleted file]
doc/guides/prog_guide/img/vmxnet3_int.png [deleted file]
doc/guides/prog_guide/img/vswitch_vm.png [deleted file]
doc/guides/prog_guide/index.rst
doc/guides/prog_guide/libpcap_ring_based_poll_mode_drv.rst [deleted file]
doc/guides/prog_guide/mlx4_poll_mode_drv.rst [deleted file]
doc/guides/prog_guide/poll_mode_drv.rst
doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst [deleted file]
doc/guides/prog_guide/poll_mode_drv_paravirtual_vmxnets_nic.rst [deleted file]