doc: remove Intel reference from multi-process guide
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Thu, 27 Oct 2016 06:11:19 +0000 (11:41 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Nov 2016 20:53:37 +0000 (21:53 +0100)
multi-process support has been verified on non IA such as ARMv8.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/prog_guide/multi_proc_support.rst

index badd102..2a996ae 100644 (file)
@@ -35,7 +35,7 @@ Multi-process Support
 
 In the DPDK, multi-process support is designed to allow a group of DPDK processes
 to work together in a simple transparent manner to perform packet processing,
-or other workloads, on IntelĀ® architecture hardware.
+or other workloads.
 To support this functionality,
 a number of additions have been made to the core DPDK Environment Abstraction Layer (EAL).