[ovs-dev] [PATCH] netlink-socket: Fix possiblity of nl_transact dereferncing null pointer

2017-01-30 Thread Roi Dayan
Many nl_transact callers and its wrapper tc_transact pass NULL for replyp which is being accessed in error flow without being checked if null or not. Signed-off-by: Roi Dayan Reviewed-by: Paul Blakey --- lib/netlink-socket.c | 4 +++- 1 file changed, 3

Re: [ovs-dev] [PATCH 1/1] dpif-netdev: Conditional EMC insert

2017-01-30 Thread Daniele Di Proietto
2017-01-26 9:55 GMT-08:00 Loftus, Ciara : >> >> 2017-01-25 7:52 GMT-08:00 Loftus, Ciara : >> >> 2017-01-22 11:45 GMT-08:00 Jan Scheurich : >> >> > >> >> >> It's not a big deal, since the most important use case we have for >> >>

Re: [ovs-dev] [PATCH 1/3] rhel: Fix ifdown for OVSDPDKBond.

2017-01-30 Thread Daniele Di Proietto
On 26/01/2017 11:11, "Aaron Conole" wrote: >Daniele Di Proietto writes: > >> The OVSDPDKBond case wasn't handled in the rhel ifdown script. >> >> Fixes: f6bf8880613a ("rhel: Add support DPDK port creation via network >> scripts") >>

Re: [ovs-dev] [PATCH v4 3/5] datapath-windows: Retain MRU value in the OvsForwardingContext.

2017-01-30 Thread Sairam Venugopal
My main comment here would be to see if we can add the MRU to the NBL Buffer Context instead of OvsForwardingContext - https://github.com/openvswitch/ovs/blob/75e2077e0c43224bcca92746b28b01a4936fc101/datapath-windows/ovsext/BufferMgmt.h#L51 This will drastically reduce the amount of changes

[ovs-dev] [PATCH v4 3/5] datapath-windows: Retain MRU value in the OvsForwardingContext.

2017-01-30 Thread Anand Kumar
This patch retains the MRU value for the reassembled IP datagram in the OvsForwardingContext when the packet is forwarded to userspace and/or retrived from userspace. Also retain the MRU value when there are any deferred actions for the current NBL. Signed-off-by: Anand Kumar

Re: [ovs-dev] [PATCH v2] ovn-trace: Possible null dereference

2017-01-30 Thread Guru Shetty
On 29 January 2017 at 23:04, Alin Serdean wrote: > From: Alin Serdean > > Found by inspection. > > Signed-off-by: Alin Gabriel Serdean > Applied, thanks! > --- > v2: change paranthesis as

[ovs-dev] Get maximum ROI.

2017-01-30 Thread Dora Delgado
Hi, I have gone through your company's website and thought you would be interested in Sage One user's contacts for your campaign. It's very important to generate good quality of leads to improve sales. We provide customize service to our clients so that they can reach to their targeted

[ovs-dev] Your DHL parcel arrived our postal office

2017-01-30 Thread DHL EXPRESS DELIVERY
Track your package at DHL Arrival Date: 25th January, 11:28AM Dear Consignee, Please receive your packages: Your parcel arrived at the post office last week. Our courier was unable to deliver the parcel to you due to incorrect delivery details, To receive your parcel Due to internet security

[ovs-dev] Do You Need ASO Services for Your App Marketing

2017-01-30 Thread ASMBee
HI APP TEAM, Good day to you! As you are developing Apple Apps, do you need ASO services for your app marketing? We're offering reliable ASO services for Apple app developers, and have served more than 160 customers with success. Here is the detaisl page:

Re: [ovs-dev] [PATCH v3 4/4] datapath-windows: Add support for OVS_KEY_ATTR_TCP set action

2017-01-30 Thread Alin Serdean
From: Guru Shetty [mailto:g...@ovn.org] Sent: Friday, January 27, 2017 11:56 PM To: Alin Serdean Cc: d...@openvswitch.org Subject: Re: [ovs-dev] [PATCH v3 4/4] datapath-windows: Add support for OVS_KEY_ATTR_TCP set action On 26 January 2017 at 15:43, Alin