The original message was received at Sun, 7 Aug 2016 11:33:57 +0300
from 54.51.82.166
- The following addresses had permanent fatal errors -
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hi Sai,
Thanks for the update!
Comments inlined.
Thanks,
Alin.
> -Mesaj original-
> De la: Sairam Venugopal [mailto:vsai...@vmware.com]
> Trimis: Saturday, August 6, 2016 12:46 AM
> Către: Alin Serdean ;
> dev@openvswitch.org
> Subiect: Re: [ovs-dev] [PATCH v3 2/3] datapath-windows: Add
§bÓ
{Öú<
ÜÊ
ÏüÇaN$¼ev̪ìÞÅ£¥ï¯·ÇÔ[1Ùµý
ö1óYȶâD6eñr¾Þ®{ÕÞàªÖ;"Ñ®R7ï3Ó2°¼èÏVPôøçç¨ógeL[¡HN¿ú(÷
j9ûbÑi½Øµk
iÁ4þ*Gd´§õò󢳤½å$O/ ðVJQ¨¦³¡ßylëUðó¢GûÁÍÚ:_1L/ê·L¡¹JV«u?Í1Ê°·*gY_¸lú§
Ä\ob¸Oü÷vn-Ó`x¾Zé6jÉÜÙO8ìOÜGc0ENé3ÖM"¦3yaû2Ë':¾®8O
aòB{{fçþBAqi!;¤ÒXÅfëµQ(hQç0hÒâl¢Éð
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
This Message was undeliverable due to the following reason:
Your message was not delivered because the destination computer was
not reachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely ther
Thank Ryan for looking into this big patch. We will have more concrete examples
to appear, but
before that, I need to wire this into ovsdb first.
We could think of the engine as a nice method of doing 'joins' with events,
e.g., when there is a port turning
into active state on a host, the check
Clang reports that value stored to 'tok' during initialization is never
read.
Signed-off-by: Bhanuprakash Bodireddy
---
lib/netdev-dpdk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index f37ec1c..dd79e4b 100644
--- a/lib/netdev-dpdk.
ovs-appctl can crash with missing timeout argument.
# ovs-appctl --timeout= dpif-netdev/pmd-stats-show
Fix by using strtol and validating the timeout value.
Signed-off-by: Bhanuprakash Bodireddy
---
utilities/ovs-appctl.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --g
Minor comment inline.
Acked-by: Ilya Maximets
On 05.08.2016 23:57, Daniele Di Proietto wrote:
> netdev_dpdk_vhost_destruct() calls rte_vhost_driver_unregister(), which
> can trigger the destroy_device() callback. destroy_device() will try to
> take two mutexes already held by netdev_dpdk_vhost_