Re: [ovs-dev] [PATCH] INSTALL.DPDK: Update documentation for DPDK 16.07 support

2016-08-09 Thread Daniele Di Proietto
Applied to master, thanks 2016-08-08 0:55 GMT-07:00 Loftus, Ciara : > > > > Replace 'dpdk_nic_bind.py' references with 'dpdk-devbind.py'. The script > > name is changed in DPDK 16.07 as the script can be used also on crypto > > devices along with NICs. > > > > Update the command for setting packe

Re: [ovs-dev] [PATCH] INSTALL.DPDK: Update documentation for DPDK 16.07 support

2016-08-08 Thread Loftus, Ciara
> > Replace 'dpdk_nic_bind.py' references with 'dpdk-devbind.py'. The script > name is changed in DPDK 16.07 as the script can be used also on crypto > devices along with NICs. > > Update the command for setting packet forwarding mode in 'testpmd' app > from 'set fwd mac_retry' to 'set fwd mac re

[ovs-dev] [PATCH] INSTALL.DPDK: Update documentation for DPDK 16.07 support

2016-08-07 Thread Bhanuprakash Bodireddy
Replace 'dpdk_nic_bind.py' references with 'dpdk-devbind.py'. The script name is changed in DPDK 16.07 as the script can be used also on crypto devices along with NICs. Update the command for setting packet forwarding mode in 'testpmd' app from 'set fwd mac_retry' to 'set fwd mac retry'. Signed-o