From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] [PATCH net-next] openvswitch: Use correct reply values in datapath and vport ops Date: Sat, 29 Sep 2018 11:44:46 -0700 (PDT) Message-ID: <20180929.114446.1833643989991465370.davem@davemloft.net> References: <1537987214-6414-1-git-send-email-pkusunyifeng@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: pkusunyifeng@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:57042 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727470AbeI3BOS (ORCPT ); Sat, 29 Sep 2018 21:14:18 -0400 In-Reply-To: <1537987214-6414-1-git-send-email-pkusunyifeng@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Yifeng Sun Date: Wed, 26 Sep 2018 11:40:14 -0700 > This patch fixes the bug that all datapath and vport ops are returning > wrong values (OVS_FLOW_CMD_NEW or OVS_DP_CMD_NEW) in their replies. > > Signed-off-by: Yifeng Sun Applied.