Re: [PATCH net-next] net: openvswitch: return an error instead of doing BUG_ON()

2019-05-03 Thread David Miller
From: Eelco Chaudron Date: Thu, 2 May 2019 16:12:38 -0400 > For all other error cases in queue_userspace_packet() the error is > returned, so it makes sense to do the same for these two error cases. > > Reported-by: Davide Caratti > Signed-off-by: Eelco Chaudron Applied.

Re: [ovs-dev] [PATCH net-next] net: openvswitch: return an error instead of doing BUG_ON()

2019-05-02 Thread Flavio Leitner
On Thu, May 02, 2019 at 04:12:38PM -0400, Eelco Chaudron wrote: > For all other error cases in queue_userspace_packet() the error is > returned, so it makes sense to do the same for these two error cases. > > Reported-by: Davide Caratti > Signed-off-by: Eelco Chaudron > --- LGTM Acked-by: Flavi

[PATCH net-next] net: openvswitch: return an error instead of doing BUG_ON()

2019-05-02 Thread Eelco Chaudron
For all other error cases in queue_userspace_packet() the error is returned, so it makes sense to do the same for these two error cases. Reported-by: Davide Caratti Signed-off-by: Eelco Chaudron --- net/openvswitch/datapath.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff