From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH] samples/bpf: correct comment in sock_example.c Date: Tue, 17 Apr 2018 16:39:13 -0700 Message-ID: <20180417233911.igth5alqa6njxhdw@ast-mbp> References: <20180417022520.2412-1-shhuiw@foxmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ast@kernel.org, daniel@iogearbox.net, netdev@vger.kernel.org To: Wang Sheng-Hui Return-path: Received: from mail-pl0-f45.google.com ([209.85.160.45]:37874 "EHLO mail-pl0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752881AbeDQXjQ (ORCPT ); Tue, 17 Apr 2018 19:39:16 -0400 Received: by mail-pl0-f45.google.com with SMTP id f7-v6so5832356plr.4 for ; Tue, 17 Apr 2018 16:39:16 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180417022520.2412-1-shhuiw@foxmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Apr 17, 2018 at 10:25:20AM +0800, Wang Sheng-Hui wrote: > The program run against loopback interace "lo", not "eth0". > Correct the comment. > > Signed-off-by: Wang Sheng-Hui Acked-by: Alexei Starovoitov for future patches please use the following format for the subject: [PATCH bpf-next] samples/bpf: ...