Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754737AbdFWKXd (ORCPT ); Fri, 23 Jun 2017 06:23:33 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:46498 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754416AbdFWKXb (ORCPT ); Fri, 23 Jun 2017 06:23:31 -0400 Message-ID: <1498213402.2595.3.camel@sipsolutions.net> Subject: Re: [PATCH net-next v3 1/6] vxlan: refactor verification and application of configuration From: Johannes Berg To: Matthias Schiffer , Jiri Benc Cc: davem@davemloft.net, hannes@stressinduktion.org, pshelar@ovn.org, aduyck@mirantis.com, roopa@cumulusnetworks.com, netdev@vger.kernel.org, dev@openvswitch.org, linux-kernel@vger.kernel.org Date: Fri, 23 Jun 2017 12:23:22 +0200 In-Reply-To: <113c3fe1-f490-d92d-2b4a-69b7115d8115@universe-factory.net> (sfid-20170623_121415_527724_25382888) References: <6e2c8bb77be42834f1da5a3ca79f5e455574a136.1497825555.git.mschiffer@universe-factory.net> <20170623105220.18561f34@griffin> <113c3fe1-f490-d92d-2b4a-69b7115d8115@universe-factory.net> (sfid-20170623_121415_527724_25382888) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 413 Lines: 14 On Fri, 2017-06-23 at 12:13 +0200, Matthias Schiffer wrote: > > I was told the extended netlink error facilities were not ready yet, > has that changed since the last release? Yes, the facility is in the kernel tree now. > Anyways, I will gladly work on improving the error handling if > someone can give me a pointer how these extended netlink errors are > used. Just grep for 'netlink_ext_ack' :) johannes