netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] openvswitch: remove a couple of BUG_ON()
@ 2019-11-26 12:10 Paolo Abeni
  2019-11-26 12:10 ` [PATCH net 1/2] openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() Paolo Abeni
  2019-11-26 12:10 ` [PATCH net 2/2] openvswitch: remove another BUG_ON() Paolo Abeni
  0 siblings, 2 replies; 6+ messages in thread
From: Paolo Abeni @ 2019-11-26 12:10 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Pravin B Shelar

The openvswitch kernel datapath includes some BUG_ON() statements to check for
exceptional/unexpected failures. These patches drop a couple of them, where
we can do that without introducing other side effects.

Paolo Abeni (2):
  openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
  openvswitch: remove another BUG_ON()

 net/openvswitch/datapath.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-29 10:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-26 12:10 [PATCH net 0/2] openvswitch: remove a couple of BUG_ON() Paolo Abeni
2019-11-26 12:10 ` [PATCH net 1/2] openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() Paolo Abeni
2019-11-27 10:07   ` Sergei Shtylyov
2019-11-28 21:17   ` David Miller
2019-11-29 10:16     ` Paolo Abeni
2019-11-26 12:10 ` [PATCH net 2/2] openvswitch: remove another BUG_ON() Paolo Abeni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).