1) The document provides instructions for installing and configuring OVS DPDK on Ubuntu 17.04, including specifying hardware, installing prerequisites, configuring grub, identifying NIC ports, binding interfaces to DPDK drivers, setting up the OVS bridge and adding ports.
2) Key steps include reserving hugepages in grub, binding NICs to igb_uio or vfio-pci drivers, setting OVS configuration like datapath type and memory allocation, and adding interfaces to the OVS bridge.
3) The scripts provided automate many of these steps but additional manual configuration may still be needed and issues can occur with making interfaces persistent after reboots.