From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752262AbdL0S5Q (ORCPT ); Wed, 27 Dec 2017 13:57:16 -0500 Received: from mail-pf0-f171.google.com ([209.85.192.171]:42398 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbdL0S5O (ORCPT ); Wed, 27 Dec 2017 13:57:14 -0500 X-Google-Smtp-Source: ACJfBouUz+rr5geFMLCCMtI+iEG5B+QPPAX8SMMCop0Ahjgy5Suybc4IiBlywIez4NV0AxMpADE+fQ== Date: Wed, 27 Dec 2017 10:57:12 -0800 From: Alexei Starovoitov To: Eric Leblond Cc: netdev@vger.kernel.org, daniel@iogearbox.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] libbpf: add error reporting in XDP Message-ID: <20171227185710.yxjlen4h5wtiiphe@ast-mbp> References: <20171227022730.y27gwva2u2ilyrul@ast-mbp> <20171227180229.1926-1-eric@regit.org> <20171227180229.1926-3-eric@regit.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171227180229.1926-3-eric@regit.org> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 27, 2017 at 07:02:27PM +0100, Eric Leblond wrote: > Parse netlink ext attribute to get the error message returned by > the card. Code is partially take from libnl. > > Signed-off-by: Eric Leblond Acked-by: Alexei Starovoitov