From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Leblond Subject: [PATCH bpf-next 0/3] add XDP loading support to libbpf Date: Mon, 25 Dec 2017 23:13:22 +0100 Message-ID: <20171225221325.9680-1-eric@regit.org> Cc: linux-kernel@vger.kernel.org, ast@kernel.org To: netdev@vger.kernel.org, daniel@iogearbox.net Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello, This patchset adds a function to load XDP eBPF file in the libbpf library. It gets the netlink extended ack from the driver in case of failure and print the error to stderr. Best regards, -- Eric Leblond