Re: [ovs-dev] [PATCH] netdev-bsd: Fix use of uninitialized data in netdev_bsd_rxq_recv().

2015-04-17 Thread Ben Pfaff
Thanks to everyone who reviewed this, I applied it to master and backported it as far as branch-2.0. On Thu, Apr 16, 2015 at 02:19:37PM -0700, Ben Pfaff wrote: When netdev_bsd_get_mtu() failed, it didn't report the error to the caller, so the caller couldn't work around not knowing the MTU.

Re: [ovs-dev] [PATCH] netdev-bsd: Fix use of uninitialized data in netdev_bsd_rxq_recv().

2015-04-16 Thread Jarno Rajahalme
Subject should be corrected, otherwise: Acked-by: Jarno Rajahalme jrajaha...@nicira.com On Apr 16, 2015, at 2:19 PM, Ben Pfaff b...@nicira.com wrote: When netdev_bsd_get_mtu() failed, it didn't report the error to the caller, so the caller couldn't work around not knowing the MTU. Found

Re: [ovs-dev] [PATCH] netdev-bsd: Fix use of uninitialized data in netdev_bsd_rxq_recv().

2015-04-16 Thread Kevin Lo
This one I should take care of it. :-) Acked-by: Kevin Lo ke...@freebsd.org On Thu, Apr 16, 2015 at 03:08:17PM -0700, Jarno Rajahalme wrote: Subject should be corrected, otherwise: Acked-by: Jarno Rajahalme jrajaha...@nicira.com On Apr 16, 2015, at 2:19 PM, Ben Pfaff b...@nicira.com

Re: [ovs-dev] [PATCH] netdev-bsd: Fix use of uninitialized data in netdev_bsd_rxq_recv().

2015-04-16 Thread YAMAMOTO Takashi
Acked-by: YAMAMOTO Takashi yamam...@valinux.co.jp This one I should take care of it. :-) Acked-by: Kevin Lo ke...@freebsd.org On Thu, Apr 16, 2015 at 03:08:17PM -0700, Jarno Rajahalme wrote: Subject should be corrected, otherwise: Acked-by: Jarno Rajahalme jrajaha...@nicira.com